
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: table-cell;
	margin:0;
	vertical-align: middle;
}

.col:first-child { margin-left: 0% } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin:0;
	}
}




@media only screen and (max-width: 1000px) {
.tabs {display:none;}
.col { float:left; display: block;}
.peghead {position: relative; bottom: -50px; padding-left: 0%; margin-bottom: 0px; border-bottom: 1px solid #66583f; line-height:0; border-top: solid 1px #66583f; padding-top: 10%;
margin-top: -70px;}
.sm {position:absolute; top:25px; left:25px; z-index:99;}
}

@media only screen and (max-width: 800px) {
.logo { position:relative; margin-left:0px; left:0%; top:0px; text-align:center; padding:25px 5%; background-color: #151515;}
.sm {position:relative; top:0px; left:0px; text-align:center; padding:10px 5%;}
}

@media only screen and (max-width: 500px) {
.blurb {padding-top:5%;}
}
