/* reset */

body, p, a, ul, li{
	margin:0;
	padding: 0;
	text-decoration: none;
	font-family: Merriweather;	

}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

li{
	list-style-type: none;
}
a{
	
	font-weight: 700;
	font-family:'Merriweather Sans';
}
/* -------- */

body{
    background-color: black;
}
#tahoe{
    height: 200vh;
      background: url("Emerald_Bay_Road.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
nav{
    font-family: "Funnel Sans", sans-serif;
    font-size: 1.0em;
    display: flex;
    width:90%;
    margin: 10px;
    justify-content: space-between; 
}
nav img{
    width:70%;
}
a:link{
    text-decoration: none;
}
nav ul a:link{
    color: silver;
    
}

nav ul a:visited{
    color: silver;
}
nav ul a:hover{
    color: goldenrod;
}

#menu ul{  
    display: flex; 
   margin-top: 10px;
}
#menu ul li{
    padding-left: 20px; 
}

h1{
    font-family: "Zain";
    font-style: italic;
    color:silver;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
p{
    font-family:  "Funnel Sans", sans-serif;;
    font-size: 1em;
}
header{
    background: #000000;
    background: linear-gradient(182deg,rgba(0, 0, 0, 1) 16%, rgba(0, 0, 0, 0) 84%);
    height:200px;
    width: 100%;
    align-content: top;    
}

#mainlogo{
    margin: auto;
    width:70%;
}


#imgbox{
  padding-top: 10%; 
  width: 70%;
  margin: auto;
}
.sideways{
   
    height: auto;
    aspect-ratio: 16 / 9; /* Example: 16:9 aspect ratio */
    background-color: burlywood;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    margin:25px auto;
    border: 10px solid black;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.5) ;
}
.sideways p{
    color:rgb(192, 192, 192);
    font-size:0.6em;
    position: relative;
    bottom: -80px;
    font-style: italic; 
    color: silver;
    background-color: rgba(8, 8, 0, 0.674);
    line-height: 30px;


    
}
.sideways.one{
    background-image: url('images/landscapes/Thumbnails/1_Bandon_Beach_thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.sideways.two{
    background-image: url('images/Wildlife/Thumbnails/1_Sheep_Valley_of_Fire_thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: blue;
}

.sideways.three{
    background-image: url('images/Pets/Thumbnails/1_pets_thumbnail.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

    #purchase{
        color:silver;
        font-size: 1.2em;
        padding-top:200px;
        width: 600px;
        margin: auto;
    }
    #purchase a:link{
        color:goldenrod
    }
     #purchase a:hover{
        color:gold
    }



@media only screen and (min-width: 740px) {

    body{
	width: 100%;
	margin: auto;
}

   #imgbox{
        padding-top: 20%;
        width: 60%;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap:40px;
    }

        nav>a>img{
        width: 40%;
        margin: auto;  
        }

    .sideways{
        width:100%;
       
    }
}

@media only screen and (min-width: 960px){
    #imgbox{
        padding-top: 10%;
        width:70%;
        grid-template-columns: repeat(3, 1fr);
        gap:0px;
        }

        nav>a>img{
        width: 30%;
        margin: auto;  
        }

        .sideways{
            transform: perspective(1000px) rotateY(45deg);
            transition: all 1s;   
        }

        .sideways.one{
            position: relative;
            left:100px;
        }
      
        .sideways.three{
            position: relative;
            left: -90px
        }

        .sideways:hover{
            transform: rotateY(0deg) scale(1.3);
            z-index: 1;
        }
        .sideways p{
            font-size: 20px;
            position: relative;
            bottom: -140px;
        }
    }
  /*   #gallery{
        margin-top: -50px;
    } */



    /* ----------------Galleries using FancyBox-------------------------- */

#gallery{
    padding: 20px;
   margin: auto;
    width: 80%;
}


.f-thumbs{
    width:800px;
    overflow: hidden;
    margin: auto;
      
}
.f-thumbs_viewport{
    width:600px;
    overflow: hidden;
      
}







