.main-banner h1 {
	font-size   : 0;
	line-height : 0;
}

.main-banner h2 {
	margin-bottom : 18vh;
	font-size     : 14px;
	line-height   : 1.4;
	color         : white;
}

.main-banner .laurels {
	margin-bottom : 0.5vh !important;
}

/* Popup */
#subscribePopup .modal-dialog {
	max-width : 540px !important;
}

.subscribe.popup {
	background : url(../images/newsletter-background.png) center top /cover no-repeat;
}

.subscribe.popup form {
	margin : 15px auto;
}

.subscribe.popup .btn {
	margin-left : -10px;
	margin-top  : -3px;
}

#contentContainer .main-banner .quotes {
	margin-left  : auto;
	margin-right : auto;
}

@media (max-width: 910px){
	.main-banner h2 {
		margin-bottom: 15vw;
	}
}

@media (min-width: 480px) and (max-width: 630px) {
	.main-banner h2 {
		margin-bottom: 7vw;
	}
}