.container-fluid {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px;
	font-family: Roboto;
}

@media (max-width: 767px) {
	h1 { font-size: 20px; font-weight: bold; }
	h2 { font-size: 18px; font-weight: bold; }
	h3 { font-size: 16px; font-weight: bold; }
} 

body {
		background-color: #F4F1EA;
		font-size: 16px;

}

a {
	color: red;
}

hr {
	border: 2px solid rgba(255, 0, 0, .2);
	margin: 20 0;
	background-color: white;
}

.header1 {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 1.0em;
}

.header2 {
	min-height: 100px;
	background-color: #FFF;
	height: 100px;
}

.navi-bar1 {
	min-height: 50px;
	background-color: red;
}

.navibar-text {
	color: black;
	font-weight: bold;
	font-size: 0.9em;
	text-shadow: 0 0 8px #FFF;
	text-shadow: 0px 0px 6px white, 
		1px 0px 6px white, 
		0px 1px 6px white, 
		1px 1px 6px white;
}

.container-shadow {
	-moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
	-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.17);
}

.logo { 
	margin-top: 12px;
	max-width: 95%;
}

.image1 {
	max-height: 200px;
}

.image2 {
	border: solid 2px red;
	max-width: 350px;
	display: block;
    margin: 0 0;
	width: 100%;
}

.image3 {
	max-width: 350px;
	display: block;
    margin: 0 0;
	width: 100%;
}

.image4 {
	border: solid 2px red;
	max-width: 250px;
	display: block;
    margin: 20px 0;
	width: 100%;
}

.image5 {
	border: solid 2px red;
	max-width: 250px;
	display: block;
    margin: 20px 0;
	width: 100%;
}

.image6 {
	max-width: 90px;
	display: block;
    margin: 20px 0;
	width: 100%;
}

.image7 {
	max-width: 90px;
	display: block;
    margin: 20px 0;
	width: 100%;
}

.image8 {
	border: solid 2px red;
	max-width: 250px;
	display: block;
    margin: 20px 0;
	width: 100%;
}

.image2-padding {
	padding-bottom: 20px;
	padding-top: 1px;
}

.sentry-image {
	border: solid 2px red;
	max-width: 300px;
	display: block;
    margin: 0 0;
	width: 100%;
}

.sentry-image-padding {
	padding-bottom: 1px;
	padding-top: 20px;
}

.fire_class_header {
	font-size: 1.0em;
	font-weight: bold;
}

.fire_class_body {
	font-size: 0.9em;
}

.social-logos {
	width: 40px;
	margin-top: 30px;
	margin-right: 20px;
	max-width: 45%;
}

.welcome-text {
	text-align: center;
	max-width: 630px;
	margin: 0 auto;
}

.welcome-background {
    background-color: white;
	height: 100%;
	
}

.since1950-1 {
	z-index: 20;
	background-color: #BFBCBB;
	-moz-box-shadow:	0 7px 10px rgba(0, 0, 0, 0.09), 0 -7px 10px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.09), 0 -7px 10px rgba(0, 0, 0, 0.09);
	box-shadow: 		0 7px 10px rgba(0, 0, 0, 0.09), 0 -7px 10px rgba(0, 0, 0, 0.09);
}

.trust {
	margin-bottom: 0;
}

.large_first:first-letter {
	font-size: 50px;
	color: red;
	line-height: 12px;
}

.plan {
	margin-top: 10;
	margin-bottom: 0;
}
.since1950-2 {
	color: white;
	text-align: center;
	vertical-align: middle;
	font-family: 'Gravitas One', cursive;
}

.fixh1margins {
	margin-top: 0;
	margin-bottom: 0;
}

.red-text {
	color: red;
}

.italic {
	font-style: italic;
}

.centered {
    display: block;
    margin: 0 auto;
}

.centered_text {
    text-align: center;
}


.margin-top-10 {
	margin-top: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-right-20 {
	margin-right: 20px;
}

.margin-right-30 {
	margin-right: 30px;
}

.margin-left-50 {
	margin-left: 50px;
}

.nowrap {
	white-space: nowrap;
}

.top {
	z-index: 20
}
