@charset "UTF-8";

body {
	background-color: white;
}

header {
	width: 100%;
	height: 65px;
}


#logo {
	width: 100%;
	height: 65px;
	float: left;
}

.moca-logo {
	width: 15%;
	float: left;
}

.moca-logo img {
	width: 100%;
	height: 75px;
}

.search {
	width: 10%;
	height: 50px;
	margin-top: 7.5px;
	float: right;
}

#top {
	width: 100%;
	height: 65px;
	margin-top: 65px;
	display: flex;
  	list-style-type: none;
  	padding: 0;
  	margin: 0;
 	justify-content: center;
}

li a {
	display: block;
	width: 90px;
	font-family:"Academy Engraved LET Plain:1.0";
	font-size: 1em;
	text-align: center;
	text-transform: lowercase;
	line-height: 30px;
	background-color: darkgrey;
	color: black;
	border-bottom: 2px solid #6E6565;
	border-top: 2px solid #6E6565;
	border-left: 2px solid #6E6565;
}
section {
	width: 100%;
}

#locations {
	width: 69%;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.geffen {
    width: 83%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: groove black;
    line-height: 50px;
    font-size: 1.5em;
}

.grand {
	width: 83%;
	height: 50px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: groove black;
	line-height: 50px;
	font-size: 1.5em;
}

.warehouse {
	width: 83%;
	height: 50px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: groove black;
	line-height: 50px;font-size: 1.5em;
}

#gallerypics {
	width: 100%;
	height: 350px;
	margin-top: 100px;
	position: relative;
}

#gallerypics img {
	width: 100%;
}

.arrow1 {
	width: 5%;
	margin-left: 21px;
	margin-top: 75px;
	float: left;
	position: absolute;
	top: 110px;
}

.arrow1 img {
	width: 100%
}

.arrow2 {
	width: 5%;
	margin-right: 21px;
	margin-top: 75px;
	float: right;
	position: absolute;
	top: 110px;
	right: -21px
	
}

.arrow2 img {
	width: 100%;
}

#exhibits {
	width: 100%;
	margin-top: 200px;
}

.exhibit1 {
	width: 85%;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.exhibit2 {
	width: 85%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.exhibit3 {
	width: 85%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.exhibit4 {
	width: 85%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.exhibit1 img {
	width: 100%;
}

.exhibit2 img {
	width: 100%;
}

.exhibit3 img {
	width: 100%;
}

.exhibit4 img {
	width: 100%;
}

#calendar {
    width: 85%;
	height: 50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
    color: white;
    background-color: #000000;
	line-height: 50px;
	font-size: 1.5em;
}

.calendar-info {
    width: 75%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
    color: white;
    background-color: #2D2A2A;
    line-height: 50px;
	font-size: 1.5em;
}

#bottom {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 15px;
	background-color: #2D2A2A;
	color: white;
	text-align: center;
	font-size: 1.3em;
}

@media (min-width: 320px){
		
	.moca-logo {
		width: 30%;
		height: 50px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: auto;
	}

	.search {
		width: 15%;
		height: 2px;
		float: right;
	}
	
	
	li.hide {
		display: none;
	}
	
	li a {
		border-right: 2px solid black;
		font-size: 1.1em;
	}
	
		
	#locations {
		margin-top: 25px;
	}
	
		
	#gallerypics {
		width: 100%;
		margin-top: 45px;
	}
	
	#gallerypics img {
		width: 100%;
	}
	
	.arrow1 {
		top: 120px;
	}
	
	.arrow2 {
		top: 120px;
	}
	
	#exhibits {
		margin-top: 150px;
	}
	
	#calendar {
		margin-top: 30px;
	}
}

@media (min-width: 768px){
		
	.moca-logo {
		width: 15%;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: auto;
	}
	
	.search {
		width: 15%;
	}
	#top {
		margin-top: 10px;
	}
	
	li.hide {
		display: block;
	}
	
	li a {
		border-right: 2px solid black;
	}
	
	.geffen {
		width: 50%;
		font-size: 2em;
	}
	
	
	.grand {
		width: 50%;
		font-size: 2em;
	}
	
		
	.warehouse {
		width: 50%;
		font-size: 2em;
	}
	
	#locations {
		margin-top: 45px;
		width: 85%;
	}
	
	#gallerypics {
		width: 100%;
	}
	.arrow1 {
		top: 365px;
	}
	
	.arrow2 {
		top: 365px;
	}
	
	#exhibits {
		margin-top: 350px;
	}
	
	#calendar {
		margin-top: 50px;
		font-size: 2em;
	}
	
	.calendar-info {
		font-size: 1.8em;
	}
	
	#bottom {
		font-size: 1.5em;
	}
}


@media (min-width: 1280px){
	#exhibits {
		margin-top: 650px;
	}
}

