﻿/************************************************************************************
larger than 1500
*************************************************************************************/	
@media screen 
and (min-width: 1600px) {

.container {
width: 1350px;
}


}/**** END 1500 ****/

/************************************************************************************
smaller than 1200
*************************************************************************************/	
@media screen 
and (max-width: 1200px) {


}/**** END 1200 ****/



/************************************************************************************
smaller than 1024
*************************************************************************************/	
@media screen 
and (max-width: 1024px) {

/******** GLOBAL *******/
.container {
width: 100%;
}

#menu_icon {
display: block;
}

#menu ul {
width: 200px;
display: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
top: 71px;
left: 0;
background: #3f0000;
margin: 0 !important; 
padding: 0 !important; 
z-index: 2000;
}

#menu ul li {
border-bottom: 1px solid #620101;
position: relative;
display: block;
float: none;
margin: 0;
padding: 0;
text-align: left;
text-transform: uppercase;
font-weight: bold;
color: #ffffff;
line-height: 1;
}

#menu ul li span,#menu ul li a {
padding: 15px;
}

#menu ul li a:hover {
background-color: #620101;
}

#menu ul li:last-child {
border: none;
}

.for_columns {
width: 48%;
}

}/**** END SMALLER THAN 1024 ****/




/************************************************************************************
smaller than 950
*************************************************************************************/	
@media screen 
and (max-width: 950px) {


}/**** END 950 ****/




/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen 
and (max-width: 768px) {

#top_header {
width: 100%;
height: 225px;
}

.top_logo {
margin: 10px auto 0 auto;
}


.column_half {
float: none;
width: 100%;
display: block;
margin: 0 auto 35px auto;
}


}/**** END 768 ****/



/************************************************************************************
smaller than 640
*************************************************************************************/
@media screen 
and (max-width: 640px) {

.content_pad {
padding: 10px;
}


}/**** END 640 ****/



/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen 
and (max-width: 480px) {

h1 {font-size: 2.5em;  } 
h2 {font-size: 2em;} 
h3 {font-size: 1.75em;}
h4 {font-size: 1.5em; } 
h5 {font-size: 1.35em; }
h6 {font-size: 1.25em;} 



#top_header {
width: 100%;
height: 125px;
}

.top_logo {
margin: 10px auto 0 auto;
}

.for_columns {
width: 100%;
float: none;
margin: 15px auto;
}



#wrapper {
margin: 0 auto -250px auto;
}

/*#push {
height: 250px;
}*/

#footer_pad h1 {
font-size: 2em;
}

.img_wrap {
float: none;
margin: 10px auto;
}


}/**** END 480 ****/



/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen 
and (max-width: 320px) {


}/**** END 320 ****/