body {
	padding-top: 50px;
	  font-family: "Verdana",sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
}
a, a:link, a:visited {
	text-decoration: none;
}
.navbar-default {
  background-color: #4b2e84;
  border-color: #e7e7e7;
  border-bottom: 10px solid white;
}
.navbar-nav>li>a:hover{
	color: white !important;
}
/*
.purple_bg {
	background-color: #b7a57a;
}
*/
#signature {
	margin-top: 16px;
	width: 300px;
	margin-left: 10px;
}
.gold {
	color:#b7a57a;
}
.purple {
	color:#462e83;
}

/***************************
	HEADER
***************************/
#event_title {
	margin-top: 40px;
	margin-bottom: 20px;
}
img#logo {
	width:80px;
}
.header {
    color: #fff;
    border-top: 20px solid white;
    background-attachment: scroll;
    background-image: url('http://depts.washington.edu/acomm/presidentclubreception/img/masthead_4.jpg');
    min-height: 500px;
    background-position: right center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.navbar-default .navbar-nav>li>a {
  color: #e8d382;
}
/***************************
	GROVE
***************************/
#event_location {
	padding-top: 0px;
}
/***************************
	SECTIONS
***************************/
#parking {
	margin-bottom:30px;
}
/***************************
	BUTTON 
***************************/
.btn-primary {
  	color: #fff;
  	background-color: #462e83;
  	border-color: #462e83;  	
    margin-bottom: 60px;
}
.btn-primary:hover {
	color: #462e83;
	background-color: #b7a57a;
	border-color: #c4b183;
}
#register_button {
	display: none;
} 
/***************************
	VIDEO - PERHAPS WE WILL NEED
***************************/
.header_video {
	height:500px;
}
#video_container {
	top:0;
	left:0;
	right: 0;
	width: 100%;
	overflow: hidden;
	height:500px;
	position: fixed;
	z-index: -9999999999;
}
video {
	position: absolute;
	z-index: -999999999;
	overflow: hidden;
}
video.fillWidth {
	width: 100%;
}
#videos {
	background-color: black;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; 
overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/***************************
	TEXT - ALIGN - ETC
***************************/
.center{
	text-align: center;
}
.small_map {
	display: none;
}
/***************************
	MEDIA QUERIES
***************************/
@media(max-width:767px){
	h3 {
		text-align: center;
	}
	
	.header {
		display: none;
	}
	#register_button {
		display: block !important;
	}
	hr.small_map {
		display: block;
	}
	#signature {
		width: 250px;
		margin-left:15px;
	}
	#event_time{
		text-align: center;
	}
	.map_button {
		text-align: center;
	}
}
@media(min-width:768px){
	.header {
		min-height: 100px;
	}
}
@media(min-width:992px){
	
}
@media(min-width:1200px){
	

}


















