/*
#main-body {
    background: url(../img/main-body-bg.jpg) no-repeat center;
    min-height: 300px;
    
}
*/
body {
    margin-top: 50px;
}
header h2 {
    margin-top: 5px;
    margin-left: 5px;
    font-family: "Broadway", "Courier New";
}
img {
    margin: 0 auto;
}
.navbar a {
	color: #fff;
}
#logo-img {
	background-color: #999;
	padding-bottom: 7px;
}
#main-pic {
    width: 100%;
}
#nav-btn {
    color: grey;
}
header img {
    width: 70px;
}
#link-div {
    text-align: center;
}
#logo-pic {
    width: 200px;
}
#containr {
    background-color: #eee;
}
section h1 {
    font-family: Helvetica;
    font-size: 40px;
}
#services p{
    text-align: justify;
    min-height: 270px;
}
#services-body{
    text-align: center;
}
.mid{
    padding-top: 25px;
}
#about {
    background-color: #eee;
}
.team img {
    height: 200px;
    border: 7px solid white;
}
section.space {
    min-height: 150px;
}
#contact {
    background-color: #111;
    background-image: url(../img/map-image.png);
	background-size: cover;

    color: white;
}
.space {
    min-height: 100px;
}
form {
    padding-top: 30px;
}
form input {
    min-height: 60px;
    margin-bottom: 30px;
}
ul.social-buttons {
    margin-top: 30px;
    margin-bottom: 0;
	padding-bottom: 20px;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: gray;
}
