@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-family: 'Merriweather', serif;
}

h1 {
	font-weight: 700;
	font-size: 2.5em;
}

h2 {
	font-weight: 700;
	font-size: 32px;
}

h2.header {
	color: #d81322;
}

h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
}

p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #474747;
}

a {
	text-decoration: none;
	color: #d81322;
	font-weight: 700;
}

a:hover {
	color: #890616;
}

input, textarea {
	display: block;
	border: none;
	background-color: #fff;
	padding: 13px 17px;
	text-align: left;
	font-family: 'Merriweather', serif;
	width: calc(100% - 34px);
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: none;
	height: 140px;
}

input::placeholder, textarea::placeholder {
	color: #969696;
}

input[type=submit] {
	color: #fff;
	font-weight: bold;
	background-color: #d81322;
	text-align: center;
	padding: 15px;
	width: 150px;
}

input[type=submit]:hover {
	background-color:#AD071B;
}

textarea:focus, input:focus {
	outline: none;
}

.mont {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.container {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 30px 0;
}

.half {
	width: calc(50% - 22px);
	display: inline-block;
	vertical-align: top;
}

.half:nth-of-type(2n) {
	margin-left: 40px;
}

/* Header */

#header {
	width: 100%;
	background-color: #fff;
}

#header .container {
	padding: 15px 0;
}

.logo {
	width: 97px;
	float: left;
}

nav {
	float: right;
	margin-top: 9px;
}

nav ul li {
	display: inline-block;
	margin-left: 20px;
}

nav ul li a {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	color: #4c4c4c;
	text-transform: uppercase;
}

nav ul li a.active, nav ul li a:hover {
	color: #d81322;
}

/* Mast */

#mast {
	background-image: url("../assets/mast.jpg");
	background-size: cover;
	background-position: center;
	min-height: 400px;
	max-height: 700px;
	height: 50vw;
	position: relative;
}

.tagline {
	color: #fff;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 500px;
}

/* About */

#about {
	text-align: center;
	color: #fff;
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

#about .container {
	background-color: #d81322;
	padding: 30px;
	max-width: 1220px;
	width: calc(90% - 60px);
}

#about .container .wrapper {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}

#about .container .wrapper p {
	color: #fff;
}

.subhead {
	font-size: 15px;
	margin-top: 35px;
}

/* Services */

.service .icon {
	color: #383838;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 7px;
}

.service .icon img {
	width: 65px;
	margin-right: 10px;
}

.service .icon img, .service .icon span {
	display: inline-block;
	vertical-align: middle;
}

.service .icon span {
	max-width: calc(100% - 85px);
}


/* Contact Us */

#contact {
	background-color: #f4f4f4;
}

#contact .container {
	padding-bottom: 50px;
}

#contact .header {
	margin-bottom: 0;
}

.contact-info {
	margin: 25px 0 0;
}

.contact-info img {
	width: 19px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.contact-info span {
	display: inline-block;
	vertical-align: top;
	color: #474747;
}

#contact-form {
	
}

#message {
	padding: 20px 0;
    margin-top: -35px;
    font-size: 14px;
    font-weight: bold;
}

#message.success {
	color: #008000;
}

#message.failed {
	color: #FF0000;
}


/* Footer */

#footer {
	background-color: #383838;
	padding: 15px;
	text-align: center;
}

#footer span {
	color: #c9c9c9;
	font-size: 10px;
}
