/*RESET*/
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, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 15px;
	line-height: 1.25em;
	font-family: 'Josefin Sans', sans-serif;
	background-color:#f1eee7;
	color: #333;
}

h4 {clear:both;}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
	color: #333;
}

img {
	width: 100%;
}

#container {
width: 90%;	
background: transparent;
margin: 5px auto;
}

header {
	background:transparent;	
	width: 100%;
	height: 111px;
	position: relative;
	top: 0;
	left: 0;	
	z-index: 100;
}

#logo{
	margin: 0px auto;
	padding-top:10px;
	float: none;
	width: 210px;
	height:210px;
	background: url(../img/logo_new3.png) no-repeat center;
	display: block;
}

nav {
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 20px 20px 20px 0;	
	font-weight: 600;	
}

nav_right {
	position: absolute;
	width: auto;
	height: auto;
	top: 37px;
	right: 0px;
	padding: 20px 0 20px 0;	
	font-weight: 600;	
}
	

#menu-icon {
	display: hidden;
	width: 74px;
	height: 40px;
	background: transparent url(../img/menu-icon.png) center;

}

a:hover#menu-icon {
	width: 74px;
	height: 40px;
	background: transparent url(../img/menu-icon-hover.png) center;
}

#social {
	display: hidden;
	width: 140px;
	height: 27px;
	background: transparent url(../img/social.png) center;

}

a:hover#social {
	width: 140px;
	height: 27px;
	background: transparent url(../img/social-hover.png) center;
}

ul {
	list-style: none;
}

li {
	display: inline-block;
	float: left;
	padding: 10px;
}


.current {
	color: #2262AD;
}

section {
	border: 1px solid #444;
	margin: 0px auto;
	max-width: 100%;
	height: auto;
	position: relative;
	top:0px;
	padding: 0px;
	background-color: #FFFFFC;
}

#videobox{
	padding-top: 130px;
}

#aboutbox {
	position: relative;
	max-width: 70%;
	padding-top: 130px;
	height: auto;
	margin: 0 10px;
	background: #FFFFFC;
}


h1 {
	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;
}

p {
	line-height: 1.45em;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 17px;
}

#missionstatement {
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFC;
	padding: 0 10px;
}

#contactform {
	width: 60%;
	hight: auto;
	margin: 100px 20px 10px 20px;
	background: #FFFFFC;
}

#contacttext {
	width: 60%;
	margin: 10px 20px;
	background: #FFFFFC;
}

.web {
	float:left;
	max-width: 580px;
	height:auto;
}

.designbrief {
	float:left;
	max-width: 163px;
	height:auto;
}

.video {
	max-width: 500px;
	height: auto;
}
	
	


#footer {
	border: 1px solid #444;
	margin: 2px auto;
	max-width: 100%;
	position: relative;
	padding: 15px 0;	
	background-color: #FFFFFC;
	text-align: center;
}
	nav_right {
	position: absolute;
	width: auto;
	height: auto;
	top: 37px;
	right: 0px;
	padding: 20px 0px 20px 0;	
	font-weight: 600;	
}
	

	nav_right ul, nav_right:active ul { 
		position: absolute;
		right: 0px;
		top: 20px;
		width: 220px;
		height: 35px;
		border-radius: 4px;

	}

	nav_right li {
		width: 35px;
		height: 35px;
		padding: 5px 10px ;
		margin: 0;

	}
	


	
/*MEDIA QUERY*/

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

	#menu-icon {
		display:inline-block;
	}
	
	

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		padding: 20px;
		background: #f1eee7;
		border: 1px solid #444;
		left: 0px;
		top: 60px;
		width: 150px;
		border-radius: 4px;

	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	nav:hover ul {

		display: block;

	}



	#social {

		display:inline-block;

	}
	
	nav_right {
	position: absolute;
	background: transparent;
	width: 140px;
	height: 27px;
	top: 51px;
	right: 0px;
	padding: 20px 0px 20px 0;	
	font-weight: 600;
}


	nav_right ul, nav_right:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #f1eee7;
		border: 1px solid #444;
		right: 0px;
		top: 60px;
		width: 37px;
		height: auto;
		border-radius: 4px;

	}

	nav_right li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav_right:hover ul {

		display: block;

	}	

}

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

	
	#aboutbox {
	position: relative;
	max-width: 90%;
	padding-top: 130px;
	height: auto;
	margin: 0 10px;
	background: #FFFFFC;
}
}

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

#logo{
	margin: 0px auto;
	padding-top:10px;
	float: none;
	width: 170px;
	height:170px;
	background: url(../img/logo_small.png) no-repeat center;
	display: block;
}
}
