@charset "UTF-8";
/* 

MS&E | Alumni Reunion Event
 */
 
/* Body */
.lightBackground {
	background-color: #fffdf3;	
}

/* Header 
--------------------------- */
/* Logo */
.headerLogo {
	background: none !important;
}

/* Navigation */
.navbar-default {
	background: none !important;
	box-shadow: none !important;	
}

.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	
	.navbar-default .navbar-nav>li>a {
		text-align: center;	
	}
	
		.navbar-default .navbar-nav>li>a:hover {
			color: #c02327;
		}
	
	.header .navbar-right {
		margin: 15px;	
	}
	
	.navbar-collapse {
		box-shaddow: none;
		background-color: #ffffff;	
	}

.nav-pills>li>a {
	color: #ffffff;
	font-weight: 300;
	border: 1px solid #ffffff;
	font-size: 14px;	
	padding: 8px 12px;
}

	.nav-pills>li>a:hover {
		background-color: #c02327;
		opacity: .8;
	}

/* Secondary Navigation Bar */
.navbar-second {
    background-color: #fffdf3;
}

.ff-nav {
	text-align: center;
	margin: 0 auto;
	float: none;	
}

	.ff-nav .navbar-nav>li, .ff-nav .navbar-nav {
		float: none;	
	}
	
	.ff-nav .nav>li {
		display: inline-block;	
	}
	
	.ff-nav .nav {
		padding left: inherit;	
	}
	
	.ff-nav #nav2.affix {
		padding-right: inherit;	
	}

/* Body 
--------------------------- */	
/* Jumbotron */	
.hero-image {
	position: relative;
	margin: 0 auto;
	background-color: #8C1515;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	height: 500px;
}
		.hero-image img {
			margin-top: 70px;	
		}
		
		.hero-content {
		position: absolute;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		color: #fff;
		top: 25%;
		
	}
		
		.hero-image h1 {
			color: #ffffff;
			font-weight: 100;
			letter-spacing: .15em;
			margin-top: 30px;
		}
		
		.hero-content h3 {
			color: #ffffff;
			text-align: center;	
		}
		
		.hero-content p {
			font-size: 18px;	
			font-weight: 100;
		}
		
		.hero-content-under {
			height: 3px; 
			width: 8%; 
			background: #ffffff;
			margin: 0 auto;
			margin-bottom: 25px;
		}
		
form {
	min-height: 500px;
	margin: 100px 50px;	
}
	
/* Typography, Columns, Misc. */
h3 {
	margin-top: 0;
	margin-bottom: 30px;
}

	.h3-under {
		height: 3px; 
		width: 20%; 
		background: #c02327;
		margin-bottom: 30px !important;
		margin: 0 auto;
	}
	.h5-under {
		height: 2px; 
		width: 100%; 
		background: #dddddd;
		margin-bottom: 30px !important;
		margin: 0 auto;
	}
	
h4 {
	text-align: left;
	font-weight: 700;
	line-height: 1.4;
	text-transform: none;
	margin: 24px 0 0 0;
	color: #434f5a;
}	

.col-sm-6, .col-xs-6 {
		padding: 10px 15px !important;	
	}
	
.bottom30 {
	margin-bottom: 0;	
}
.bottom50 {
	margin-bottom: 0;	
}

hr {
    margin-top: 30px;
    border-top: 3px solid #fcf3cf;
}

/* Table */
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, .cell-heading {
	border-bottom: 1px solid #a5acb2;
	border-top: 1px solid #a5acb2;
}

.table th {
	font-weight: 500;	
}

.table>thead>tr>th, .cell-heading {
	border: none;
	background-color: #d0ece6;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f7f9fa;
}

@media (max-width: 1200px) {
	.bottom30 {
		margin-bottom: 30px;	
	}
	.bottom50 {
		margin-bottom: 50px;	
	}
	
}

@media (max-width: 991px) {
	.bottom30 {
		margin-bottom: 30px;	
	}
}

	
@media (max-width: 767px) {
	.header .navbar-right {
		margin: 0;	
	}
	.navbar-header {
		background-color: #444f5a;
	}
	.hero-image {
		height: 400px	
	}
	.hero-image h1 {
		font-size: 24px;
		margin-top: 20px;
	}
	.hero-image img {
			margin-top: 80px;	
		}
	.bottom30 {
		margin-bottom: 30px;	
	}
}

@media (max-width: 440px) {
	.hero-image {
		height: 300px	
	}
}

