/*=== GLOBAL STYLES ============================*/

html,
body {  
    border: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.7;
    font-size: 18px;
    font-weight: 400;    
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: italic;
    background-color: white;
}

/*--- IOS Input Reset ----*/

input, textarea {
    border-radius: 0;
    -webkit-border-radius:0px;
}

html {
    -webkit-text-size-adjust: 100%; 
    -moz-text-sze-adjust: 100%; 
    -ms-text-size-adjust: 100%;
}


/*=== HEADER =====================================*/

.header-image {
  display: block;
  margin: auto;
  width: 100%;
}

/*--- NAVIGATION ---*/

.navigation {
  position: fixed;
  top: 0;
  z-index: 99;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color:rgb(141, 149, 74, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 99;
}

.overlay a {
  cursor: grab;
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: white;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #bacfff;
  opacity: 1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }
}

.menu-socials {
  display: flex;
  justify-content: center;
}


/*=== MAIN CONTENT ===============================*/

.section {
  width: 335px;
  margin: 0 auto 70px auto;
}

.index-main h2 {
  text-align: center;
  font-family: "Parisienne", cursive;
  margin-bottom: 0;
}

.section p {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 0;
}

/*-- INDEX PAGE --*/

.index-body h2 {
  font-size: 38px;
}

/*-- LETS STAP PAGE --*/

.lets-stay-body header {
  text-align: center;
}

.lets-stay-body header h1 {
  font-size: 32px;
}

.lets-stay-body main {
  text-align: center;
}

.lets-stay-body .section {
  padding-bottom: 80px;
}

/*--LETS EXPLORE PAGE--*/

.lets-explore-body header {
  text-align: center;
}

.lets-explore-body h2 {
  text-align: center;
}

.lets-explore-body p {
  text-align: left;
}



/*=== Images =============================*/



/*=== BUTTONS / LINKS ====================*/

.text-link {
  color: #7096f0;
}

.link-button {
  display: block;
  Width: 200px;
  text-decoration:none;
  text-align: center;
  font-size: 20px;
  margin: auto;
  padding: 20px;
  color: black;
  border-radius: 10px;  
}

.contact-button {
  display: block;
  Width: 200px;
  text-decoration:none;
  text-align: center;
  font-size: 20px;
  margin: auto;
  padding: 20px;
  color: black;
  border-radius: 10px;  
  background-color: #bacfff;
}

/*=== FOOTER =============================*/

footer {
  text-align: center;
  padding-top: 40px;
}

footer a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #7096f0;
}

.footer-socials {
  display: flex;
  justify-content: center;
}

.footer-socials a {
  margin: 10px;
}

.footer-socials a img {
  width: 60px;
}
  

/*=== HOVER/TRANSITIONS ==================*/



/* BEGIN SECOND MEDIA QUERRY HERE ----------------------------------------------*/

/* media query screen=below 769px ----------------------------------------------*/

@media (min-width: 768px)  {  

/*=== FLEX/ ==============================*/



/*=== LARGE HEADER =============================*/

.header-image {
  width: 500px;
  margin-top: 40px;
}


/*=== MAIN CONTENT =======================*/

.section {
  margin: 0 auto 80px auto;

}


}



/* BEGIN THIRD MEDIA QUERRY HERE -------------------------------------------------------------------*/
/* media query screen=below 1280px -------------------------------------------------------*/

@media (min-width: 1280px)  { 

/*=== HEADER =============================*/
  
.header-image {
  width: 750px;
  margin-top: 40px;
}


/*=== MAIN CONTENT =======================*/

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}



}