@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
nav {
	max-width: 100%;
	max-height: 190px;
	margin-left: auto;
	background-color: navy;
	overflow: hidden;
	text-align: center;
}
.nav-list {
	padding: 20px 20px;
	display: inline-block;
	margin: 40px 40px 40px;
	text-decoration: none;
	color: black;
	background-color: gray;
	font-family: "Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium";
	font-size: 20px;
	border-radius: 30px;
}
#nav-div {
	width: 100%;
	height: 5%;
	background-color: lightcyan;
}
.nav-image {
	margin: 30px auto 30px;
	width: 12%;
	height: 12%;
	display: block;
}
.home-title {
	text-align: center;
	margin-top: 10px;
	font-family: "Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium";
	font-size: 100px;
	font-weight: 325;
	color: darkslategray;
}
#home-info {
	width: 100%;
	height: 50%;
	background-color: lightcyan;
}
.home-info-01 {
	text-align: center;
	font-family: "Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium";
	font-style: bold;
	font-size: 50px;
	padding-top: 30px;
	color: gray;
}
.home-info-02 {
	font-size: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium";
	color: black;
}
.home-info-03 {
	font-size: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium";
	color: black;
}
#apply-info {
	background-color: lightcyan;
}
h1 {
	text-align: center;
	font-family: "Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium";
	font-size: 50px;
}
p {
	font-size: 30px;
	font-family:"Bree Serif Regular", "Avenir Next Condensed Regular", "Bodoni 72 Book", "Futura Medium";
	color: black;
	width: 50%;
	margin: 10px auto;
}
#exhibitions {
	background-color: lightcyan;
}