
body {
    line-height: 1.7em;
    color: #353839;
    font-size: 16px;
	font-family: sans-serif;
}




a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}



.twoParts {
	
	display:inline-block;
	vertical-align: top;
	max-width: 46%;
	min-width:300px;
	padding: 1.5%;
	margin-bottom: 20px;
}



.threeParts {
	display:inline-block;
    vertical-align: top;
	max-width: 30%;
	min-width:300px;
	padding: 1.5%;
	margin-bottom: 20px;
}


.onePart {
	display:inline-block;
    vertical-align: top;
	max-width: 900px;
	min-width:300px;
	padding-left: 1.5%;
	margin-bottom: 20px;
}


.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

.myform {
    min-width: 300px;
    max-width: 500px;
	width: 98%;
    margin-left: 2%;
    margin-bottom: 40px;
}


button {

  border: none;
  text-decoration: none;
  font-size: 16px;
  font-family: sans-serif;
  cursor: pointer;
}

.pure-form input[type], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 5px 0px 8px 8px;

  border: 1px solid #000000;
  width: 95%;
  box-shadow: none;
  font-size: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}
 
 
.pure-form input[type]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 5px 0px 8px 8px;
border-radius: 5px;
  border: 1px solid rgba(81, 203, 238, 1);
  margin-bottom: 20px;
}


label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}




/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}

.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
	margin-top: 60px;
	margin-bottom:40px;

}

.header {
	background: #2d3e50;
    width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ccc;
}


.footer {
	background: #2d3e50;
    width: 95%;
	padding-top:20px;
	padding-bottom:20px;
	height:40px;
	color: #ccc;
	padding-left: 5%;
}

.bigDiv {
	top: 0;
    left: 0;
	width: 100%;
    overflow: hidden;
    width: 100%;
	position: absolute;
}


.fixed-for-overscroll {
	#background: #1f8dd6;
    background: #FFFFFF;
	z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 380px;
    top: 0;
    left: 0;
    position: fixed !important;
}

.img
{
	margin-top: 40px;
    max-width: 100%;
    height: auto;


}

.welcome {

    width: 100%;
	margin-top:10px;

	margin-left: auto;
	margin-right: auto;
	text-align: center;


}

.sub_welcome {
	margin-top: 40px;
    text-align: center;
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
    font-size: 20px;
}


.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 380px;
	left: 0;
    width: 100%;
    z-index: 2;
	background: white;
}

.black {
	background: #2d3e50;
    color: #ccc;
	padding-top: 10px;
	padding-bottom: 60px;
	text-align: center;
}


.footer a:link {
  text-decoration: none;
  color: #ccc;
}

.footer a:visited {
  text-decoration: none;
  color: #ccc;
}

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

.footer a:active {
  text-decoration: none;
  color: #ccc;
}


