body {
  margin: 0px;
  padding: 0px;
}

html, body{
    overflow-x: hidden;
  }

@media only screen and (min-width:300px) and (max-width : 680px) {
html, body{
    overflow-x: hidden;
  }
}


.headerDesktop {
  background-color: black;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  position: fixed;
  top:0;
  left: 0;
  z-index: 999;
}

.lvid {
  width: 440;
  height: 100;
}

#logoVid {
  display: block;
}

#logoVidMobile {
  display: none;
}

.remainingMenu {
  color:white;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Arial;

}

.menuItem {
  padding-left: 10px;
  padding-right:10px;
  font-weight: bold;
  font-size: 14px;
  color: rgb(100,100,100);
  cursor: pointer;
}

.contactInfo {
  top:0;
  right: 0;
  background-color: rgb(120,120,120);
  padding: 20px;
  color: white;
  position: absolute;
  border-bottom-left-radius: 5px;
  font-family: arial;
  font-size: 16px;
}

@media (max-width : 500px) {

  .contactInfo {
    display: none;
  }

  /* .headerDesktop{
    display: none;
  } */

  .menuDesktop {
    display: none;
  }


  #logoVid {
    display: none;
  }

  #logoVidMobile {
    display: block;
  }


}



#imageSlideShowContainer {
margin: 0;
z-index: -1;
position: relative;
height: 260px;
top:60px;
}

#imageSlideShowContainer img {
 width: 100vw;
 height: 400px;
 position: relative;
 top: 0px;
 object-fit:cover;


}

#slideShowImage {
  position: relative;
  z-index: -1;
}

#slideShowImage img {
  width:100%;
  height:auto;

}

.captions {
  position: absolute;
  top:70%;

}

.caption1Size {
  font-size: 1.2vw;
  color: white;

}

.caption2Size {
  font-size: 1.8vw;
  color: white;

}

.caption3Size {
  font-size: 2.5vw;
  color: white;

}


.scaleClass {
  opacity: 1.0;
  transition: scale(1);
  -webkit-animation: expands 10s 1 linear;
   -moz-animation: expands 10s 1 linear;
   -o-animation: expands 10s 1 linear;
      animation: expands 10s 1 linear;

}




@keyframes expands {
  0% {
    transform: scale(1);
    opacity: 0.0;
    z-index: -1;

  }
  10%{
    opacity: 0.8;
    z-index: -1;

  }
  40% {
    opacity: 1.0;
    z-index: -1;

  }
  85% {
    opacity: 1.0;
    z-index: -1;

  }
  100% {
    transform: scale(1.15);
    opacity: 0.0;
    z-index: -1;

  }
}





#aboutContainer {
  display:flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
align-items: center;
margin-top:200px;
background: white;
padding-bottom: 50px;
}

.aboutDesc {
  display: flex;
  flex-direction: row;
  padding: 3vw;
  justify-content: center;

}


.aboutTitle {
  font-family: 'Architects Daughter', cursive;
  font-size: 40px;
  color: rgb(0,0,0);
  padding: 20px;
  text-align: center;
}

.aboutInfo {
  padding: 20px;
      font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: rgb(103,103,103);
  text-align: justify;
  padding: 3vw;
  width: 40%;
}



@media (max-width: 500px) {


  #imageSlideShowContainer {
    height: 100px;
    top:70px;
}

  #aboutContainer {

    overflow-x: hidden;


  }

  .aboutDesc {
    flex-direction: column;
    padding: 0vw;
    justify-content: center;
    text-align: center;


  }


  .aboutTitle {
    font-size: 30px;

  }

  .aboutInfo {

    font-size: 20px;

    width: 90%;
    padding: 2vw;
    overflow-x: hidden;

  }

  #aboutContainer img {
    padding: 0vw;
    width: 100vw;
    height:auto;

  }


}



.footersContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgb(40,40,40);
  padding: 1.2vw;
}

.footersMenu {
  color: rgb(230,230,230);
  text-decoration: none;
  font-family: Arial;
}




.footersTitle {
  color: rgb(230,230,230);

}

.footerMenuColor {
  color: rgb(230,230,230);

}

.footerHotelName{
  font-family: 'Arsenal', sans-serif;
  color: rgb(230,230,230);
  font-size: 40px;
}


@media (max-width:500px) {

 .footersMenu {
   display: none;
 }

 .footerHotelName{
   font-family: 'Arsenal', sans-serif;

   font-size: 25px;
 }

}


.topContent {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5vw;
  width: 100%;
  text-align: center;


  font-weight: 100;

}

@media (max-width:600px) {
  .topContent {
    font-size: 5.5vw;
  }
}



.reservations_form_container{
  width: 60%;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  z-index: 10;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background:white;
}
.reservation_form_title{
  font-size: 1vw;;
  font-weight: bold;
  text-align: center;
  line-height: 1.42857143;
  color: #333;
  margin-bottom: 40px;

  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.form_item{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}

.form_input{
  height: 40px;
  font-size: 17px;
  padding: 5px;
  border: none;
  color: gray;
  background-color: rgb(230,230,230);
  text-align: center;
  width: 80%;
  outline: none;
}
.form_select{
  height: 50px;
  text-align: center;
  width: 82%;
  outline: none;
  background-color: rgb(230,230,230);
  color: gray;
  font-size: 17px;
  padding: 5px;
  border: none;
}
select {
  text-align-last:center;
    border: none;
}
.for_hh, .for_mm{
  height: 50px;
  text-align: center;
  width: 41%;
  outline: none;
  background-color: rgb(230,230,230);
  color: gray;
  font-size: 17px;
}

.form_submit_button_container{
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}

.form_submit{
  width: 120px;
  outline: none;
  border: 1px solid black;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  background: white;
}

.form_submit:hover{
  background: black;
  color:white;
}



@media only screen and (min-width: 300px) and (max-width: 680px) {
  .reservations_form_container{
    width: 100%;
    padding-left: 00%;
    padding-right: 00%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .reservation_form_title{

    font-size: 20px;
  }
  .form_item{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .form_input{
    height: 30px;
    font-size: 15px;
  }
  .form_select{
    height: 40px;
  }
  .for_hh, .for_mm{
    height: 40px;
  }
  .form_submit{
    font-size: 15px;
  }
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: gray;
}
