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

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

html {
	height:100%;
}

body {
	font-family: 'Roboto', Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #555555;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f3f3;
	height:100%;
	font-weight: 300;
}

img {
	border: 0;
}

a:link {
	color: #74c9f7;
	text-decoration:none;
}
a:visited {
	color: #74c9f7;
}
a:hover {
	color: #74c9f7;
	text-decoration:underline;
}


#headerbar {
	padding: 0; 
	top: 0px;
	display: inline-block;
	width: 100%;
	position: relative;
}

#headerbar-sub {
	padding: 0; 
	top: 0px;
	display: inline-block;
	width: 100%;
	position: relative;
	background-color:#515151;
	height: auto;
	background-image: url('images/subback.jpg');
	background-size: cover;
}


#mobilemenu {
	display: none;
}

#desktopmenu {
	display: inline;
}

#desktopmenu-sub {
	clear: both;
	display: inline;
	float: right;
	margin-right: 1.5em;
	width: auto;
}

#logo {
	padding: 0; 
	top: 2em;
	left:3em; 
	float:left;
	display: inline-block;
	position: relative;
}

#contact {
	float: right;
	right:3em;
	top:2em;
	display: inline-block;
	position: relative;
	color:#fff;
}

#contact a {
	text-decoration: none;
	color:#fff;
}

#masthead {
	width: 100%;
	min-height: 900px;
	background-image: url('images/masthead-1.jpg');
	background-size: cover;
}

#moniker {
	width: 50%;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
	padding-left:1em;
	font-size: 4.5em;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
	line-height: 1.1em;
	margin-bottom:1em;
	z-index: 99;
}

#navigation {
	clear: both;
	width: 100%;
	margin-top:6em;
}

#content {
	clear: both;
	width: 88%;
	margin: 0 auto;
	margin-bottom:5em;
	margin-top:3em;
}

#content p {
	font-size: 1.2em;
}

#content h1 {
	max-width: 70%;
}

.item {
	width: 35%;
	padding:.4em;
	text-align: right;
	font-size: 2em;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	border: 2px solid #7f1d29;
	margin-bottom: .4em;
	border-left: 10px solid #242824;
	color:#fff;
	background-image: url('images/itembg.png');
}

.item:hover {
	background-color: #242824;
}

.item a {
	color:#fff;
	text-decoration: none;
}

/*subpage styling nav */
.item-sub {
	display: inline-block;
	width: auto;
	padding:.5em;
	text-align: center;
	font-size: 2.3em;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	color:#fff;
}

.item-sub:hover {
	background-color: #7f1d29;
}

.item-sub a {
	color:#fff;
	text-decoration: none;
}

.services h3 {
	margin-top:1em;
	color:#7f1d29;
}

#actions {
	width: 100%;
	clear: both;
	background-color: #7f1d29;
	padding: 2em;
	text-align: center;
	color:#fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cta {
	text-align: center;
	color:#fff;
	padding:1em;
	margin:1em;
	font-size: 1.3em;
	border:1px solid white;
	border-radius: 15px;
	min-width: 15%;
	background-color: #681621;
	text-decoration: none;
}

.cta a {
	text-decoration: none;
	color:#fff;
}


.icon {
	max-width: 100px;
	margin-bottom: .5em;
}

.feather {
	max-width: 15px;
	margin-right: .5em;
}

#footer {
	width: 100%;
	clear: both;
	background-color: #333;
	padding: 2em;
	text-align: center;
	color:#fff;
}

#footer a {
	color:#fff;
	text-decoration: none;
}

.footertext {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	word-spacing: 1.2em;
	font-size: 1.5em;
}

.social {
	margin:.5em;
	color:#fff;
	text-decoration: none;
}

.team-contact {
	font-size: 1;
	margin-bottom: 2em;
	margin-top:.5em;
	text-align: center;
	display: inline-block;
}

.team-contact a {
	color:#7f1d29;
}


h1 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif;  
	font-size:4em;
}



h2 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-size:3.4em;
}

h3 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-size:3em;
}

h4 {
	font-family: 'Oswald', Arial, Helvetica, sans-serif; 
	font-size:2.3em;
}


.dontshowdesktop {
	display:none;
}
