body {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.logo{
  text-align: center;
  padding: 45px 0 0 0;
}
.row{
  text-align: center;
}
h2{
  color: #fff;
  text-align: center;
  padding: 45px 0 0 0;
}
p{
  color: #fff;
  text-align: center;
  padding: 45px 0 45px 0;
  font-size: 18px;
}
.map{
  padding: 0 0 20px 0;
}