  @import url('/veterans/header-signature.css');

.icon {color: #236192; width: 100%; font-size: 82px; text-align: center !important;}

.img-divider {
	width: 50%;
}


h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: "Merriweather", serif !important;
}

.blue {color: #111c4e !important;}

.yellow {
	color: #ffcd00 !important;
	text-shadow: black 1px 0 4px;
}

.white {color: white !important;}

.big-text {font-size: 3em;}

.img-divider {width: 50%;}

.no-bg-banner .themeCustom {
	background-color: transparent;
	margin-bottom: 0rem;
	padding: unset;
}

.grid-container {
	display: grid;
	grid-template-columns: 1fr 5fr;
	align-items: center;
	padding: 15px;
}

@media only screen and (max-width: 600px) {
				.img-divider {
					width: 100%;
				}
				.big-text {
					font-size: 2.5em;
				}
			}