@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700&display=swap');

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

body,td,th {
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size:1.2em;
	color:#333;
	height:100%;
}

body {
	font-family: 'Montserrat', Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-size:1.2em;
	color:#333;
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#fff;
	height:100%;
}

img {
	border:0;
}

a:link {
	color:#617259;
	text-decoration: underline;
}

a:visited {
	color:#617259;
	text-decoration: underline;
}

.nav-item a {
	text-decoration: none !important;
	font-weight: normal;
	text-transform: uppercase;
	font-size: .9em;
}


.nav-item a:hover {
	color:green !important;
}

#topbar {
	width: 100%;
	height: auto;
	padding-top:.5em;
	padding-bottom:.5em;
	background-color: #617259;
	text-align: center;
	color:#fff;
	font-family: serif;
	font-style: italic;
}

#header {
	width:100%;
	height:auto;
	text-align: center;
	margin-top:1em;
	margin-bottom:1em;
	background-color:#fff;
	z-index: 9999999999 !important;
}

#wrap {
	min-height:50%;
}
 
#main {
	padding-bottom:0;
}

.logo {
	max-width:150px !important;
}

.caycelogo {
	max-width: 100px;
}

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

#content {
	max-width:1200px;
	margin:0 auto;
	margin-top:2em;
	position:relative;
	height:auto;
	margin-bottom:1em;
	line-height:1.7em;
}

#content-left {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

#content-right {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-left:2em;
	padding:1em;
	background-color:#cfdbc9;
}

#sub-content {
	max-width:1000px;
	margin:0 auto;
	margin-top:4em;
	position:relative;
	height:auto;
	margin-bottom:1em;
	line-height:1.7em;
}

#footer {
	width:100%;
	position:relative;
	background-color:#f3f3f3;
	height:auto;
	overflow:hidden;
	margin-bottom:0;
	margin-top:5em;
	padding:2em;
	text-align: center;
}

h1 {
	font-size:2.2em;
	color:#6f6f6f;
	line-height:normal;
}

h2 {
	font-size:2em;
	color:#b6be02;
	line-height:normal;
}

h3 {
	font-size:1.5em;
	color:#b6be02;
	line-height:normal;
}

h4 {
	font-size:1.2em;
	color:#6f6f6f;
}

h5 {
	font-size:1em;
	font-weight:300;
	color:#6f6f6f;
}

.socialicon {
	max-width: 40px;
	margin:1em;
}

.socialicon:last-child {
	margin-right: 0;
}


.rightimage {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}


/* Mobile Devices */
@media screen and (min-width:0px) and (max-width:600px) {
	h1 {
		font-size:1.3em;
	}
	
	
	h2 {
		font-size:1.4em;
	}
	
	h3 {
		font-size:1.3em;
	}
	
	#content-left {
	width: 100%;
	margin:0;
	padding: 1em;
	display: inline-block;
	vertical-align: top;
	}

	#content-right {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-left:0;
	padding:1em;
	background-color:#cfdbc9;
	}

	#sub-content {
	max-width:90%;
	margin:0 auto;
	margin-top:3em;
	margin-bottom:1em;
	line-height:1.7em;
	}

	.rightimage {
	float: none;
	margin-left: 0;
	margin-bottom: .5em;
}



}

