@charset "utf-8";

@font-face {
    font-family: 'yalenewbold';
    src: url('yalenew-bold-webfont.eot');
    src: url('yalenew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('yalenew-bold-webfont.woff2') format('woff2'),
         url('yalenew-bold-webfont.woff') format('woff'),
         url('yalenew-bold-webfont.ttf') format('truetype'),
         url('yalenew-bold-webfont.svg#yalenewbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'yalenewbold_italic';
    src: url('yalenew-bolditalic-webfont.eot');
    src: url('yalenew-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('yalenew-bolditalic-webfont.woff2') format('woff2'),
         url('yalenew-bolditalic-webfont.woff') format('woff'),
         url('yalenew-bolditalic-webfont.ttf') format('truetype'),
         url('yalenew-bolditalic-webfont.svg#yalenewbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'yalenewitalic';
    src: url('yalenew-italic-webfont.eot');
    src: url('yalenew-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('yalenew-italic-webfont.woff2') format('woff2'),
         url('yalenew-italic-webfont.woff') format('woff'),
         url('yalenew-italic-webfont.ttf') format('truetype'),
         url('yalenew-italic-webfont.svg#yalenewitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'yalenewregular';
    src: url('yalenew-roman-webfont.eot');
    src: url('yalenew-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('yalenew-roman-webfont.woff2') format('woff2'),
         url('yalenew-roman-webfont.woff') format('woff'),
         url('yalenew-roman-webfont.ttf') format('truetype'),
         url('yalenew-roman-webfont.svg#yalenewregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	min-height: 100%;
	margin: 0;
	overflow: hidden;
}

body {
	padding: 0;
	background-image: url("../images/yale_gallery_03_1080.png");
	background-repeat: no-repeat;
	background-size:cover;
}


header {
	
	
}

.logo {
	
	width: 130px;
	height: 149px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	
}

nav {
	
	height: 75px;
	background-color:rgba(0,53,107,1.00);
	
}

ul {
	
	margin: 0px auto;
	padding: 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 85%;
	list-style-type: none;
	list-style-image: none;
	text-align: center; 
	
}

ul li{
	
	display: block;
	height: 50px;
	width: 25%;

}

ul li a {
	
	display: block;
	height:60px;
	padding-top: 15px;
	color: rgba(247,248,249,1.00);
	text-decoration: none;
	font-size: 1.5em;
	font-family: 'yalenewregular';
	font-size: 2.5em;
	
}

ul li a:hover {
	
	background-color:rgba(190,85,39,1.00);
	
}

section {
	
	min-height:100px;
	
}

.about {
    
	padding: 25px;
	height: 410px;
    width: 400px;
    font-family: 'yalenewregular';
    font-size: 2.5em;
    margin-left: 8%; /* change to percents*/
    margin-top: 10%;
	color:rgba(247,248,249,1.00);
	background-color: rgba(190,85,39,0.70);
	
}

.about2 {
    
	padding: 25px;
	height: 410px;
    width: 400px;
    font-family: 'yalenewregular';
    font-size: 2.5em;
    margin-left: 33%; /* change to percents*/
    margin-top: -24.0%;
	color:rgba(247,248,249,1.00);
	background-color: rgba(190,85,39,0.70);
	
}

.about3 {
    
	padding: 25px;
	height: 410px;
    width: 400px;
    font-family: 'yalenewregular';
    font-size: 2.5em;
    margin-left: 58%; /* change to percents*/
    margin-top: -24.0%;
	color:rgba(247,248,249,1.00);
	background-color: rgba(190,85,39,0.70);
	
}

.footer {
	
	height: 112px;
	width: 700px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 92%;
	right: 0px;
	botto: 0px;

}

