h2 {margin-top:50px;
}
#content {
    background-image: url("/img/background.jpg");
    padding-top: 15px;
}
.container.main {
	background-color: white;
}
.col-md-12 {
	padding-top: 2%;
	padding-bottom: 4%;
}
.claire {
	padding-top: 2%;
	padding-bottom: 4%;
}

    .google-maps {
        position: relative;
        padding-bottom: 25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }