<style type="text/css">

html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Roboto', sans-serif;

}
body {
  width: 99%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  margin:auto;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: teal;
}
hr {
  width: 90%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.headerImage {
  width: 100%;
  height: 350px;
  background-image: url(./img/header.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  padding: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

.mapFrame {
    text-align: center;
    width: 100%;
    
}

#pricePerNight {
  position: relative;
    width: 250px;
    height: 35px;
    padding: 0px;
    margin: auto;
    margin-right: 175px;
    margin-top: 315px;
    background-color:  rgba(50, 50, 50, 0.9);
    color: white;
    font-weight: 600;
    text-align: center;
}

#mainContainer {
  margin: auto;
  text-align: center;
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
    color: grey;

}

.leftBox {
  width: 65%;
  margin: auto;
  padding: 0px;

}

::-webkit-scrollbar {
    display: none;
}
#titleBar {
  padding-top: 15px;
  padding-left: 15%;
  text-align: left;

}

#titleBar h1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.maps {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#titleBar h2 {
  margin-top: 10px;
  margin-bottom: 50px;
    font-weight: 100;
}

.textContainer {
padding-left: 50px;
text-align: left;
}

#icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 50px;
}
#icons img {
    width: 40px;
    height: 40px;
}

.rightBox {

  display: flex;
  flex-direction: column;
  width: 35%;
  margin: auto;
  padding: 0;
  margin-top: 0;
  padding-top: 0;
 }


 .imageGallery {
   width: 250px;
   height: 300px;
   padding: 0px;
   margin: auto;
   margin-right:175px;
 }
.imageGallery img {
  height: 100%;
  width: 100%;
}

 .buttons {
   padding: 0px;
   margin:auto;
   margin-right: 175px;
 }

.socialMedia {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#book {
  text-align: center;
  display: block;
    width: 240px;
    background-color: tomato;
    margin: auto;
    padding: 5px;
    margin-top: 20px;
    border-radius: 10px;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
}

#faceBook {
  width: 50px;
  height: 50px;

}

#email {
  width: 50px;
  height: 50px;

}

#spacer {
  margin: auto;

  width: 80%;
}
.div01 {

  width: 100%;
  display: flex;
  flex-direction: row;
}

.div02 {
  margin: auto;
  width: 30%;
  text-align: center;
  margin-top: 10px;
}

.div03 {
  text-align: center;
  width: 30%;
  margin: auto;
  margin-top: 10px;

}
.div04 {

  width: 60%;
  padding-left: 15%;
  padding-top: 25px;
}


.pod {
  margin: auto;
  background-color: white;
  top: 150px;
  right: 10%;
  position: fixed;
  visibility: none;
  opacity: 0;
  color: grey;
  -webkit-transition: opacity 600ms, visibility 600ms;
transition: opacity 600ms, visibility 600ms;
}



.pod .buttons {
  margin: auto;
}

@media (max-width: 1500px) {
  #pricePerNight {
      margin-right: 50px;
  }

  .rightBox {
    width: 50%;
  }
   .imageGallery {
     margin-right: 50px;
   }
   #spacer {
     margin: auto;

     width: 100%;
   }


    .buttons {
      margin-right: 50px;
    }
    #mainContainer {
      width: 100%;

    }
  .leftBox {
    width: 50%;
  }

}

footer {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  background-color: white;
  margin: auto;
  border-top: grey solid 1px;

}

.sticky {

  margin: auto;
}

@media (max-width: 800px) {

  #pricePerNight {
    margin: auto;
    margin-left: 20px;
    margin-top: 315px;
    width: 45%;
  }
  .rightBox {
    display: none;
  }
  .maps {
    flex-direction: column;
  }

  .leftBox {
    width: 100%;
  }
  footer {display: flex;
  }
  footer .buttons {
    padding: 0px;

    margin: auto;
  }

  .headSpace {
    height: 200px;
  }
}

</style>
