body {
  	background-color:#000;
  	padding:0;
  	margin:0;
  	font: 400 14px/18px 'Source Sans Pro', sans-serif;
  	color:#fff;
}

h1,h2,h3,h4 {
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 200;
}

strong {
	font-weight:700;
}

.smaller {
	font-size:80%;
}

.container {
	padding-left:20px;
	padding-right:20px;
}

.pink {
	color:#f06796;
}

.logo {
	margin:0 auto;
}

.padtop50 {
	padding-top:50px;
}

.qmark {
}

.wallpaper {
	height:100%;
	width:100%;
	position:relative;
	z-index:-999;
	overflow:hidden;
}

.wallpaper2 {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url('../img/background/bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	z-index:-999;
}
.wallpaper > img {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:-999;
}      	

.alert {
	border-radius:0;
	-mox-border-radius:0;
	-webkit-border-radius:0;
}

/* FORM CONTROLS */
.btn-pink {
	background-image:none;
	background:transparent;
	text-shadow:none;
	border:none;
	box-shadow:none;
	font-size:1.35em;
	padding-left:0;
	padding-right:0;
	color:#f06796;
}

.btn-pink:hover,
.btn-pink:focus {
	background-image:none;
	background:transparent;
	text-decoration:underline;
	color:#f06796;
}

input[type='text'] {
	margin-bottom:5px;
	border-radius:0;
	-mox-border-radius:0;
	-webkit-border-radius:0;
}
/* END FORM CONTROLS */

#wp-6-low {
	background-image: url('../img/wallpaper/low/josh-hill-6.jpg');
	background-repeat:no-repeat;
	background-size:100% auto;
}

.container {
	padding:20px;
}

.push {		
	display:block;
	height:40px;
}

.push-small {		
	display:block;
	height:15px;
}

a {
	font-weight:bold;
}

.breadcrumb {
	background:none;
	margin:0;
}	

a {
	color:#b92126;
}

a:hover,
a:focus {
	color: #b92126;
}

		
/* =========================================== 
// Menu Overrides
===========================================  */	
	
/* =========================================== 
// Responsive Fixes
===========================================  */	
@media (min-width: 768px) and (max-width: 979px) {      		
	
}		
		
@media (max-width: 767px) {
	
}
      	
@media (max-width: 480px) {
    
}
		