body {
	margin: 0;
	text-decoration: none;
	background-color: rgb(34,33,14);
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 14px;
}

a, a:link, a:visited	{
	text-decoration: none;
	color: #39C1C7;
}

img {
	max-width: 100%;
}

ul {

}

#navcontainer ul {
	list-style: none;
}

* { 
	box-sizing: border-box;
}
/* Site container background */ 

#site-wrapper {
}

#site-container {
	background-image: url(images/keawebbackground.png);
   background-repeat: no-repeat;
	background-size: cover;
	background-position: 20% 50%;
	margin: 0 auto;
	box-sizing: border-box;
	
}

/* Menu */

#masthead {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	background-color: rgba(34,33,14, 0.5);
}

#navcontainer {
	width: 33.1%;
	background-color: rgba(232,232,230,0.2); 
}

#topnav {
	padding: 0 10px;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-flow: row wrap;	
	flex-flow: row; 
	border-left-width: 1px;
   border-left-style: solid;
   border-left-color: rgba( 250,250,250,0.2);
   font-size: 18px;
}

#topnav li {
	flex-grow: 1;
	text-align: center;
	height: 100%;
}

#topnav li a {
  	padding: 5px;
	display: block;
	color: white;
	text-transform: uppercase;
}

#topnav li a:hover {
	color: #39C1C7;
}

#topnav li a.current {
	font-weight: 900;
}

/* push down */

#stayright {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#pushdown {
	width: 33.1%;
	height: 45vh;
	background-color: rgba(232,232,230,0.3); 
}

#nopushdown {
	width: 33.1%;
	height: 0px;
   background-color: rgba(232,232,230,0.3); 
}


/* homepage left and right */

.col-main {
	width: 100%;
   display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.rhs {
	background-color: rgba(40,44,40, 0.8);
	width: calc( 33.1% - 1px );
	min-height: 45vh;
	color: white;
	padding: 20px;
	font-size: 1.2em;
	box-sizing: border-box;
}

.rhstext {
	
}

.midline {
	width: 1px;	
	background-color: rgba( 250,250,250,0.2);
}

.lhs {
	background-color: rgba(40,44,40, 0.8);
	width:66.9%;
	position: relative;
	padding: 20px;
   box-sizing: border-box;
   display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	font-size: 1.2em;
	color: white;
	flex-direction: colum:
}
.lhs a {
	text-align: center;
}
.lhsInner {

}
.text {
	margin-bottom: 20px;
}
/* logo */

#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 25.5vw;
	width: 40vw;
	position: absolute;
	left: 20vw;
	top: -4.314vw;
}



/* footer */

footer {
	margin: 0 auto;
	height: 5vh;
	background-color: rgba(34,33,14, 0.75);
}

h3 {
	margin-top: 0px;
}

/* media queries */
@media screen and (max-width: 970px) {
	
	#navcontainer {
		width: 100%;
	}		
	#pushdown {
		height: 45vw;
	}	
	
	#logo {
		left: calc( (100% - 40vw ) / 2 );	
	}
		
	.col-main {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;	
	}
	.lhs {
		width: 100%;
		min-height: 21.1vw;	
	}
	.midline {
		width: 100%;
		
	}	
	
	.rhs {
		width: 100%;
		height: auto;	
	}
	
}
.makeroom {
	margin-top: 1px;
}

/* contact form */

#wrap_Inputfield_scf_spamIp, #wrap_Inputfield_scf_ip, #wrap_Inputfield_scf-website, #wrap_scf-date {
	display: none;
}

.js-simplecontactform{
    max-width:100%;
    padding: 15px;
    margin: 0px auto;
}

.contactform {
	 box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);
}

.contactform h2{
    text-transform: uppercase;
    font-weight: 100;
    padding: 10px 0px 0px 15px;
    margin: 10px 0px 0px 0px;
}
.js-simplecontactform input[type="text"],
.js-simplecontactform input[type="date"],
.js-simplecontactform input[type="datetime"],
.js-simplecontactform input[type="email"],
.js-simplecontactform input[type="number"],
.js-simplecontactform input[type="search"],
.js-simplecontactform input[type="time"],
.js-simplecontactform input[type="url"],
.js-simplecontactform input[type="password"],
.js-simplecontactform textarea,
.js-simplecontactform select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    color: white;
    width: 100%;
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: transparent;
    margin-bottom: 10px;
    margin-top: 4px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 28px;
}


.js-simplecontactform textarea{
    resize:none;
    height: 86px;
    overflow: hidden;
}
#wrap_Inputfield_submit button {
    -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    box-shadow: inset 0px 1px 0px 0px #45D6D6;
    background-color: #2CBBBB;
    border: 1px solid #27A0A0;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
#wrap_Inputfield_submit button:hover {
    background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
    background-color:#34CACA;
}
.text {
	margin-top: 50px;
}
