@import 'colaborate.css';
@import 'bevan.css';
@import 'social_foundicons.css';
@import 'social_foundicons_ie7.css';


body {
	background-color: #000;
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: BevanRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 400%;
	margin-bottom: 0;
}

h2 {
	font-family: ColaborateLightRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 200%;
	margin: 0;
	letter-spacing: 0.1em;	
}

h3 {
	font-family: BevanRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 200%;
	margin-bottom: 0;	
}

h4 {
	font-family: BevanRegular, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 0;	
}

/* navbar styling */

.contain-to-grid .top-bar {
	margin: -19px auto -20px;
}

.top-bar, .top-bar-section ul, .top-bar-section li a:not(.button) {
	background-color: #000;
}

.top-bar-section li a:hover:not(.button) {
	background-color: #f26b2d;
	color: #000000;
}

.top-bar-section #fake, .top-bar-section #fake:hover, .top-bar-section #fake a, .top-bar-section #fake a:hover {
	width:0 !important;
	height:inherit;
	background-color: #000;
}

.toggle-topbar {
	z-index: 1000;
}

.top-bar .toggle-topbar.menu-icon {
	top: 21px;
}

#social-head {
	display:none;
}

#topbar-social {
	padding: 12px 0px 12px 12px;
}

#topbar-social a:hover{
	background: none;
}

#topbar-social img {
	opacity: 40%;
	max-width: 24px;
	margin: 0 5px;
}

/* forms */

fieldset legend {
	background: none;
	color: #f26b2d; 
}

/* embedded video goes responsive */
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
	#social-head {
		position: static;
		padding-top:3%;
		width: 8.33333%;
  		margin: 0;
		*zoom: 1;
		display: block;
	}
	
	#social-head img {
		opacity: 40%;
		max-width: 32px;
		margin: 5px;
	}
	#topbar-social {
		display:none;
	}
}