a {
	text-decoration: none;
	color: black;
	width: 33.3vw;
	height: 40vw;
}
img {
	size: cover;
}
#nav {
        border: solid black 2px;
        background-color: #ffb266;
	width: 4vw;
	height: 2vw;
	text-decoration: underline;
	text-align: center;
}
#nav2 {
        border: solid black 2px;
        background-color: #ff9933;
	width: 4vw;
	height: 2vw;
	text-align: center;
	text-decoration: underline;
	text-align: center;
}
.center {
        margin-left: 8vw;
        margin-right: 8vw;
}
#side {
        width: 20vw;
        height: 40vw;
	background-size: cover;
}
#side2 {
	width: 20vw;
	text-align: center;
}
#mid {
        width: 33.3vw;
        height: 50vw;
	font-size: 20px;
	text-align: center;
	background-color: #ffb266;
	border: solid black 2px;
}
#mid2 {
	width: 33.3vw;
        	height: 50vw;
	font-size: 20px;
	background-image: url("http://ecx.images-amazon.com/images/I/51cFTfpVFwL._SX329_BO1,204,203,200_.jpg");
	background-size: 33.3vw 50vw;
	background-repeat: no-repeat;
	background-color: #ffb266;
	border: solid black 2px;
}
#mid3 {
	width: 33.3vw;
        height: 0vw;
	font-size: 20px;
	text-align: center;
	background-color: #ffb266;
	border: solid black 2px;
}
#bot {
    
	margin-left: 35vw;

}
body {
        background-image: url("http://i.imgur.com/iN8b0vw.jpg");
        background-size: 97.5vw 97.5vw;
}
#img {
	width: 100vw;
	height: 100vw;
}
/* Dropdown Button */
/* .dropbtn {
    background-color: #ffb266;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #ff9933;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffb266;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ff9933}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} */