

body{
    

    background-color: rgb(249,249,249)  ; 

    margin: 0%;
    text-align: center;

    
}

p, a{
   font-family: 'Cabin', Helvetica, Arial, sans-serif;
    text-align: center;
}
H1,H2,H3{
    font-family: 'Lobster', Georgia, Times, serif;
    font-weight: 800;
    font-weight: bolder;
    margin-bottom: 4%;
}

hr{
   background-color: black;
    border-style: none;
    border-top-style: solid;
    height: 3px;
    width: 95%;
    margin-bottom: 5%;
}

img{
    height: 100%;
    width: 100%;
}

video{
    display: block;
    margin: 0% auto;
    width: 60%;
    height: auto;
}


#menuDown{
    font-size: 200%;
    text-align: center;
    
    cursor: pointer;
    
    
    width: auto;
    
    margin-top: 0%;
    margin-bottom: 2%;
    color: black;
    font-weight: bold;
   
    transition: 0.6s ease;
    
    user-select: none;
}

#menuName{
    font-size: 100%;
    position: relative;
    top: 55px;
}

#menuDown:hover{
  background-color: rgba(0,0,0,0.8);

}
#fadeContainer{
    display: block;
        
    /*grid-template-columns: auto ;*/
    

    
   /*background-image: linear-gradient(darkolivegreen    , rgb(117, 115, 115)  );*/
    
   
    width: 100%;



}

#fadeContainer H3, #fadeContainer P, #fadeContainer a {
    display: block;
    align-items: center;
    text-align: center;
    margin: 0%;
    font-size: 2vw;
}
#fadeContainer H3{
    display: block;
    align-items: center;
    text-align: center;
    margin: 0%;
    font-size: 3vw;
}

#item1 {
    /*background-image: url("header background.jpg");*/
    width: 100%;
    text-align: center;
    
    font-size: 5vw;
    margin-top: 0%;
    padding-top: 0%; 
    text-shadow: -5px -5px lightgray;
    margin-bottom: 0%;
}

#textPara{
    text-align: center;
    color: black;
    display: block;
    
}


#gridContainerHeading{
    align-items: center;  
    
    height: 700px;
    

    background-image: url("images/Header/travel13greyscale.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size:cover;

    display: grid;

    grid-row: 20% 20% 20% 20% 20% 20% 20% 20% 20%;

}

#fadeContainer h1{
    

    grid-row-start: 1 ;
    grid-row-end: 2;
}


#gridContainerNav{
    
    display: grid;
   
    grid-template-rows: 25% 25% 25% 25%  ;
   
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 300px;
    padding: 2%;

    max-height: 600px;
    visibility: visible;

}
.right{
   
    margin-bottom: 10%;
    display:inline;
    
    text-decoration: none;
}
.right h1{


    display:block;
    text-align: center;
    
    position:relative;
    

    color: black;
    
    
}               

.right:hover{
    position: relative;
    right: -5%;
}
.right:active{
    p{
        color:red;
    }
}

.left{
    
    margin-bottom: 10%;   
    position: relative;
   
    text-decoration: none;
   
    /* fits image inside and scales appropriately
   width: 100%;
    height: 100%;
    object-fit:scale-down;
    */

}
.left h1{
    
    display:block;
    text-align: center;
    
    position:relative;
    

    color: black;
    
}

.left:hover{
    position: relative;
    right: +5%;
}
.left:active{
    
    p{
        color:red;
    }
}

.images{
    width: 100%;
    height: 100%;
    /*
    background-color: black ;
*/
    border-style: solid;
    border-color: black;
    border-radius: 0.5%;
}

#imageCenterAlign{
    display: grid;
    grid-template-columns: 33% 33% 33%  ;
   
   
    margin-left: 5%;
    margin-right: 5%;

    padding: 2%;

    max-width: 100%;
}

.lft{
    grid-column: 1 span 1;

    margin-bottom: 6%;   
    position: relative;
}

.centr{
    grid-column: 3 span 1;

    margin-bottom: 6%;   
    position: relative;
}

.rgt{
    grid-column: 5 span 1;

    margin-bottom: 6%;   
    position: relative;
}




/*  ////////////////////////////////slideshow//////////////////////////////////////////*/
mySlideshow* {box-sizing:border-box}

.slideshowbackground{
    width: 100%;
    background-color: black;
    
}
/* Slideshow container */
.slideshow-container {
  max-width: 90%;
  position: relative;
  margin: auto;
  border:15px;
  border-color: black;
    
}

/* Hide the images by default */
.mySlides {
  display: none;
  
}
.mySlides img{
  
    width: 60%;
    display: block;
    margin: auto;

}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: sticky;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  
}

/* Position the "next button" to the right */
.next {

    float:right;
  
  border-radius: 3px 0 0 3px;
  
}
.prev {

    float:left;
  
  border-radius: 3px 0 0 3px;
  
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(235, 229, 229, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;

  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}