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

body{

}

.FAM{
	display: block;
	margin: auto;
	 width: 100px;
	 cursor: pointer;
}

header{
	border-bottom: solid;
	padding: .6em;
}

.exhibition{
	width: 250px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.images{
	padding: .3em;
}

#aside{
	text-align: center;
	background: black;
	padding: .3em;
	min-width: 553px;
}

.nav_links{
}

.link{
	list-style: none;
	padding: 1em;
	margin: .5em;
	display: inline-block;
	border-right: solid white .1em;
	color: white;
}

.link2{
	list-style: none;
	padding: 1em;
	margin: .5em;
	display: inline-block;
	color: white;
}

a:hover{
	color: green;
}

a:active{
	color: red;
}

.dropbtn{
	background-color: gray;
	color: white;
	padding: 16px;
	border: none;
	cursor: pointer;
}

.dropdown{
	position: relative;
	display: inline-block;
}

.dropdown-content{
	display: none;
	position: absolute;
	background-color: gray;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:active{
	background-color: blue;
}

.dropdown:active .dropdown-content{
	display: block;
}

.dropbtn:active .dropbtn{
	background-color: gray:;
}

}

@media screen and (min-width:650px){

header{
	border-bottom: solid;
	padding: .6em;
}

#wrap{
	min-width: 90%;
}

.FAM{
	display: block;
	margin: auto;
	 width: 150px;
	 cursor: pointer;
}

figure{
	display: inline-block;
}

.exhibition{
	width: 300px;

}

.images{
	margin-left: 210px;
	text-align: center;
	padding: .3em;
	position: fixed;
	min-width: 1200px;
}

#aside{
	float: left;
	display: inline-block;
	background: black;
	padding: .3em;
	width: 200px;
	height: 1170px;
	position: fixed;
}

.nav_links{
	padding: 1em;
	margin-top: 1px;
}

.link{
	list-style: none;
	color: white;
}

.link2{
	list-style: none;
	color: white;
}

a:hover{
	color: green;
}

a:active{
	color: red;
}

}