html, div, span, p, h1, h2, h3, h4, h5, h6, blockquote, a, header, hgroup, menu, nav, abbr, address, em, img, q, small, strike, strong, sub, sup, tt, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer,  output, section{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

body {
	line-height: 1; 
}

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; 
}

body{
	margin:0 auto;
	padding:0 0 0 30px;
	background-color:#2a2a2a;
	max-width: 1200px;
}

/*======================= Logo =======================*/

.flogo img{	
	width:180px;
	margin-top:0px;
}

.flogo h1{
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-size: 1.19em;
	margin: -10px 0 0 11px;
	color:#00FF00;
}

/*======================= End Logo =======================*/

/*======================= Navigation =======================*/

nav li{	
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	display:inline-block;
	font-size:1.09em;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	letter-spacing: .1em;
	color:white;	
	text-align:left;	
  	margin:8px 82px 0 0;  	
  	padding-bottom:10px;
  	text-transform: uppercase; 
}

	nav li.last{
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	display:inline-block;
	font-size:1.05em;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	letter-spacing: .1em;
	color:white;	
	text-align:center;	
  	margin:7px 0px 0 0;  	
  	padding-bottom:10px;
  	text-transform: uppercase; 
}

nav a:hover{
	border-bottom-style: solid;
	border-color: #ffff00;
	border-width: 5px;
	padding-bottom: 5px;
	-moz-transition: all .13s ease;
	-webkit-transition: all .13s ease;
	-o-transition: all .13s ease;
	-ms-transition: all .13s ease;
	transition: all .13s ease;
}

a.current:link{
	border-bottom-style: solid;
	border-color: #ffff00;
	border-width: 5px;
	padding-bottom: 5px;	
}

a.current{
	border-bottom-style: solid;
	border-color: #ffff00;
	border-width: 5px;
	padding-bottom: 5px;	
}

nav a:link{
	text-decoration: none;
	color:#fff;
	position:relative;
	padding-bottom: 5px;
}

nav a:visited{
	text-decoration: none;
	color:#fff;
	padding-bottom: 5px;
}
.secondnav{
	text-decoration: none;
	color:#fff;
	position:relative;
	padding-bottom: 15px;
	background-color:#2a2a2a;
}
.secondnav ul{
padding: 0px;
}
.secondnav li{
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	display:inline-block;
	font-size:1.09em;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	letter-spacing: .1em;
	color:white;	
	text-align:left;	
  	margin:8px 82px 0 0;  	
  	padding-bottom:10px;
  	text-transform: uppercase; 

}
.secondnav a:link{
	text-decoration: none;
	color:#fff;
	position:relative;
	padding-bottom: 5px;
	font-weight: 200;
}
.secondnav a:visited{
	text-decoration: none;
	color:#fff;
	padding-bottom: 5px;
}
.secondnav a:hover{
	border-top-style: solid;
	border-color: #ffff00;
	border-width: 5px;
	padding-bottom: 5px;
	-moz-transition: all .13s ease;
	-webkit-transition: all .13s ease;
	-o-transition: all .13s ease;
	-ms-transition: all .13s ease;
	transition: all .13s ease;
}
.secondnav a:active{
	border-top-style: solid;
	border-color: #ffff00;
	border-width: 5px;
	padding-bottom: 5px;
}

.align {
	letter-spacing: 0px;
}

h1{
	font-family:'Roboto', sans-serif;
	display:block;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 4em;
	font-weight: 100;
	text-align: center;
}

/*======================= End Navigation =======================*/

/*======================= Page Margins =======================*/

.main{
	margin:80px 0 40px 0;
}

.about{
	margin:80px 0 40px 0;
}

.service{
	margin:80px 0 40px 0;
}

.contact{
	margin:80px 0 40px 0;
}
.kevin{
	margin:80px 0 40px 0;
}
/*======================= End Page Margins =======================*/

/*======================= Footer =======================*/

footer {
	display:inline-block;
	bottom:auto;
}

.footer {
	width:100%;
	display: inline-block;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;	
}

.footer ul a{
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none; 
	color:#C50080;
	padding: 0px 40px 0px 40px;
	font-family:'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1em;
}

.footer ul a:hover{
	color:#222999;
}

.footer li{
	display:inline-block;
	padding-top:0px;
}

footer p{
	font-family:'Roboto', sans-serif;
	top:15px;
	margin-bottom: 15px;
	font-size: .75em;
	font-weight: 400;
	text-align: center;
	color:white;
}

/*======================= End Footer =======================*/

/*======================= Main =======================*/

.main h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding:0;
	margin:11px 0 5px -8px;
	line-height: .75em;
	font-size: 5.8em;	
	text-align: justify;	
	letter-spacing: 1px;
	color:white;
	text-transform: uppercase;	
	float:left;	
}

.main h2{
	font-family:'Roboto', sans-serif;
	font-weight: 900;
	margin:5px 0 15px 0;
	line-height: 1.25em;
	font-size: 2.55em;	
	text-align: left;	
	letter-spacing: 3px;
	word-spacing: .4em;
	color:white;
	text-transform: uppercase;
	float:left;
	padding: 8px 0 8px 0;
	border-bottom-style:solid;
	border-bottom-width:5px;
	border-bottom-color:#00FF00;
	border-top-style:solid;
	border-top-width:5px;
	border-top-color:#00FF00;	
}

.main h3{
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	font-variant: small-caps;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: 1px;
	color:white;
}

.and{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size:5.8em;
	color:white;
	float:left;
	padding: 16px 14px 0 14px;
	margin:0 0 0 0px;
	line-height: .75em;	
}

.e2 h1{
	text-align: right;
	margin:15px 0 20px 5px;
}

.kern{
	letter-spacing: 0px;
}

.table{
	width:185px;
}

table{
	padding: 0 0;
	margin:4px 0 0 ;
	float:left;
	width:45px;
	display:inline-table;
}

td{
	height: 15px;
	border-bottom: 5px solid #00FF00;
}

/*======================= End Main =======================*/

/*======================= About =======================*/

.about h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin:11px 6px 10px -8px;
	line-height: .75em;
	padding:0 0 0 0;
	font-size: 5.8em;	
	text-align: justify;	
	letter-spacing: 2px;
	color:white;
	text-transform: uppercase;
	float:left;
	height:0px;
}

.about h2{	
	font-family:'Roboto', sans-serif;
	font-weight: 300;	
	text-transform: uppercase;	
	margin:-80px 0 5px -6px;
	line-height: 1em;
	font-size: 4.5em;	
	text-align: justify;	
	letter-spacing: 2px;
	word-spacing: .5em;
	color:white;
	float:left;		
}

.about h3{
	font-family:'Roboto', sans-serif;
	font-weight: 300;	
	font-variant: small-caps;
	font-size: 1.1em;
	width:369px;
	margin: 4px 0 6px 0;
	line-height: 1.6em;
	text-align: left;		
	float:left;	
	letter-spacing: 1px;
	color:white;
}

.about2 h3{
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	width:187px;
	margin: 4px 0 8px 0;
	line-height: 1.6em;
	text-align: left;
	font-variant: small-caps;	
	float:left;	
	letter-spacing: 1px;
	color:white;
}

.employees{
	position:relative;
	display:inline-block;
	margin: 10px 0px;	
	width:580px;	
}

.pic{
	display:inline-block;
	padding:0 12px 0 0;
	
}

.pic h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	display:block;
	position:relative;
	margin: 0 0 18px 0;	
	font-size: .8em;
	letter-spacing: 1px;	
	text-align: center;
	color:white;
	text-transform: uppercase;	
}

.vignette {
	background:url('../img/kevin5.jpg');
	border:solid 2px #000;
	width: 120px; 
	height: 120px;
	margin: 0 0 11px 0;
  	-webkit-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;  
    -moz-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;
  

}
.vignette:hover{
	border:solid 2px #00ff00;
  }
.vignettek:hover{
	border:solid 2px #00ff00;
  }
.vignettej:hover{
	border:solid 2px #00ff00;
  }
.vignetter:hover{
	border:solid 2px #00ff00;
  }
.vignettea:hover{
	border:solid 2px #00ff00;
  }

.vignette1:hover{
	border:solid 2px #00ff00;
  }
.vignette2:hover{
	border:solid 2px #00ff00;
  }
.vignette3:hover{
	border:solid 2px #00ff00;
  }



.vignette1 {
	background:url('../img/jordan5.jpg');
	border:solid 2px #000;
	width: 120px; 
	height: 120px;
  	-webkit-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    -moz-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;
}

.vignette2 {
	background:url('../img/rachael5.jpg');
	border:solid 2px #000;
	width: 120px; 
	height: 120px;
  	-webkit-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    -moz-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;
}

.vignette3 {
	background:url('../img/amanda5.jpg');
	border:solid 2px #000;
	width: 120px; 
	height: 120px;
  	-webkit-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    -moz-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;
}

/*======================= End About =======================*/

/*======================= Services =======================*/

.service h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding:0;
	margin:11px 0 2px -8px;
	line-height: .75em;
	font-size: 5.8em;	
	text-align: justify;	
	letter-spacing: 1px;
	color:white;
	text-transform: uppercase;	
	float:left;	
}

.service h2{
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	margin:15px 0 -5px 0;
	line-height: 1.25em;
	font-size: 1.1em;	
	text-align: left;	
	letter-spacing: 1px;	
	color:white;
	text-transform: uppercase;
	word-spacing: 2px;
	float:left;
	padding: 0px 50px 0px 0;
	display: block;
}
.service .tow h2{
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	margin:15px 0 -5px 0;
	line-height: 1.25em;
	font-size: 1.1em;	
	text-align: left;	
	letter-spacing: 1px;	
	color:white;
	text-transform: uppercase;
	word-spacing: 2px;
	float:left;
	padding: 0px 380px 0px 0;
	
}
.service .support h2{
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	margin:15px 0 -5px 0;
	line-height: 1.25em;
	font-size: 1.1em;	
	text-align: left;	
	letter-spacing: 1px;	
	color:white;
	text-transform: uppercase;
	word-spacing: 2px;
	float:left;
	padding: 0px 380px 0px 0;
	
}

.service h3{
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	font-variant: small-caps;
	line-height: 1.2em;
	text-align: justify;
	float:left;
	width:550px;
	letter-spacing: 1px;
	color:white;
	margin:10px 0 15px 0;
}

.table2 table{	
	margin:15px 25px 0 ;
	float:left;
	width:45px;
	display:inline-table;	
}

/*======================= End Services =======================*/

/*======================= Contact =======================*/

.contact h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding:0px;
	margin:11px 20px 2px -8px;
	line-height: .75em;
	font-size: 5.8em;	
	text-align: justify;	
	letter-spacing: 1px;
	color:white;
	text-transform: uppercase;	
	float:left;
}
 
.contact h2{	
	font-family:'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin:0px 0 5px -6px;
	line-height: 1em;
	font-size: 5.4em;
	text-align: justify;
	letter-spacing: 1px;
	word-spacing: .5em;
	color:white;
	float:left;
}

.contact h3{
	font-family:'Roboto', sans-serif;
	font-weight: 100;
	font-size: 5.8em;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: justify;
	float:left;
	letter-spacing: 1px;
	color:white;
	margin:-15px 0 15px -8px;
}

.contact h4 a:link{
	font-family:'Roboto', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1em;
	text-align: justify;
	float:left;
	margin:18px 0 0 12px;
	letter-spacing: 1px;
	color:#00FF00;
	text-decoration: none;
}

.contact h4 a:hover{
	font-family:'Roboto', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1em;
	text-align: justify;
	float:left;
	margin:18px 0 0 12px;
	letter-spacing: 1px;
	color:#ffff00;
	text-decoration: none;
}

.contact h4 a:active{
	font-family:'Roboto', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1em;
	text-align: justify;
	float:left;
	margin:18px 0 0 12px;
	letter-spacing: 1px;
	color:white;
	text-decoration: none;
}

.contact h4 a:visited{	
	color:#00FF00;	
}

.contact h5{
	font-family: 'Roboto', sans-serif;
	float:left;
	border-bottom: 5px solid #00FF00;
	border-top: 5px solid #00FF00;	
	padding: 9px 15px 15px 15px;
	color:white;	
	font-size: 2em;
	margin:15px 35px 10px 15px;
}

.contact h6{
	font-family:'Roboto', sans-serif;
	font-weight: 100;
	font-size: 1.1em;
	text-transform: uppercase;
	line-height: 1em;
	text-align: justify;
	float:left;
	margin:6px 0 0 12px;
	letter-spacing: 1px;
	color:white;
}

.enquire h3{
	font-size: 3.55em;
	margin: -12px 0 10px 0;
	border-top: 5px solid #00ff00;
	border-bottom: 5px solid #00ff00;
	padding:0 0 10px 0 ;
}

.enquire label{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-variant: small-caps;
	font-size:1.4em;
	margin: 5px 5px 8px 0;
}
input{
	background-color: #484848;
	border:solid 1px #484848;
	font-size: .95em;
	padding:5px;

}

input:focus{
	border:solid 1px #00FF00;
}

input:hover{
	border:solid 1px #00FF00;
}
input[type="text"]{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	margin:5px 0 0 0 ;
}
input[type="email"]{
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	margin:5px 0 0 0 ;
}
input[type="submit"]{
	margin:20px 0 0 0;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-variant: small-caps;
	margin:5px 0 0 0 ;
}

label{
	float:left;
	margin:5px 48px 5px 0px;
	padding:0 15px 0 0;

}

.comments p{
	float:left;
	margin:0 0 8px 0 ;
}

textarea{
	background-color: #484848;
	border:solid 1px #484848;
	padding:5px;
	font-size: .95em;
	width:540px;
	height:100px;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	margin:5px 0 0 0;
}

textarea:focus{
	border:solid 1px #00FF00;
}textarea:hover{
	border:solid 1px #00FF00;
}

button{
	background-color: #484848;
	margin:10px 0 0 0;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 1.4em;
	font-variant: small-caps;
	border:none;
	float:left;
	padding:0 12px 4px 12px;
}

button:active{
	border:none;
	background-color: #00ff00;
	color:#2a2a2a;
}

button:hover{
	border:none;
	background-color: #00ff00;
	color:#2a2a2a;
}
/*======================= End Contact =======================*/

/*======================= Kevin =======================*/
.kevin h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding:0;
	margin:11px 0 5px -8px;
	line-height: .75em;
	font-size: 5.8em;	
	text-align: justify;	
	letter-spacing: 1px;
	color:white;
	text-transform: uppercase;	
	float:left;	
	
}
.amanda h1{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding:0;
	margin:11px 0 5px -8px;
	line-height: .75em;
	font-size: 5.8em;	
	text-align: justify;	
	letter-spacing: -2px;
	color:white;
	text-transform: uppercase;	
	float:left;	
	
}

.kevin h2{	
	font-family:'Roboto', sans-serif;
	font-weight: 300;	
	text-transform: uppercase;	
	margin:-80px 0 5px -6px;
	line-height: 1em;
	font-size: 4.5em;	
	text-align: justify;	
	letter-spacing: 2px;
	word-spacing: .5em;
	color:white;
	float:left;		
}

.employeesk h3{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	display:block;
	position:relative;
	margin: -25px 0 10px 0;	
	padding:0 0 10px 0;
	font-size: 3em;
	letter-spacing: 1px;	
	text-align: center;
	color:white;
	text-transform: uppercase;	
	float:left;	
	border-bottom: solid #00ff00 5px;

}
.kevin h4 a{
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	display:block;
	position:relative;
	margin: 40px 0 0px 0;	
	font-size: 1.3em;
	letter-spacing: 1px;	
	text-align: left;
	color:white;
	text-transform: uppercase;	
	float:left;	
	text-decoration: none;
}

.employeesk{
	position:relative;
	display:inline-block;
	margin: 36px 0px 0px 10px;	
	float:left;	

}
.vignettek {
	background:url('../img/kevin5.jpg');
	border:solid 2px #000;
	width: 120px; 
	height: 120px;
	margin: 15px 0 0;
	float:left;

  	-webkit-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;  
    -moz-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;
}
.vignettej {
	background:url('../img/jordan5.jpg');
	border:solid 2px #000;
	width: 120px; 
	height: 120px;
	margin: 15px 0 0;
	float:left;

  	-webkit-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;  
    -moz-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;    
    box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;
}
.vignetter {
	background:url('../img/rachael5.jpg');
	border:solid 2px #000;
	width: 120px; 
	height: 120px;
	margin: 15px 0 0;
	float:left;

  	-webkit-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;  
    -moz-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;
}
.vignettea {
	background:url('../img/amanda5.jpg');
	border:solid 2px #000;
	width: 120px; 
	height: 120px;
	margin: 15px 0 0;
	float:left;

  	-webkit-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;  
    -moz-box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;   
    box-shadow:
            	inset 0 0 10px #000,
                inset 0 0 10px #000,
                inset 0 0 10px #000;  
}

.pick{
	display:inline-block;
	float:left;
	padding:0 18px 0 0;
}
.rotate {
	margin:45px 0px 0px -18px;
	padding:0px 0px 8px 0px;
	display:block;
	float:left;
	
}
.rotate h1{
	font-size: 2.2em;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	
	margin:0  0 0 0;
	line-height: 0em;
	padding:0 0 0 0;
	
	text-align: justify;	
	letter-spacing: 1px;
	color:#00ff00;
	text-transform: uppercase;
	float:left;

}

.rotate{/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */
}



/*======================= End Kevin =======================*/

/*======================= Lines & Boxes =======================*/

.line{
	border-bottom: solid #00FF00 5px;
	margin: 8px 31px 8px 0;
}

.line1{
	border-bottom: solid #00FF00 5px;
	margin: 0px 31px 10px 0;
}

.line2{
	border-bottom: solid #00FF00 5px;
	margin: 0px 31px 60px 0;
}

.line3{
	border-bottom: solid #00FF00 5px;
	margin: -12px 31px 100px 0;
}
.line4{
	border-bottom: solid #00FF00 5px;
	margin: 10px 31px 0px 0;
}
.line5{
	border-bottom: solid #00FF00 5px;
	margin: -15px -30px 0 20px;
}

.box{
	padding-top: 85px;

}

.box2{
	padding-top: 375px;
}

/*======================= End Lines & Boxes =======================*/

