html{
	background-color: lightgrey;
}

body{
	width: 1150px;
	margin: 0 auto;
	background-color: white;
}

header {
	padding-top: 30px;
}

header img{
	width: 33%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

nav{
	display: inline;
	
}

nav ul{
	list-style-type: none;
	text-align: center;
}

nav ul li{
	display: inline;
	font-family: 'gill sans', sans-serif;
}

a{
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: adobe-calson-pro, sans-serif;
	font-size: 16pt;
	font-weight: 400;
	font-style: normal;
}

a:link {
	color: black;
}

a:visited {
	color: darkgray;
}

a:hover {
	color: rgb(143, 183, 95);
}

a:active {
	color: tan;
}

/*********   TOP SECTION    **********/

.top_section{
	position: relative;
	display: block;
	height: 450px;
	background-image: url('images/UO-Alumni-Center-web.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

h1{
	font-family: 'gill sans', sans-serif;
	font-size: 15pt;
	font-style: italic;
	text-align: left;
	color: black;
	width: 550px;
	padding-top: 95px;
	padding-left: 150px;
}

#box {
	background-color: rgba(199, 140, 71, 0.80);
	width: 260px;
	bottom: 0;
	padding: 10px;
	position: absolute;
	margin-left: 800px;
	top: 0;
}


#product_list{
	font-family: 'gill sans', sans-serif;
	font-weight: normal;
	font-size: 13pt;
	color: white;
	line-height: 1.7;
	padding-top: 45px
}

#product_list h2{
	font-family: 'gill sans', sans-serif;
	font-size: 15pt;
	color: white;
	margin-bottom: 0;
	margin-left: 10px;
}

#product_list ul{
	margin-top: 5px;
	padding-left: 30px;
}


/*********   BOTTOM SECTION    **********/

.bottom_section {
	height: 370px;
	background-color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.bottom_section h2{
	margin-left: 70px;
	margin-bottom: 10px;
	color: rgb(143, 183, 95);
	font-family: 'gill sans', sans-serif;
	font-weight: bold;

}

.bottom_section p{
	margin-left: 70px;
	margin-right: 50px;
	font-family: 'adobe-calson-pro', serif;
	font-size: 11pt;
	font-weight: 400;
	font-style: normal;
	display: flex;
}

.bottom_section img{
	flex: 50%;
	width: 610px;
	height: 360px;
	margin-top: 20px;
}


/*********   FOOTER    **********/

footer {
	background-color: rgb(143, 183, 95);
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

footer p{
	text-align: center;
	font-family: 'gill sans', sans-serif;
	font-size: 11pt;
	color: white;
	line-height: 10px;
}

#tagline{
	font-size: 15pt;
}



