@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);

@font-face {
    font-family: 'primeregular';
    src: url('font/prime_regular-webfont.eot');
    src: url('font/prime_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/prime_regular-webfont.woff') format('woff'),
         url('font/prime_regular-webfont.ttf') format('truetype'),
         url('font/prime_regular-webfont.svg#primeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




html,body {
	font-family: 'primeregular';
	width: 100%;
	height: 100%;
}

.navigation {
	position: fixed;
	z-index: 1;
	background: url(../images/header.svg) no-repeat 0 0;
	background-size: cover;
	-webkit-background-size: cover;  /* in media query change to contain */
	padding: 20px;
	height: 140px;
	width: 100%;

	padding-top: 5%;
	font-family: 'Permanent Marker', cursive;
	font-size: 20px;
	padding-left: 40%;
	box-sizing: border-box;
}

.navigation li {
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 10%;
}

.navigation li:hover,.navigation li.active {
	background-color: #F15A29 !important;
	cursor: pointer;
}


/* .orange_gear {
	width: 513px;
	height: 513px;
	position: relative;
	background-image: url(../images/gear-orange.svg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

	background-repeat: no-repeat;
	background-attachment: fixed;
}
 */
 
 
 .orange_gear {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/gear-orange.svg);
	-webkit-background-size: 513px;
	-moz-background-size: 513px;
	background-size: 513px;
	background-position: 75% 60% !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
 
 
.orange_gear_smile {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/gear-orange-smile.svg);
	-webkit-background-size: 513px;
	-moz-background-size: 513px;
	background-size: 513px;
	background-position: 75% 60% !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.orange_gear_world {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/gear-orange-world.svg);
	-webkit-background-size: 513px;
	-moz-background-size: 513px;
	background-size: 513px;
	background-position: 75% 60% !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.white_gear_thumb {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/gear-white-thumb.svg);
	-webkit-background-size: 513px;
	-moz-background-size: 513px;
	background-size: 513px;
	background-position: 75% 60% !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.white_gear_wrench {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/gear-white-wrench.svg);
	-webkit-background-size: 513px;
	-moz-background-size: 513px;
	background-size: 513px;
	background-position: 75% 60% !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.white_gear {
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url(../images/gear-white.svg);
	-webkit-background-size: 513px;
	-moz-background-size: 513px;
	background-size: 513px;
	background-position: 75% 60% !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.slide {
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}


.slide_content {
	width: 30%;
	float: left;
	color: #fff;
	margin-left: 5%;
	margin-top: 15%;
}

.slide_content_black {
	width: 30%;
	float: left;
	color: black;
	margin-left: 5%;
	margin-top: 15%;
}

.slide h1 {
	font-size: 60px;
	font-family: 'Permanent Marker', cursive;
}

.slide h1_black {
	font-size: 60px;
	font-family: 'Permanent Marker', cursive;
	color: black;
}


.slide h2 {
	font-family: arial, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
}


/* this is where the paragraph for each slide is styled */

.slide p {
	font-family: arial, sans-serif;
}



#slide1 {
	background-image: url(../images/slide1.jpg);
	background-color: #1a1a1a;
	background-repeat: no-repeat;
	background-position: center !important;
	-moz-background-size: cover;
	background-size: cover;
}
#slide2 {
	background-image: url(../images/slide2.jpg);
	background-color: #ffee00;
	background-repeat: no-repeat;
	background-position: center !important;
	-moz-background-size: cover;
	background-size: cover;
}
#slide3 {
	background-image: url(../images/slide3.jpg);
	background-repeat: no-repeat;
	background-position: center !important;
	-moz-background-size: cover;
	background-size: cover;
}
#slide4 {
	background-image: url(../images/slide4.jpg);
	background-repeat: no-repeat;
	background-position: center !important;
	-moz-background-size: cover;
	background-size: cover;
}
#slide5 {
	background-image: url(../images/slide5.jpg);
	background-repeat: no-repeat;
	background-position: center !important;
	-moz-background-size: cover;
	background-size: cover;
}








/* -------------------BEGIN MEDIA QUERIES-----------------  */


@media screen and (max-width: 1100px) {

.slide h1 {
	font-size: 45px;
}

.slide h1_black {
	font-size: 45px;
}

}




@media screen and (max-width: 1000px) {
	
	 .orange_gear {
	-webkit-background-size: 45%;
	-moz-background-size: 45%;
	background-size: 45%;
	background-position: 100% 60% !important;
}

 .white_gear_thumb {
	-webkit-background-size: 45%;
	-moz-background-size: 45%;
	background-size: 45%;
	background-position: 100% 60% !important;
}

 .white_gear_wrench {
	-webkit-background-size: 45%;
	-moz-background-size: 45%;
	background-size: 45%;
	background-position: 100% 60% !important;
}

 .white_gear{
	-webkit-background-size: 45%;
	-moz-background-size: 45%;
	background-size: 45%;
	background-position: 100% 60% !important;
}

 .orange_gear_smile {
	-webkit-background-size: 45%;
	-moz-background-size: 45%;
	background-size: 45%;
	background-position: 100% 60% !important;
}

 .orange_gear_world {
	-webkit-background-size: 45%;
	-moz-background-size: 45%;
	background-size: 45%;
	background-position: 100% 60% !important;
}

	.slide_content {
	width: 45%;
	margin-left: 5%;
	margin-top: 15%;
}

	.slide_content_black {
	width: 45%;
	margin-left: 5%;
	margin-top: 15%;
}

.navigation {
	position: fixed;
	z-index: 1;
	background: url(../images/header.svg) no-repeat 0 0;
	background-size: cover;
	-webkit-background-size: cover;  /* in media query change to contain */
	padding: 20px;
	height: 140px;
	width: 100%;

	padding-top: 5%;
	font-family: 'Permanent Marker', cursive;
	font-size: 17px;
	padding-left: 40%;
	box-sizing: border-box;
}


.navigation li {
	margin-right: 10%;
}



.slide h1 {
	font-size: 45px;
}

.slide h1_black {
	font-size: 45px;
}


}

@media screen and (max-width: 700px) {

.navigation {
	padding-left: 55%;

}
}



@media screen and (max-width: 500px) {
	
	 .orange_gear {
	display: none;
	}

	.orange_gear_smile {
	display: none;
	}
	
	.orange_gear_world {
	display: none;
	}
	
	.white_gear_thumb {
	display: none;
	}
	
	.white_gear_wrench {
	display: none;
	}
	
	.white_gear {
	display: none;
	}
	
	.slide_content {
	width: 80%;
	margin-left: 5%;
	margin-top: 15%;
}

	.slide_content_black {
	width: 80%;
	margin-left: 5%;
	margin-top: 15%;
}
	
	#slide1 {
	background-image: url(../images/slide1-mobile.jpg);
}
	


}