
    
    html, body{
        background-color:#2B2B2B !important;
		box-sizing:border-box;
    }
    
    html, body {
        
        height:100%;
        width:100%;
        padding:0 !important;
        margin:0 !important;
    }
 
    section{
        background-color:#2B2B2B;
        
        width:100%;
		height:100%;
        margin:0 auto;
        display:block;
        clear:both;
		padding: 0px;
		box-sizing: border-box;
    }
header{
	
	padding:20px;
	
}
	.cover{
		
		margin:0 auto;
		
    }

	.cover header{
	
	height:62px;
	
}

	.cover header a{
	display:block;
	height:62px;
	max-width:608px;
	width:100%;
	margin:0 auto;
}

	.cover header img{
	height:62px;
	
		
	}
	
	.img-cover{
	
		margin-top:20px;

	}
	.img-cover img{
		max-width:400px;
		
		
		
		
	}
	.content-cover{
		margin:0 auto;
		padding-bottom:0px;
		

	}	
	
	.content-copy{
		display: block;
        max-width: 525px;
        width: 100%;
		margin:0 auto;
		position: relative;

	}
	
    img{
		max-width:200px;
		width:100%;
		display:block;
		margin:0 auto;
    }

    .desktop{
		display:block;
		
}

    .mobile{
		display:none;
    }
	
	.mainhead{
		text-align: center;
		font-family: Montserrat, Helvetica, Arial, sans-serif;
		font-size: 24pt; 
		letter-spacing: 0;
		color: #FFFFFF;
		opacity: 1;
		
	}	
	
	.copy{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		font-family: "lato-reg", Helvetica, Arial, sans-serif;
		font-size: 14px;
		letter-spacing: 0;
		color: #FFFFFF;
		opacity: 1;
	}
	p.uppercase {
		text-transform: uppercase;
		color:#9E8231;
		font-size:45px;
		font-weight:bold;
}

	a:link {
		color:#B22222;
		background-color:transparent;
		text-decoration: none;
	}
	
	a:visited {
		color:#B22222;
		background-color: transparent;
		text-decoration: none;
	}
	
	a:hover {
		color:#B22222;
		background-color: transparent;
		text-decoration: underline;
	}
	
	a:active {
		color:#B22222;
		background-color: transparent;
		text-decoration: underline;
}
	
@media only screen and (max-width: 624px){
	
	
	.desktop{
		display:none !important;
	}
	
	.mobile{
		display:block !important;
	}
	
}

