/*  
	Author: Derek Thomas
	Created: 12.31.16
	
*/
body{
	background-image: url("../images/drafting_paper.png");
	background-repeat: repeat;
}
#container{
	width: 100%;
}
.container{
	background-color: #FFF;
}
.navbar-brand{
	font-size: 50px;
	width: 100%;
	height: 10%;
	line-height: 50px;
}
#bootCarousel{
	height: 211px;
	width: 152px;
	margin: 0 auto;
	text-align: center;
}
.jumbotron{
	text-align: center;
}
.jumbotron img{
	float: left;
}
.services_pic{
	width: 100%;
	height: auto;
}
#shrink{
	width: 490px;
	height: 300px;
}
.icon{
	width: 50px;
	height: 50px;
}
.social{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
h3,h4,h5, ul{
	clear: both;
	line-height: 30px;
}
.well{
	text-align: center;
}
/***********************************************Media Queries**************************************/


@media screen and (min-width: 0px) and (max-width: 768px){
	
}