/*© Scrumpy Cat Design 2015*/ 

body{color:#aaa;  font-size:0.85em; line-height:1.67em; font-weight:normal;font-family: 'Source Sans Pro', sans-serif;
background: #fff;

}

header{padding:0;text-align:center; width:100%; height:100vh;}  


.wrapper{width: 70%; margin: 0 auto;}

footer ul{margin:0;padding:10px;color:#c4c4c4;height:auto;margin:0 0 0 0%;list-style-type: none;} 
footer{clear:both;padding:20px 0;padding-bottom:10px; background:#444; height:20vh;}
footer h1, footer h2, footer h3, footer h4{color: #c4c4c4;margin-bottom:10px;} 
footer a, footer a:visited, footer a:active{color:#c4c4c4; text-decoration:none;} 
footer a:hover{color:#cb7d11;text-decoration:none;}

.clearfix:before, .clearfix:after { content: ""; display: table; } 
.clearfix:after { clear: both; } 

/*a, a:visited, a:active{color:#fff; font-weight:300; text-decoration:none;-} 
a:hover{color:#024d66;text-decoration:none;} */

h1, h2, h3, h4, h5, h6{font-weight:normal;line-height:1.5em;margin:.45em 0;padding:0;}
 img{ max-width:100%; height:auto; border:0;}
.scrumpy_1, .scrumpy_2, .scrumpy_3, .scrumpy_4, .scrumpy_5, .scrumpy_6, .scrumpy_7, .scrumpy_8, .scrumpy_9, .scrumpy_10, .scrumpy_11, .scrumpy_12 {margin-bottom:10px;}

 /* ////////// RESPONSIVE SVG ////////// */
.objects{display:block; margin-left:auto;margin-right:auto; width:100%; height:auto} /* centers svg in container and makes responsive */


/* ////////// HEADER AND MENU ////////// */

.header { /* animated header */
    width: 100%;
	height:100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
	overflow:visible;

	
   
}
.header.smaller {
	height:auto;
	top:0;	
}


/* •••••••••• SOCIAL ••••••••••*/
#socsub{display:block;text-align:center;}
.social{width:6vh; height:6vh;display:inline-block;}
.twitt { fill: #fff; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; }
#tw:hover .twitt{ fill: #006e93; }
.faceb { fill: #fff; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; }
#fb:hover .faceb{ fill: #006e93; }
/* •••••••••• END SOCIAL ••••••••••*/






@media only screen and (min-width: 920px) {

.wrapper{
	width: 80%; 
	margin: 0 auto;
}

footer{ 
	padding-bottom:auto;
} 

.scrumpy_1 { width: 8.333333333333%; }
.scrumpy_2 { width: 16.666666666667%; }
.scrumpy_3 { width: 25%; }
.scrumpy_4 { width: 33.333333333333%; }
.scrumpy_5 { width: 41.666666666667%; }
.scrumpy_6 { width: 50%; }
.scrumpy_7 { width: 58.333333333333%; }
.scrumpy_8 { width: 66.666666666667%; }
.scrumpy_9 { width: 75%; }
.scrumpy_10 { width: 83.333333333333%; }
.scrumpy_11 { width: 91.666666666667%; }
.scrumpy_12 { width: 100%; }

.scrumpy_1, .scrumpy_2, .scrumpy_3, .scrumpy_4, .scrumpy_5, .scrumpy_6, .scrumpy_7, .scrumpy_8, .scrumpy_9, .scrumpy_10, .scrumpy_11, .scrumpy_12{
	margin-left: 0%; 
	margin-right: 0%; 
	float: left; 
	display: block;
}


 } 


@media only screen and (min-width: 1024px) {

} 
@media only screen  and (min-width: 1280px) {

	} 
@media only screen  and (min-width: 1440px) {

	} 
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {

	}
@media only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1024px),{}
