body{
	font-family: 'Raleway', sans-serif;
	background: url('../images/retina_wood.png') repeat top;
	min-height: 100vh;
	color: #000;
}

strong{
	text-decoration: underline;
}

i{
	color: #3399ff;
	text-shadow: 1px 1px 1px rgba(241,90,36,.6);
	margin-bottom: 10px;
}

p, h4{
	color: #555;
}

p, ul{
	font-size: 1.1em;
	font-weight: 500;
}

h1,h2,h3,strong{
	color: #003366;
}

h1{
	text-shadow: 1px 1px 1px #aaa;
	margin: 10px 0;
}

h2{
	margin: 10px 0;
}

img{
	margin: 10px 0;
	max-width: 95%;
	border: 4px solid rgba(255,255,255,.8);
}

.logo{
	border: none;
}

.services{
	text-align: left;
}

.row{
	padding: 5px;
}

.work .col-sm-4, .col-sm-4:last-child{
	border: none;
}

.banner{
	margin: 10px 0 30px 0;
}

#visible_mobile{
	padding-top: 10px;
	text-align: center;
	display: none;
}

nav{
	background: rgba(255,255,255, .3);
	margin: 1px 0;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

nav #hidden_mobile{
	text-align: center;
}

nav #hidden_mobile ul{
	list-style-type: none;
	margin: 0 0;
	padding: 0;
}

nav #hidden_mobile ul li{
	display: inline-block;
}

nav ul li a{
	display: block;
	text-decoration: none;
	padding: 0 40px;
	margin: 5px 0;
	color: #003366;
	border-right: 3px solid rgba(255,255,255,.8);
	font-weight: bold;
}

nav ul li:last-child a{
	border: none;
}

nav ul li a:hover{
	text-decoration: none;
	color: #3399ff;
}

.body{
	margin: 10px 0;
	background-color: rgba(255,255,255, .6);
	padding: 10px;
	border-radius: 10px;
}

.body-content{
	text-align: center;
}

.home .banner{
	margin-bottom: 15px;
}

.home h4{
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	margin: 20px 0 40px 0;
	padding: 10px 0;
}

.home_img{
	margin: 25px 0;
	width: 100%;
}

.home_img, .about img{
	border: 4px solid rgba(255,255,255,.8);
}

.contact_section{
	border-bottom: 1px dotted rgba(0,0,0, .5);
	max-width: 300px;
	margin: auto;
	padding: 20px;
}

.contact_section:last-child{
	border: none;
}

footer{
	text-align: center;
	margin: 50px 0 0 0;
	padding: 5px;
	border-top: 4px solid  rgba(255,255,255, .8);
	background: rgba(255,255,255, .3);
}

footer .col-sm-4{
	border-right:1px dotted rgba(0,0,0,.8);
	padding: 20px;
}

footer .col-sm-4 ul{
	list-style-type: none;
}	

@media screen and (max-width: 768px){
	.col-sm-4, #right{
		border: none; 
	}
	
	.col-sm-4{
		padding: 8px 20px;
	}
	
	h1{
		font-size:1.9em;
	}
	
	h2{
		font-size: 1.85em;
	}
	
	h3{
		font-size: 1.6em;
	}
	
	#hidden_mobile{
		display: none;
	}
	
	#visible_mobile.active{
		height: 212px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	#visible_mobile{
		display: block;
		overflow: hidden;
		height: 45px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	nav ul li a{
		border: none;
	}
	
	#dropdown{
		margin-top: 15px;
	}
	
	#dropdown ul{
		margin: 0;
		padding: 0;
	}
	
	#dropdown ul li{
		display: block;
		padding: 10px;
		border-top: 1px dotted #777;
	}

	.image-box{
		padding: 10px;
	}
	
	.body{
		padding: 0px;
	}

	.row{
		padding: 5px;
	}
	
	.header img{
		margin: 6px;
	}
	
	footer .col-sm-4{
	border-bottom:1px dotted rgba(0,0,0,.5);
	border-right: none;
	max-width: 90%;
	margin: auto;
	padding: 12px;
	}
	
	
}
 