html {
	font-size: 12px;
}

html h1 {
	font-size: 40px;
}

html h2 {
	font-size: 32px;
}

html h3 {
	font-size: 24px;
}

html h4 {
	font-size: 20px;
}

html h5 {
	font-size: 16px;
}

html h6 {
	font-size: 12px;
}

html button {
	background: #26384e;
	border: none;
	box-shadow: none;
	color: #f6fafa;
	border-radius: 2px;
	text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

html button:hover {
	color: #d7695c;
	background: #38516f;
	border: none;
}

html #masthead .site-title a:before {
	content: none;
}

html body,html body.single-wcb_sponsor {
	background-color: #f6fafa;
}

html body a,html body a:visited,html body.single-wcb_sponsor a,html body.single-wcb_sponsor a:visited {
	color: #d7695c;
	-moz-transition: color .25s ease;
	-o-transition: color .25s ease;
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}

html body a:hover,html body a:active,html body a:visited:hover,html body a:visited:active,html body.single-wcb_sponsor a:hover,html body.single-wcb_sponsor a:active,html body.single-wcb_sponsor a:visited:hover,html body.single-wcb_sponsor a:visited:active {
	color: #26384e;
}

html body nav.main-navigation,html body nav.main-small-navigation,html body.single-wcb_sponsor nav.main-navigation,html body.single-wcb_sponsor nav.main-small-navigation {
	background: #26384e;
}

html body nav.main-navigation .menu,html body nav.main-small-navigation .menu,html body.single-wcb_sponsor nav.main-navigation .menu,html body.single-wcb_sponsor nav.main-small-navigation .menu {
	border-bottom: 4px solid #42627f;
	border-top: 4px solid #42627f;
}

html body nav.main-small-navigation #menu-item-223,html body.single-wcb_sponsor nav.main-small-navigation #menu-item-223 {
	display: none;
}

html body #main #primary,html body.single-wcb_sponsor #main #primary {
	margin-top: 100px;
}

html body #main #primary #content .wp-post-image,html body.single-wcb_sponsor #main #primary #content .wp-post-image {
	display: block;
	position: relative;
	top: 0;
	max-width: 100%;
	height: auto;
}

html body #main #primary #content .entry-title,html body.single-wcb_sponsor #main #primary #content .entry-title {
	top: 0;
}

html body #main #primary #content .wcorg-sponsors h2,html body.single-wcb_sponsor #main #primary #content .wcorg-sponsors h2 {
	background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 39%,#26384e 40%,#26384e 60%,rgba(255,255,255,0) 61%,rgba(255,255,255,0) 100%);
	color: #f6fafa;
}

html body #main .wcb_sponsor .entry-title,html body.single-wcb_sponsor #main .wcb_sponsor .entry-title {
	text-align: left;
}

html .wcorg-organizer {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

html .wcorg-organizer img.avatar {
	float: left;
	padding: 6px;
}

@media screen and (max-width: 615px) {
	html #masthead h1.site-title a {
		max-height: 150px;
		top: 0;
		width: auto;
	}
	
	html body.home #masthead.site-header {
		min-height: 230px;
	}
	
	html body.home nav.main-small-navigation {
		position: relative !important;
	}
	
	html body #main #primary,html body.single-wcb_sponsor #main #primary {
		margin-top: 40px;
	}
	
	html body .wcorg-organizer,html body.single-wcb_sponsor .wcorg-organizer {
		display: block;
		width: auto;
	}
}

/*# sourceMappingURL=style.css.map */