@charset "utf-8";
/* CSS Document */

	body {color:#005570;}
	p {line-height: 2;}
	.content_container {padding:40px 10px;}
	.header {background-color:#f5f5f5;}
	.header .header_content {}
	.header .title {font-size:24px; font-family: "raleway"; font-weight:100; text-transform: uppercase;}
	.separator {background-color:#f5f5f5; padding:30px; text-align:center; font-family:"museo-slab"; }
	.separator .title {font-size:24px;}
	.separator p {font-size:20px;}
	 
	.page_awards .separator .title {font-size:36px; border-bottom:1px solid #a1a1a1;}

	.text02, .text03, .text04 , .winner p {text-align: center;}
	.winner p {font-size:16px;}

	.text01 {font-size:28px; font-weight: 600; text-transform: uppercase; font-family:"museo-slab";}
	.text02 {font-size:32px; font-weight:100; font-family: "raleway";}
	.text03 {margin-bottom:10px;}
	.text04 {font-size:18px; font-family: "raleway"; font-weight:600; margin-bottom:25px;}
	.header {background-color:#fafafa;}
	.buttons {text-align: center; width:100%;}
	.buttons .item {padding:10px 30px;}
	.buttons .btn {background:none; border-color:#03244d; color:#03244d; text-transform: uppercase; width:100%; padding:30px; margin-bottom:10px; font-weight:600; font-size:16px;}
	.buttons .btn:hover {background-color:#eaeaea;}
	.buttons .btn:focus {background-color:#eaeaea;}
	.buttons .item {text-align: left;}
	


	.headshot img {width:70%; margin-bottom:20px;}
	.headshot, .headshot2 {text-align: center;}
	.headshot2 img {width:70%; filter: grayscale(100%);}

	.btn {white-space:normal;}

	.menu-container {text-align:center;}
	.menu {width:100%; max-width:300px; margin:20px auto;}
	.menu .btn-default {background:none; color:#03244d; width:100%; border:1px solid #03244d; margin-bottom:10px; padding:15px 5px;}
	.menu a.btn-default:hover {background-color:#eaeaea;}
	.menu a.btn-default:focus {background-color:#eaeaea;}
.menu-container .btn-primary {background:none; border:none;}


.footer {text-align:center;}
.footer img {width:100%;}
.footer ul {list-style: none;}
.footer ul li {font-size:12px; font-weight:600; font-family:"myriad-pro";}
.footer p {font-size:16px;}

@media (min-width: 768px){
	
	.menu-container {z-index:999;}
	
	.header {background-image: url(http://ocm.auburn.edu/faculty_awards/2019/_assets/images/bg01.jpg); background-position: right center; background-size: cover; background-repeat: no-repeat;}
	.header .title {font-size:38px;}
	.separator .title {font-size:36px;}
	.text02 {font-size:32px;}
	.text04 {font-size:28px;}
	
	.text03, .text04 , .winner p {text-align: right;}
	.winner p {font-size:18px;}
	.headshot2 img {width:85%;}
	
	.inspires .content_container {display:table;}
	.inspires .content_container [class*="col-"] {float: none; display: table-cell; vertical-align: middle;}

	.buttons.index .col-sm-4 .btn {padding:60px;}
}

@media (min-width: 992px){
	.header .title {font-size:56px;}
	.headshot2 img {width:100%;}
	.text02 {font-size:56px; text-align: right;}
}