/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* dark grey: #808080;
light grey: #BCBEC0;
turquoise: #00D9D1; */


body {
	font-size: 15px;
	font-family: "Open Sans", arial, san-serif;
	color: #666;
}

.email-link {
	color: #333;
	text-decoration: none;
	transition: .3s;
}

.email-link:hover {
	color: #00D9D1;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
	height: 122px;
	background-color: #808080;
	z-index: -10;
	display: inline-block;
}

#logo {
	height: 150px;
	width: auto;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-size: auto 150.4px;
	margin-left: 50px;
	z-index: 10;
}

.logo {
	height: 150px;
	width: 250px;
	display: block;
}

#nav {
	height: auto; 
	width: auto;
	background-color: none;
	margin-left: 30%;
}

#nav a:link, #nav a:active, #nav a:visited {
	font-size: 16px;
	font-family: georgia;
	font-style: italic;
	color: #808080;
	display: inline-block;
	margin-left: 15%;
	margin-top: 5px !important;
	text-align: center;
	text-decoration: none;
}

#nav a:hover {
color: #00D9D1;
}

#mobilenav {
	width: 100%;
	background-color: #fff;
	margin-top: 27px;
	font-size: 16px;
	font-family: georgia;
	font-style: italic;
	height: 22px;
	display: none;
	text-align: center;
}

#mobilenav a:link, #mobilenav a:active, #mobilenav a:visited {
	color: #808080;
	text-decoration: none;
	display: inline-block;
	width: 20%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 2px;
}

#mobilenav a:hover {
	color: #00D9D1;
}

.home-animation .cube
{
    background-color: #808080;
    display: inline-block;
    height: 101px;
    margin: 0 1px 1px 0;
    opacity: 0;
    width: 101px;
}

.home-animation .cube2
{
    background-color: #00D9D1;
    display: inline-block;
    height: 101px;
    margin: 0 1px 1px 0;
    opacity: 0;
    width: 101px;
}

.bgImage, .home-animation
{
    background-position: left top;
    background-repeat: no-repeat;
    height: 522px;
    overflow: hidden;
    margin-left: 2.5%;
    margin-right: 2.5%;
    position: absolute;
    top: 170px;
    width: 95%;
    z-index: -1;
    text-align: center;
}

.bgImage
{
    display: none;
    background-color: white;
}

#about {
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
	text-align: left;
}

#about img {
	float: left;
	height: 215px;
	width: auto;
	border-right: 15px solid white;
}


h1 {
	font-size: 22px;
	font-family: georgia;
	font-style: italic;
	color: #00D9D1;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 2px solid #808080;
	line-height: 24px;
	text-align: left;
}

b {
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-family: georgia;
	font-style: italic;
	color: #808080;
}

#work {
margin-top: 15px;
height: auto;
width: 100%;
text-align: center;
display: block;
}

#work img{
	width: 19%;
	height: 19%;
	margin-bottom: 15px;
	margin-left: .6%;
	margin-right: .6%;
}

#work a {
	text-decoration: none;
}


#workabout {
	width: 80%;
	display: inline-block;
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
	vertical-align: top;
	margin-bottom: 15px;
}

#workabout a {
	color: #808080;
	text-decoration: none;
}

#workabout a:hover {
	color: #00D9D1;
}

#innerwork {
	color: #808080;
	font-size: 14px;
	font-family: georgia;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
	width: 250px;
	height: 250px;
	display: inline-block;
	margin-left: 12.5px;
	margin-right: 12.5px;
	margin-bottom: 15px;
	overflow: hidden;
}

#workppb {
	background-image: url(work/ppbpreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workppb span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workaquatic {
	background-image: url(work/aquaticpreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workaquatic span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workvans {
	background-image: url(work/vanspreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workvans span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workneenah {
	background-image: url(work/neenahpreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workneenah span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workmac {
	background-image: url(work/macpreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workmac span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workstud {
	background-image: url(work/studsudspreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workstud span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workaspca {
	background-image: url(work/aspcapreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workaspca span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workhalloween {
	background-image: url(work/hallpreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workhalloween span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workgot {
	background-image: url(work/gotpreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workgot span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workchemo {
	background-image: url(work/chemopreview.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workchemo span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workinter {
	background-image: url(work/interthumb.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workinter span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workwp {
	background-image: url(work/wpthumb.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workwp span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workguest {
	background-image: url(work/guestthumb.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workguest span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#workstory {
	background-image: url(work/storythumb.png);
	background-size: 100%;
	width: 250px;
 	height: 250px;
 	display: inline-block;
 	margin-right: 20px;
}

#workstory span {
	width: 230px;
	height: 140px;
	background-color: rgba(0,217,209,.9);
	color: white;
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	display: inline-block;
	padding: 110px 10px 0 10px;
	vertical-align: top !important;
}

#video_wrapper {
	max-width: 80% !important;
	margin-left: 10%;
	margin-right: 10%;
}

video {
	max-width: 100%;
	height: auto;
}

#contacter {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 50px;
	text-align:center;
}

#thanks {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 50px;
	text-align:center;
}

#form {
	width: 60%;
	height: 400px;
	margin-right: 20%;
	margin-left: 20%;
	text-align: center;
	background-color: white;
	margin-top: 50px;
}

.first{
	width: 50%;
	font-family: georgia;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	color: #808080;
	display: inline-block;
	margin-top: 0px;
	float: left;
}

.last{
	width: 50%;
	font-family: georgia;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	color: #808080;
	display: inline-block;
	margin-top: 0px;
	float: left;
}

label {
	width: 100%;
	font-family: georgia;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	color: #808080;
	display: inline-block;
	margin-top: 10px;
}

input#first,#last {
	width: 47%;
	height:15px;
	padding:3px;
	margin: 5px 0px;
	margin-left: .5%;
	margin-right: .5%
	border: 1px solid #ccc;
	font-size: 12px;
	display: inline-block;
}

input#subject,#email {
	width: 97%;
	height:15px;
	padding:5px;
	margin: 5px 0px;
	border: 1px solid #ccc;
	font-size: 12px;
	display: inline-block;
}

#message{
	width:97%;
	height:75px;
	padding:5px;
	margin: 5px 0px;
	border: 1px solid #ccc;
	font-family: helvetica, arial, san-serif;
	font-size: 11.5px;
}

#submitbutton {
	margin-top: 5px;
	padding:5px;
	margin:10px 0px 10px 0px;
	border: 1px solid #ccc;
	border-radius: 10px;
	width: 25%;
	font-family: georgia;
	font-style: italic;
	font-size:14px;
	color: #808080;
}

#boxing {
	width: 50%;
	border: 1px solid #ccc;
	text-align: left;
	font-size: 12px;
	margin-left: 25%;
	margin-right: 25%;
	padding: 1%;
}

#footer {
	width: 100%;
	height: 20px; 
	text-align: center;
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

#footer2 {
	width: 100%;
	height: 20px; 
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0px;
	font-size: 12px;
}

#footer3 {
	width: 100%;
	height: 20px; 
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0px;
}

#footermobile {
	width: 100%;
	height: 20px; 
	text-align: center;
	margin-top: 10px;
	display: none;
}

/*.cube img {
height:100%;
width:100px;
}*/


@media screen and (max-width: 1135px) {
	input#first,#last {
		width: 46.5%;
	}
}

@media screen and (max-width: 942px) {
	input#first,#last {
		width: 46%;
	}
}

@media screen and (max-width: 810px) {
	input#first,#last {
		width: 45.8%;
	}
}

@media screen and (max-width: 780px) {

	#mobilenav {
		display: inline-block;
	}
	
	#nav {
		display: none;
	}
	
	#logo {
		margin-left: 40px;
	}
	
	h1 {
		text-align: center;
	}
	
	#about {
		margin-top: 0px;
		text-align: center;
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#about img {
		display: none;
	}
	
	#work {
		margin-top: 0px;
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	
	#workabout {
		text-align: center;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	#work img {
		width: 35%;
		height: 35%;
	}
	
	.home-animation .cube {
		width: 58px;
		height: 58px;
	}
	
	.home-animation .cube2 {
		width: 58px;
		height: 58px;
	}
	
	.bgImage, .home-animation {
		width: 100%;
		margin: 0;
		margin-top: 13px;
		height: 242px;
	}
	
	#innerwork {
		width: 250px;
		height: 250px;
	}
	
	#contacter {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 0px;
	}
	
	#thanks {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-top: 0px;
	}
	
	#form {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 10px;
	}
	
	input#first,#last {
		width: 47%;
	}
	
	#boxing {
		width: 90%;
		margin-left: 4%;
		margin-right: 5%;
	}
	
}

@media screen and (max-width: 615px) {
	input#first,#last {
		width: 46.5%;
	}
}

@media screen and (max-width: 515px) {
	input#first,#last {
		width: 46%;
	}
}

@media screen and (max-width: 440px) {
	input#first,#last {
		width: 45.5%;
	}
}

@media screen and (max-width: 384px) {
	input#first,#last {
		width: 44%;
	}
	
	#contacter {
		height: 450px;
	}
	
	#form {
		height: 450px;
	}	
	
	#submitbutton {
		width: 35%;
	}
	
	#footer3 {
		display: none;
	}
	
	#footermobile {
		display: block;
	}
}


