body {
	font-family: 'Rubik', sans-serif;
	background-image: url("../images/pattern-light.jpg");
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}

a:link, a:visited {
	color: #333333;
	text-decoration: underline;	
}

a:hover, a:active {
	color: #e08438;
	
}

.top-bar, .top-bar ul {
    background: none;
}

header {
	padding: 10px 18px 220px 25px;
 	background-color: #303948;
 	background-image: url("../images/denver-skyline.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-bottom: 90px;
}

header a:link, header a:visited {
	color: #333333;
	text-decoration: none;	
}

.internalPages header {
	background: none;
	padding-bottom: 0px;
	margin-bottom: 40px;
}

.main-menu {
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

.internalPages .main-menu a:link, .internalPages .main-menu a:visited {
	color: #191919;
}

.main-menu a:link, .main-menu a:visited {
	color: #ffffff;
}

.main-menu a:hover, .main-menu a:active,
.internalPages .main-menu a:hover, .internalPages .main-menu a:active {
	color: #df8338;
}

header h1 {
	color: #ffffff;	
	text-transform: uppercase;
	font-size: 60px;
	line-height: 64px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	letter-spacing: 2px;
	margin-top: 30px;
}

.internalPages h1 {
	text-transform: uppercase;
	font-size: 60px;
	color: #191919;
	letter-spacing: 2px;
	margin-bottom: 0px;
}

.orangeHighlight {
	color: #df8338;
}

h2 {
	color: #df8338;
	font-size: 27px;
	margin-bottom: 0px;	
}

.internalPages h2 {
	margin-top: 30px;
}

p {
	color: #333333;
	font-size: 21px;
	line-height: 32px;	
	text-align: justify;
}

.homeIntro {
	padding-bottom: 50px;
}

.homeRowTheContent {
	padding: 80px 0 0 0;
}

.homeRowTheContent a {
	text-decoration: none;
}

h3 {
	text-transform: uppercase;
	font-size: 29px;
}

.button {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 5px;
	padding: 10px 30px;
	background: none;
	border: 1px solid #3f3f3f;
	color: #3f3f3f;
	margin-top: 20px;
}

.button:hover {
	background: #df8338;
}


.homeRow1 {
	background: #cbaf9d;
}

.homeRow2 {
	background: #96988b;
}

.homeRow3 {
	background: #0c141d;
}

.imgRight {
	text-align: right;	
}



.darkSection h3, .darkSection p {
	color: #ffffff;
}


.darkSection .button {
	border: 1px solid #ffffff;
	color: #ffffff;
}


footer {
	background-image: url("../images/pattern-dark.jpg");
	padding-top: 80px;
	padding-bottom: 40px;
	padding-left: 25px;
}

footer h4 {
	color: #df8338;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

footer p {
	color: #ffffff;
	font-size: 18px;
	line-height: 27px;
}

footer .copyright{
	color: #828486;
}

footer a:link, footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}


.footerPrivacy a {
	color: #ffffff;
	text-decoration: underline;
}

#privacypopup {
	padding: 25px;	
}

.visitorCounter {
	border: 1px solid #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 5px;
	padding: 10px 30px;
	display: inline-block;
	
	margin-top: 20px;
}


form label {
	color: #333333;
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
}


form input[type='submit'] {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 5px;
	padding: 10px 30px;
	background: #e08438;
	border: none;
	color: #ffffff;
	margin-top: 20px;	
}







/* ------- Mobile Customizations -------- */

.title-bar {
	background: none;
	position: absolute;
	top: 15px;
	right: 15px;
}

.title-bar-title {
	display: none;	
}

.menu-icon {
  width: 32px;
  height: 20px;
}

.drilldown a {
	background: rgba(0,0,0,0.6);	
}

.drilldown .is-drilldown-submenu {
	background: none;	
}



@media only screen and (max-width: 800px) {
	
	header {
		padding: 8px 10px 50px 10px;
		margin-bottom: 50px;
	}
	
	header h1 {
		font-size: 26px;
		line-height: 30px;
		text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
		letter-spacing: 2px;
		margin-top: 20px;
	}
	
	.logo {
		width: 100px;
		height: 100px;
	}
	
	h2, h3, h4, p {
		padding-left: 30px;
		padding-right: 20px;	
	}
	
	.internalPages h1 {
		padding-left: 30px;
		text-transform: uppercase;
		font-size: 40px;
	}
	
	.homeRowTheContent {
		padding: 50px 0 30px 0;
	}
	
	
	
	footer h4, footer p {
		padding-left: 0px;
		padding-right: 0px;	
	}
	
	
   footer {
		padding-left: 40px;   
		padding-top: 50px;
   }
}

.message-body {
  resize: none;
  min-width:500px;
  min-height:50px;
  max-width:100%;
  height:100%;
  width:100%;
}