/* Add here all your CSS customizations */

body{
	
	color:#111;
}

#header.header-effect-shrink .header-container {
    min-height: 90px;
}

.custom-overlapping-cards > div:nth-child(1) {
    max-width: 90%;
}

p {
    color: #111;
    line-height: 26px;
    margin: 0 0 20px;
}


.card-box-size{ height:380px;}

section.section {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 20px 0;
}

.google-map {
    background: #ffffff;
    height: 400px;
    margin: -35px 0 30px 0;
    width: 100%;
}

.mapbg{
	
	background: url(../img/map.jpg) center no-repeat;
	min-height:550px;
}

.form-control{color:#000 !important;}