@import url('https://fonts.googleapis.com/css?family=Roboto|Cormorant+Garamond');

*{
  margin: 0;
  padding: 0;
}

body{
    font-size: 16px;
}

_:-ms-lang(x), body{ 
    font-size: 13px;
}

html{
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

.black{
    color: #333333;
}

.strong{
    font-weight: 600;
}

.allcaps{
    text-transform: uppercase;
}

.text-secondary{
  color: #A1A1A1;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 90%;
}

.header-child{
  margin: 1.3em 0 1.3em;
  max-width: 50%;
}

.header-child img{
  min-width: 150px;
  width: 80%;
}

.header-contact{
    display: none;
}

.nav-menu{
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
}

/* change to darker greys */

.nav-menu :nth-child(odd){
    color: #FFF;
    background-color: #5C5C5C;
}

.nav-menu :nth-child(even){
    color: #FFF;
    background-color: #616161;
}

a.nav-menu-item{
    display: block;
    text-decoration: none;
    padding: 0.8em;
}

.nav-menu-item:hover{
    background: #6EC7FF;
    transition: 0.5s;
}

.nav-tab-open{
    display: block;
}

.nav-tab-closed{
    display: none;
}

.tab{
  color: #FFF;
  font-family: 'Cormorant Garamond', serif; 
  text-transform: uppercase;
}

.link{
  color: #65B7EB;
  padding-bottom: 0.2em;
  border-bottom: 0.1em solid rgba(0,0,0,0);
  text-decoration: none;
}

.main-p{
  margin-bottom: 1vh;
}

.italic-p{
    font-style: italic;
}

.nav-tab{
  background-color: #65B7EB;
  font-size: 0.7em;
  padding: 1em 3vw;
}

#bannerImg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E3E1E1;
  position: relative;
  display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  height: 50vw;
  width: 100%;
}

.quote-container{
  color: #555;
  background-color: rgba(255,255,255, 0.7);
  font-family: 'Cormorant Garamond', serif;
  margin: 0 1em 1em 0;
  padding: 0.5em;
  text-align: right;
  max-width: 60%;
}

#quote{
  font-size: 0.7em;
  font-style: italic;
  text-shadow: 1px 1px 2px rgba(200, 200, 200, 1);
}

#slideName{
  font-size: 0.6em;
  font-weight: 600;
  margin-top: 0.6em;
  text-transform: uppercase;
}

.drop-shadow{
  background-color: rgba(255,255,255, 1);
  display: none;
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.close-icon{
  cursor: pointer;
  position: absolute;
    top: 3vw;
    right: 3vw;
}

.close-icon img{
    width: 16px;
}

.image-modal{
  display: flex;
    justify-content: space-around;
    align-items: center;
  margin: auto;
  text-align: center;
  width: 90%;
  margin: auto;
}

_:-ms-lang(x), .image-modal{ 
    display: block;
}

_:-ms-lang(x), .chevron{
    position: fixed;
}

_:-ms-lang(x), .chevron-left{
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

_:-ms-lang(x), .chevron-right{
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.image-modal img{
  max-height: 90%;
  max-width: 90%;
}

_:-ms-lang(x), .image-modal img {
    max-height: 90vh;
    max-width: 80%;
    position: absolute;
        top: 50%;
        left: 50%;
    transform: translate(-50%, -50%);
}

.image-modal .chevron{
  display: block;
  cursor: pointer;
}

.image-modal img.chevron {
    max-height: none;
    max-width: none;
    width: 15px;
}

.wrapper{
  margin: 5vh auto 5vh auto;
  width: 80%;
}

.wrapper-gallery{
  margin: 1.3em auto 2em auto;
  width: 80%;
}

.heading{
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.mid-heading{
  font-size: 2em;
  margin-top: 4vh;
}

.flavour-text{
  color: #A1A1A1;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 2em;
}

.tours-box{
  border: 1px solid #65B7EB;
  color: #A1A1A1;
  margin: 2em auto 4em auto;
}

.tours-tab{
  background-color: #65B7EB;
  display: flex;
    justify-content: space-between;
    align-items: center;
  padding: 2vw 7vw;
}

.wrap-text{
    display: block;
}

.tours-tab i{
  font-size: 1.5em;
}

.tour-block{
  margin: 5vh auto;
  width: 85%;
}

.tours-tab-open{
  display: block;
}

.tours-tab-closed{
  display: none;
}

.tour-block-title-flex{
  display: flex;
    justify-content: space-between;
  font-family:  'Cormorant Garamond', serif;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
}

.link:hover{
   border-bottom: 1px solid #65B7EB;
    transition: 0.1s;
}

.tour-block p{
  font-size: 0.7em;
  margin-top: 1vh;
}

.profile-photo{
    display: block;
  margin: 2em auto 0 auto;
  max-width: 100%;
}

.tour-status{
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.tour-info{
    font-family: 'Cormorant Garamond', serif; 
    font-size: 1.2em;
    font-style: italic;
}

.tour-contact{
    font-weight: 600;
}

.itinerary-box{
    border: 1px solid #65B7EB;
    max-width: 350px;
    margin: 2em auto;
}

.itinerary-box-title{
    font-family:  'Cormorant Garamond', serif; 
    background-color: #65B7EB;
    color: #FFF;
    padding: 0.5em;
    text-align: center;
}

.itinerary-link{
    color: #65B7EB;
    display: block;
    font-size: 0.9em;
    margin: 0 auto;
    padding: 0.5em;
    width: 90%;
}

.preview-photos-wrapper{
    display: flex;
        justify-content: space-between;
}

.preview-photo{
    height: 6em;
    width: 6em;
    max-width: 24vw;
    max-height: 24vw;
    background: #e3e3e3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-link{
    color: #65B7EB;
    display: block;
    font-style: italic;
    font-weight: 600;
    margin-top: 1em;
    text-decoration: none;
}

.gallery-link i{
    margin-left: 0.3em;
    transform: translateY(10%);
}

.gallery-title{
    font-family:  'Cormorant Garamond', serif;
    font-size: 2em;
    font-weight: 400;
}

.gallery-back-btn{
    margin-bottom: 1em;
}

.gallery-back-btn a{
    color: inherit;
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
}

.gallery-back-btn a{
    margin-right: 0.3em;
}

.gallery-title a:link, .gallery-title a:active, .gallery-title a:visited, .gallery-title a:hover{
  color: inherit;
}

hr.gallery-divider{
  margin: 1em 0 1.3em 0;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #C7C5C5, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #C7C5C5, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #C7C5C5, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #C7C5C5, #f0f0f0);
}

#gallery{
  margin: 0 auto;
  width: 80vw;
}


@media only screen and (min-width: 320px){
  #gallery{
    min-width: 280px;
  }
}

@media only screen and (min-width: 350px){
  #gallery{
    min-width: 300px;
  }
}

@media only screen and (min-width: 375px){
  #gallery{
    min-width: 320px;
  }

  #quote{
    font-size: 0.8em;
  }

  #slideName{
    font-size: 0.8em;
    margin-top: 0.8em;
  }

}

.gallery-img-container{
  display: inline-block;
  height: 26vw;
  overflow: hidden;
  width: 26vw;
}

.gallery-img-container:hover .gallery-img{
  transform: scale(1.1);
}

.gallery-img{
  object-fit: cover;
  cursor: pointer;
  height: 26vw;
  max-width: 100%;
  transform: scale(1);
  transition: 0.5s;
  width: 26vw;
}

.footer{
  background-color: #444;
  color: #FFF;
  font-size: 0.9em;
  padding: 2em 1.5em 1.5em 1.5em;
}
    
.footer-title{
    font-family:  'Cormorant Garamond', serif;
    font-size: 1.2em;
}

.contact-details{
  margin-left: 1em;
  margin-top: 1em;
}

.contact-icon{
  margin-right: 1em;
}

.contact-text{
  font-size: 0.7em;
}

.promo-box{
    background-color: rgba(255,255,255, 0.5);
    border: 1px solid #FFF;
    margin: 2em auto 0 auto;
    max-width: 350px;
}

.promo-box-title{
    background-color: #FFF;
    color: #333;
    font-size: 0.9em;
    padding: 0.6em 2em;
    text-align: center;
}

.promo-text{
    font-size: 0.8em;
    padding: 1em;
}

.promo-link{
    color: #FFF;
    margin-top: 0.5em;
    transition: 0.3s;
}

.promo-link:hover{
    color: #65B7EB;
}

.sm-icons{
  font-size: 2.5em;
  margin: 1em auto;
    text-align: center;
}

.sm-icons :first-child{
    margin-right: 0.3em;
}

.sm-icons a:link, .sm-icons a:visited{
    color: inherit;
}

.sm-icons a:active, .sm-icons a:hover{
    color: #65B7EB;
    transition: 0.3s;
}

.copyright-text{
  color: #A1A1A1;
  font-size: 0.6em;
  margin-top: 1.5em;
  text-align: center;
}

@media only screen and (min-width: 500px) {

    .header-child{
      font-size: 1.3em;
      max-width: 70%;
    }

    .nav-menu{
        font-size: 1em;
    }

    .heading{
        font-size: 2.4em;
    }

    .main-p{
      margin-bottom: 2vh;
    }

    #bannerImg{
      height: 40vw;
    }

    .quote-container{
      margin: 0 1.5em 1.5em 0;
    }
    
    .flavour-text{
      font-size: 1.2em;
    }

    .tours-box{
        width: 80%;
    }

    .tours-tab{
        font-size: 1.5em;
    }
    
    .wrap-text{
        display: inline;
    }

    .tour-block p{
        font-size: 0.9em;
    }

    .tour-block-title{
        font-size: 1.3em;
    }

    .tour-block-title{
        font-size: 1.3em;
    }

    .itinerary-box{
        font-size: 1.3em;
    }

    .preview-photo{
        height: 22vw;
        width: 22vw;
    }
    
    .gallery-title{
        font-size: 2.5em;
    }
    
    .close-icon img{
        width: 20px;
    }
    
    .image-modal img.chevron{
      width: 25px;
      padding: 0.5em;
    }

    .footer{
        font-size: 1.1em;
    }

    .sm-icons{
        font-size: 2.5em;
    }

}

@media only screen and (min-width: 1024px) {

    .header-child{
      margin: 1em 0 1em 0;
    }

    .nav-button{
        display: none;
    }

    .header-contact{
        display: block;
        text-align: right;
    }

    .header-contact-text{
        font-size: 0.8em;
        margin-bottom: 0.3em;
    }

    .header-sm{
        font-size: 1.3em;
    }

    .header-sm a{
        margin-left: 0.5em;
    }

    .header-sm a:link, .header-sm a:active, .header-sm a:visited{
        color: inherit;
    }

    .header-sm a:hover{
        color: #65B7EB;
        transition: 0.3s;
    }

    .nav-menu{
        display: flex;
        font-size: 2em;
    }

    .nav-menu-item{        
        font-size: 1vw;
        padding: 2em;
        flex: 1;
    }

    a.nav-menu-item{
        text-decoration: none;
    }

    #bannerImg{
        height: 25vw;
    }

    .quote-container{
      background-color: rgba(255, 255, 255, 0.7);
      margin: 0;
      padding: 0 2em;
      position: relative;
      height: 100%;
      width: 30%;
    }

    .quote-wrapper{
      color: #333333;
      margin: 0 auto;
      position: relative;
          top: 50%;
      transform: translateY(-50%);
    }

    #quote{
      font-size: 1.1em;
        text-shadow: none;
    }

    #slideName{
      font-size: 1em;
      margin-top: 1em;
    }

    .image-modal img{
      max-height: 60vw;
      max-width: 80%;
    }
    
    _:-ms-lang(x), .image-modal img{
        max-height: 90vh;
        max-width: 80%;
    }
    
    .image-modal img.chevron{
      width: 36px;
      padding: 0.5em;
    }
    
    .close-icon img{
        width: 25px;
    }

    .heading{
        font-size: 3.5em;
    }

    .wrapper{
        max-width: 1250px;
    }

    .main-content-index{
        display: flex;
            justify-content: space-between;
            align-items: center;
    }

    .main-content-tours{
        display: flex;
            justify-content: space-between;
    }

    .left-text{
        width: 50%;
    }

    .col-right{
        margin-left: 5em;
    }

    .margin-right{
        margin-right: 2em;
    }

    .margin-left{
        margin-left: 2em;
    }

    .reverse-flex{
        flex-direction: row-reverse;
    }

    .separator{
        border-bottom: 1px solid #c8c8c8;
        width: 80%;
        margin: 4em auto;
    }

    .tours-box{
        margin: 0;
        width: 429px;
    }
    
    _:-ms-lang(x), .tours-box{
        width: 379px;
    }

    .tours-tab{
        justify-content: center;
        padding: 0.5em;
    }

    .tours-tab :nth-last-child(1){
        display: none;
    }

    .tours-tab-open{
        max-height: 500px;
        overflow-y: scroll;
    }

    _:-ms-lang(x), .tours-tab-open{
            max-height: 450px;
    }

    .itinerary-box{
        border: 1px solid #65B7EB;
        max-width: 350px;
        margin: 2.5em 0 0 0;
    }

    .preview-photos-wrapper{
        display: block;
    }

    .preview-photo{
        margin: 1em 0;
        width: 14em;
        height: 14em;
    }

    .gallery-link{
        margin-top: 1.2em;
    }

    .gallery-img{
      height: 20vw;
      width: 20vw;
    }
    
    .gallery-img-container{
      height: 20vw;
      width: 20vw;
    }
    
    .gallery-title{
        font-size: 3em;
    }

    hr.gallery-divider{
      margin: 1.3em 0 2em 0;
    }

    #gallery{
      margin: 0 auto;
      width: 61vw;
    }

    .footer{        
        margin-top: 7em;
        padding: 1em 7.5vw 1em 7.5vw;
    }
    
    .footer-title{
        font-size: 1.3em
    }
    
    .footer-flex{
        display: flex;
            align-items: center;
            justify-content: space-between;
        width: 100%;
    }

    .sm-icons{
        margin: 0;
        width: auto;
    }

    .sm-icons :first-child{
/*        margin-right: 1em;*/
    }

    .copyright-text{
        margin-top: 4em;
        text-align: right;
    }

}
