body{
	background-color:#000;
	text-align:center;
	color:#fff;
	font-family: 'Oswald', sans-serif;
}
a{
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
	-webkit-transition: color 0.5s; /* Safari */
}
h1{
	width:90%;
	max-width:700px;
	margin:auto;
}
h1 img{
	width:100%;
}
header nav a{
	font-size:20px;
	margin-right:3px;
}
header nav a:hover{
	color:#eee;
	-webkit-transition: color 0.5s; /* Safari */
}
#socials{
	width:170px;
	float:left;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
}
#socialButtons{
	width:40%;
	padding-top:19px;
	float:right;
	text-align:right;
}
#tweetButton{
	margin-right:10px;
	display:inline-block;
}
#likeButton{
	width:56px;
	display:inline-block;
}
#affiliates{
  width: 75%;
  margin: auto;
  max-width:500px;
}
#affiliates a{
	opacity:1;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#affiliates a:hover{
	opacity:0.6;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
#affiliates img{
	  height: 32px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 8px;
}
footer{
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding-bottom:10px;
	text-transform:uppercase;
	font-size:10px;
}


#main{
	position: absolute;
	top:50%;
	margin-top:-250px;
	left:0px;
	right:0px;
}
#cookie-banner{
	  background: rgba(70,70,70,0.9)!important;
	  font-family: 'Oswald', sans-serif!important;
	  text-align:left!important;
}
#cookie-banner-title{

}
#cookie-banner-title {
  font-size: 13px!important;
  margin-top: 0px!important;
}
#cookie-banner-copy p{
	font-size: 10px!important;
	line-height: 130%!important;
	font-family: 'Oswald', sans-serif!important;
}
#cookie-banner-right p{
	display:none!important;
}
#cookie-banner-right a{
	font-family: 'Oswald', sans-serif!important;
	text-align:center!important;
}
@media screen and ( max-width: 736px ){
	#affiliates img{
		height: 14px!important;
	}
	#main{
		position:auto;
		top:50px;
		margin-top:0px;
	}
}

@media screen and ( max-height: 480px ){
	footer{
		font-size:8px;
	}
	#socialButtons{
		width:50%;
	}
}
@media screen and ( max-height: 479px ){
    #main {
	  position: absolute;
	  top: 56px;
	  left: 0px;
	  right: 0px;
	  margin-top:0px;
	}
	h1 {		
	   max-width: 240px;
	   max-width: 240px;
	}
	#affiliates {
	  max-width: 270px;
	}
}
@media screen and ( max-height: 600px ){
	footer{
		top:auto!important;
	  font-size: 8px;
	}

}


/* AE Mailing List Custom Forms migration upgrade */
#ae-cform-modal-container-1 {
	background-color: #000 !important;
        text-align: center !important;
        color: #fff;
        font-family: 'Oswald', sans-serif !important;
}

.blocker {
  background-color: rgba(256,256,256,0.15) !important;
}
.modal-image-container {
    max-width: 250px;
    margin: 1em auto;
    padding: 15px 15px 150px 15px;
}
#ae-cform-title-1 {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase !important;
    line-height: 160%!important;
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    margin: 0;
}
.ae-cform-item input[type="submit"] {
    font-size: 12px !important;
    background-color: #337ab7 !important;
    background-image: none !important;
    border-bottom: 3px solid #2e6da4;
    color: #fff;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    border: 1px solid #2e6da4 !important;
}
#ae-cform-container-1 {
    color: white;
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    margin-top: 5px;
}
/* End AE Mailing List Custom Forms migration upgrade */
