@charset "utf-8";
 
/* CSS Document */

/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */


/*AUBURN COLORS-----------
Primary Blue: #03244d
Primary Orange: #cc4e0b
Secondary Blue: #496e9c
Secondary Orange: #f68026

New
Primary Blue:#3244d;
Primary Orange: #cc4e0b
Secondary Blue: #496e9c
Secondary Orange: #f68026
Neutral: #aa9c8f


background: rgba(246, 128, 38, .99);
background: rgba(3, 36, 77, .8);
-------------------------*/

.chs_zero {margin: 0;
padding: 0;
}

.brew_zind {z-index: -10;
}


.aubrew {
margin-top: -12.5%;
	padding-bottom: 10px;
	margin-bottom: 0px;

}

.aubrewm {
margin-top: -5%;
	padding-bottom: 15px;		 
	margin-bottom: 0px;

}

.aubrews {
margin-top: -9%;
	padding-bottom: 10px;		 
	margin-bottom: 0px;

}


.aubrew_blubck {background-color: rgba(3,36,77,1.0);
}


.aubrew_orgbck {background-color:  rgba(204,78,11,1.00);}

.brewhead {padding-top: 6%;
	padding-bottom: 3%;
	font-family: myriad-pro, sans-serif;
    font-size: 36px;
	font-weight: 600;
	color: #FFF;
	
}
 


/*-----------------Background images lay if needed



.chs_mainhead { background-image: url(../images/world_orange_lctw.jpg);
			background-attachment: fixed;
			background-size: cover;
			background-position: top center;
			background-repeat: no-repeat;
			min-height: 850px;
			z-index: -10;
			top: 50;
	
 }


@media only screen and (max-width: 768px) {
  .chs_mainhead {
    /* The file size of this background image is 93% smaller
       to improve page load speed on mobile internet connections  
    background-image: url(../images/world_orangesm.jpg);
	 
	  background-attachment: scroll;
	  min-height: 450px;
  }
}


 ----------------------*/