/*
Capitol Ambassadors
September 2019
*/

<style>
html {
	height:100%;
	-webkit-font-smoothing:antialiased;
}

body {
	font-family:'Source Sans Pro',sans-serif;
	font-size:1em;
/*	color:#333;*/
	margin:0;
	/*background-color:#fff;*/
	height:100%;
}

h1 {
	font-family:'Lato',sans-serif;
}

h2 {
	font-family:'Lato',sans-serif;
}

h3 {
	font-family:'Lato',sans-serif;
}

h4 {
	font-family:'Lato',sans-serif;
}

h5 {
	font-family:'Lato',sans-serif;
}

.headerline {
	border-top:2px solid orange;
	height: 15px;
	width: 30%;
}

.headerline-sub {
	border-top:2px solid orange;
	height: 15px;
	width: 8%;
}

img {
	border:0;
}

a:link {
	color:orange;
}

a:visited {
	color:gray;
}

#wrap {
	min-height:50%;
}

#main {
	padding-bottom:0;
}

#topbar {
	width: 100%;
	background-color:#0a0971;
	height: 40px;	
	padding-right: 4em;	
	color:#fff;
	padding-top:.6em;
	text-align: right;
	font-size: .9em;
	text-transform: uppercase;
}

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

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

.gap {
	display: inline-block;
	width: 1px;
	margin-right: 2em;
}


#header {
	background-color:#fff;
	height: 130px;	
	padding-left:4em;
	padding-right: 4em;
}

#logo {
	width: auto;
	display: inline-block;
	margin-top:2em;
}

.logo {
	max-width: 200px;
}

#menu {
	font-family:'Lato',sans-serif;
	width: auto;
	float: right;
	display: block;
	text-align: right;
	text-transform: uppercase;
	vertical-align: baseline;
	font-size: 1.6em;
	padding-top: 1.6em;
	font-weight: 300;
}

#menu a:link {
	color:#333;
}

#menu a:active {
	color:#333;
}

#menu a:visited {
	color:#333;
}

#menu a:hover {
	color:#333;
	text-decoration: none;
}

#mobilemenu {
		display: none;
	}

#mobilemenuitems {
	display: none;
}

.nav ul {
	list-style: none;
}

.nav li {
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.nav li:hover {
	border-top-color: orange;
	border-bottom-color: orange;
}


#hero {
	background-image:url(/assets/images/hero.jpg);
	background-size: cover;
	height: 500px;
	position: relative;
}

#wave {
	background-image:url(/assets/images/wave-bottom.png);
	position: absolute;
	top:400px;
	left: 0;
	height: 100px;
	width: 100%;
}

#hero-text {
	margin: 0 auto;
	padding-top:8%;
	max-width: 80%;
	text-align: center;
}

#hero-text h1 {
	color:#fff;
	text-shadow: 1px 1px 1px #333;
	font-size: 3em;
	font-weight: bold;
	padding-bottom: .5em;
}

.hero-sub {
	/*background-image:url(/assets/images/hero-sub.jpg);*/
	background-image:url(/assets/images/sub-statehouse.jpg);
	background-size: cover;
	height: 150px;
	position: relative;
}

.hero-image {
  max-width: 100%;
  height: auto;
}

#contentcontainer {
	display: flex;
	width: 100%;
	margin-top:.3em;
	height: auto;
	overflow: hidden;
}

#side-content {
	width: 60%;
	height:auto;
	text-align:left;
	margin-left: 5em;
	padding-right: 2em;
	padding-top:3em;
	vertical-align: text-bottom;
	line-height: 1.7em;
}

#fullphoto {
	width: 70%;
	height: auto;
	text-align: right;
	padding:0;
	margin: 0;
}


#content {
	width: 100%;
	display: flex;
	font-size: 1.1em;
}

#content-text {
	margin-top: 3em;
	margin-left: 4em;
	margin-right: 2em;
}

#content-text h1 {
	font-size: 2.8em;
	color:#333;
	padding-bottom:.5em;
	text-transform: uppercase;
}

#content-photo {
vertical-align: top;
}

.button-blue {
	font-size: 1.3em;
	background-color: #0b0971;
	border-color: #0b0971;
	box-shadow: 0px 0px 10px #fff;
}

.button-blue:hover {
	background-color: #130eac;
	border-color: #130eac;
}

.button-red {
	font-size: 1.3em;
	background-color: #d75d2e;
	border-color: #d75d2e;
	box-shadow: 0px 0px 10px #fff;
}

.button-red:hover {
	background-color: #e7882a;
	border-color: #e7882a;
}

.button-orange {
	font-size: 1.3em;
	background-color: #f7b221;
	border-color: #f7b221;
	box-shadow: 0px 0px 10px #fff;
}

.button-orange:hover {
	background-color: #dc990c;
	border-color: #dc990c;
}


.button:first-child {
	margin-right: 1em;
}

.imgscale {
		max-width:100%;
		height:auto;
		width:auto\9;
}



#footer {
	clear: both;
	width: 100%;
	background-color: #0a0971;
	text-align: center;
	color:#fff;
	font-size: .8em;
	padding-top:5em;
	padding-bottom:.5em;
}

#footer a:link {
	color:#fff;
}

#footer a:visited {
	color:#fff;
}

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

#footer h4 {
	text-transform: uppercase;
	word-spacing: 1.4em;
	font-size: 1.8em;
}



/* large monitor 1820 compensation */
@media screen and (min-width:1820px) and (max-width:2499px) {

#wave {
	display: none;
}

#fullphoto {
	width: 90%;
}

#side-content {
	width: 90%;
}

}


/* large monitor over 2500px compensation */
@media screen and (min-width:2500px) and (max-width:5000px) {

#hero-text {
	padding-top:7%;
}

#wave {
	display: none;
}

}







/* MOBILE STYLING FOR TABLET AND PHONE */
@media screen and (min-width:0px) and (max-width:1022px) {

	.dontshowme {
		display:none;
	}
	
	.hidemobile {
		display:none;
	}

	.imgscale {
		max-width:100%;
		height:auto;
		width:auto\9;
	}

	#topbar {
	padding-right: 0;	
	padding-top:.6em;
	text-align: center;

	}

	#header {
	height: auto;	
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
	width: 100%;


	}

	#logo {
	width: auto;
	display: inline-block;
	margin-top:2em;
	}

	.logo {
	max-width: 200px;
	}

	#hero-text h1 {
	font-size: 2em;
	padding-bottom: .5em;
	}

	#hero-text button {
		margin-bottom: 1em;
	}

	#contentcontainer {
	display: inline-block;
	width: 100%;
	margin-top:.3em;

	}

	#side-content {
	width: 100%;
	margin: 0 auto;
	height:auto;
	margin-left: 0;
	padding-right: 0;
	padding-top:2em;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: none;
	line-height: 1.7em;
	}

	#fullphoto {
	width: 100%;
	text-align: center;
	}


#content {
	max-width:80%;
	display: block;
	font-size: 1.1em;
	margin: 0 auto;
	padding-top:3em;
	padding-bottom: 2em;
	line-height: 1.8em;
}

#content-text {
	text-align: left;
	width: auto;
	margin: 0 auto;
	margin-left: 0;
	margin-right: 0;
}

#content-text h1 {
	font-size: 2em;
	color:#333;
	padding-bottom:.5em;
	text-transform: uppercase;
}

#content-photo {
margin-top:1em;
width: 100%;
vertical-align: top;
}

	#menu {
		display: none;
	}

	#mobilemenu {
		display: block;
		margin-top: 1em;
		font-size: 1.8em;
		float: right;
	}

	#footer {
		padding: 1em;
		padding-top: 2em;
	}

	#footer h4 {
	text-transform: uppercase;
	word-spacing: 1.1em;
	font-size: 1.5em;
	}
  
label {
  color: #000 !important;
}
</style>
