*{
	font-family: Verdana;
	 box-sizing: border-box;
}

body{
	background-color:#522900;
}
header{

	width: 33.3%;
	height: 25%;
	position: fixed;
	display: block;
	top:0;
	left:0;
	text-align: center;
	background-color:  #d9ad7c;	
	border: 1px solid black;
}


nav{
	width: 33.3%;
	height: 75%;
	position: fixed;
	display: block;
	top:25%;
	left: 0;
	background-color:  #d9ad7c;
	margin-top: 1px;	
	border: 1px solid black;

}

nav a{
	text-align: center;
	text-decoration: none;
	color: black;
	width: 100%;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

nav #home:hover{
	background-color: #674d3c;
	color: white;
}


section{
	position: relative;
	left: 33.3%;
	float: left;
	width: 66.7%;
	margin-left: 3%;



}


div.img {
    position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	 border: 1px solid #777;

}

div.img:hover {
    border: 1px solid white;
}

div.img img {
    width:100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
	background-color:  #d9ad7c;	
}



/* Style The Dropdown Button */
.dropbtn {
    background-color: #d9ad7c;
    color: black;
    font-weight: bold;
    padding: 16px;
    font-size: 0.7em;
    cursor: pointer;
    display: block;
    margin-bottom: 8px;
    text-align: center;
	 padding: 14px 16px;
	 width: 100%;
	 border: none;


	

}


/* The container <div> - needed to position the dropdown content */
.dropdown {
   position: relative;
    display: inline-block;
    max-height: 320px;
    width: 100%;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {

    position: relative;

    background-color: #f9f9f9;
	max-width: 100%;
    z-index: 1;
    display: none;
    margin-bottom: 0px;


}



/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;  
    font-size: 0.7em;


}

/* Change color of dropdown links on hover */
.dropdown-content a:hover{
	    background-color: #c2c2a3; 
	    width: 100%;
}


/* Show the dropdown menu on hover */
#dropdown1:hover .dropdown-content {display: block;}
#dropdown2:hover .dropdown-content {display: block;}
#dropdown3:hover .dropdown-content {display: block;}
#dropdown4:hover .dropdown-content {display: block;}
#dropdown5:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
#dropdown1:hover .dropbtn {
	color: white;
   background-color: #674d3c;
}

#dropdown2:hover .dropbtn {
	color: white;
   background-color: #674d3c;
}
#dropdown3:hover .dropbtn {
	color: white;
   background-color: #674d3c;
}
#dropdown4:hover .dropbtn {
	color: white;
   background-color: #674d3c;
}
#dropdown5:hover .dropbtn {
	color: white;
   background-color: #674d3c;

}


@media only screen and (max-width: 400px){

	header{
		font-size: 0.8em;
		
	}

}


@media only screen and (min-width: 800px) {
    /* For desktop: */
     header{
			font-size: 2.0em; 

    }
    .dropdown-content a {
  
    font-size: 1.2em;


}

.dropbtn{
	font-size: 1.2em;
}
}