
.jumbotron{
	margin-top: 20px;
	height:350px;
	color: white;
	background-image: url("../images/location.jpg");
	font-weight: bold;
	background-size:cover;
	background-position: 30% 30%;
	background-color: inherit;
	padding: 0;

}
.jumbotron h2{
	padding-top: 40px;
}
#bodyCont p{
	text-indent: 5%;
}
.row{
	margin-top: 20px;
}
.col-md-6{
	text-align: left;
}
.tel{
	line-height: 8pt;
}
(box-sizing: border-box;)
.form_popup{
	display: none;
	position: fixed;
	bottom:0;
	right: 15px;
	border: 3px solid #f1f1f1;
	z-index: 9;
	
}
.form_container{
	
	padding:5px;
	background-color: white;
	text-align: center;
}
.form_container input[type=text]{
	width:100%;
	padding: 15px;
	/*margin: 5px 0 22px 0;*/
	border: none;
	background: #f1f1f1;
}
.form_container input[type=text]:focus{
	background-color: #ddd;
	outline: none;
}
.form_container .btn{
	width:40%;
	background-color: black;
	color: #4169e1;
}

textarea{
	width:100%;
	border: none;
	background-color: #ddd;
	outline: none;
}
#conts a:link{
	color: black;
}

@media only screen and (max-width: 758px){
	.footer{position:relative;}
	
}