

#secondary h1 {
	margin-bottom: 10px;
	font-size: 45px;
}

#secondary h2 {
	font-size: 35px;
	margin-top: 10px;
}

#secondary h3 {
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#secondary h4 {
	font-size: 20px;
	margin-top: 18px;

}

#secondary ul {
	margin-left: 35px;
	margin-top: 20px;
	list-style: disc;
}

#secondary ul li {
	list-style: disc;
    display:list-item;
}

#secondary {
	padding-top: 30px;
}

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