@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, block quote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ing, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, field set, form, label, legend, table, caption, tbody, toot, 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;} block quote, q {quotes:none;} blockquote:before, block quote: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;}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

#container {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	background-color:#FFF;
}

#work {
	padding-right: 15px;
	padding-left: 15px;
}

header {
	position: center;
}

hr {
	width: 80%;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
}

p {
	font-family: 'Roboto', sans-serif;
	color: #666;
	line-height: 30px;
	letter-spacing: 2px;
}

p2 {
	font-family:'Roboto', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 300;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	margin: 0;
	color: #99CC33;
	letter-spacing: 1px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin: 0;
	color: #99CC33;
	letter-spacing: 1px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin: 0;
	color: #0CF;
	letter-spacing: 1px;
}

h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin: 0;
	color: #333;
	letter-spacing: 1px;
}

h5 { 
font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
}


.hit_body {
	font-family:'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: 300;
}

.border_work {
	 box-shadow: 1px 4px 8px 0 #ccc;

}

footer {
	padding: 20px 0;
	margin: 0 auto;
	width: 80%;
}

.copyright {
	font-family: sans-serif, monospace, fantasy;
	font-size: 12px;
	color: #333;
}

*, *:before, *:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* nav bar */
nav { 
width: 80%;
margin: auto;
text-align:center;
}

nav ul {
	list-style: none;
	overflow: hidden;
	display: none;
}
nav select {
	display: inline-block;
	}
nav li a {
	display: block;
	float: left;
	width: 16%;
	padding: 10px;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 450;
	text-align: center;
	text-decoration: none;
}

nav a:link {
	color: #333;
}
nav a:active {
	color: #FFF;
}

nav a:hover {
	color: #FFF;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	opacity: 0.7;
}


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}


@media (min-width: 481px) and (max-width: 800px) {
 .col { margin: 1% 0 1% 0%;}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

@media (min-width: 801px) {
nav ul {
	 display: block;
	 }
nav select {
		 display: none;
	 }
}


