@charset "utf-8";
/* CSS Document */
/* This website was designed and belongs to Carl Somera */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: auto;
	background-color: none;
	
}
body {
	width: 100%;
	height: 100%;
	background-image: url(photo-10.jpg) !important;
	background-position: center;
  	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover !important;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}

#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 100%;  /* this will create a container 80% of the browser width */
	height: auto;
	background: none;
}
.img-responsive {
	width: 100%;
}
#header {
	height: 36%;
	background: none; 
	padding: 55px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:center;
	width:100%
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 5px 0; 
}
.logo {
	max-width:500px;
	margin:0 auto;
}
.logo p {
	max-width:500px;
	margin:0;
	padding:0;
}
#mainContent {
	padding: 10px 10px;
	text-align:center;
	height: auto;
	/* background: rgba(240, 150, 40, 0.3);
	border-top: #EAC186 1px solid;
	border-bottom: #EAC186 1px solid; */
}
#content2 {
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 35px;
	margin-bottom: 70px;
	background-color: none;
	text-align:center;
	height: auto;
}
#content2 a {
	text-transform: uppercase;
	font-size:15px;
	color: #000000;
	padding: 12px 30px;
	text-decoration: none;
	text-align:center;
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px 25px 25px 25px;
	background: rgba(255, 255, 255, 0.3);
}
#content2 a:hover {
	background: rgba(255, 255, 255, 0.5);
	border-top: 1px solid #ffffff;
	border-bottom: #ffffff 1px solid;
	color: #FF3300;
}
#footer { 
	padding: 15px 5px; 
	position: absolute;
	background-attachment: fixed;
  	right: 0;
  	bottom: 0;
  	left: 0;
    background-color: #050505;
  	text-align: center;
	color: #ff5118;
	font-size: 10px;
	z-index: 10;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}
.footerlinks {
	color: #FF9900;
}


/*------ CONTACT PAGE CSS ---------- */

#mainContentcontact {
	padding: 0px 7px; 
	background: none;
	text-align:center;
}

#contactfooter { 
	position: relative;
	margin-top: 0px;
	padding: 15px 5px;
  	right: 0;
  	left: 0;
    background-color: #050505;
  	text-align: center;
	color: #ff5118;
	font-size: 10px;
} 

/******************************* CONTACT FORM and contact page  *******************************/
form#contact_form {
	background-color: none;
	/*** box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1); ***/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 100%;
}
form#contact_form label {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
}
form#contact_form label span {
	color: #414550;
}
#contactform .titlecontact{
	margin-bottom:0;
	paddin: 0px;
	font-size: 20px;
	font-weight: normal;
}
form#contact_form p {
	margin-bottom:10px;
	padding-top:5px;
	font-style: none;
}

form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form input[type="number"]:focus, form#contact_form input[type="number"]:hover, form#contact_form input#email:focus, form#contact_form input#email:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form select:focus, form#contact_form select:hover {
	background:rgba(255, 255, 255, 0.5);
	outline:none;
}

form#contact_form .name {
	max-width: 650px;
	padding:0px;
	margin: 0 auto;
	margin-bottom:16px;
}
form#contact_form .name label {
	float: left;
	padding: 5px 5px 5px 5px;
	display: inline-block;
}
form#contact_form .name input {
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.4);
	height: 30px;
	padding: 5px;
	width: 97%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 1px 10px 1px 10px;
}

form#contact_form .email {
	max-width: 650px;
	padding:0px;
	margin: 0 auto;
	margin-bottom:16px;
}
form#contact_form .email label {
	float: left;
	padding: 5px 5px 5px 5px;
	display: inline-block;
}
form#contact_form .email input {
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.4);
	height: 30px;
	padding: 5px;
	width: 97%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 1px 10px 1px 10px;
}

form#contact_form .message {
	max-width: 650px;
	padding:0px;
	margin: 0 auto;
}
form#contact_form .message label {
	float: left;
	padding: 5px 5px 5px 5px;
	display: inline-block;
}
form#contact_form .message textarea {
	display: inline-block;
	padding: 6px;
	text-align:left;
	width: 97%;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 25px;
	border: 1px solid #ffffff;
	background: rgba(255, 255, 255, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 1px 10px 1px 10px;
}
div#loader { 
	margin-top: 0px;
}
form#contact_form button[type="submit"] {
	margin: 0px 15px 45px 0px;
	border: #ffffff 1px solid;
   background:rgba(255, 255, 255, 0.4);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 25px;
   color: #000000;
   padding: 10px 45px;
   font-size: 15px;
   text-transform:uppercase;
   text-decoration: none;
   vertical-align: middle;
}
form#contact_form button[type="submit"]:hover {
   background:rgba(255, 255, 255, 0.6);
   color: #FF6600;
}
form#contact_form button[type="submit"]:active {
	text-shadow: #00061f 0 1px 0;
   border: 1px solid #FFFFFF;
}

.captchacontainer {
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	max-width: 235px;
}
.captchacontainer p{	
	font-size: 14px;
	margin: 0px;
	padding:0;
}
.capbox {
	padding: 0px;
}
#CaptchaDiv {
	font-size: 22px;
	color: #009109;
}
.capbox-inner {
	font-size: 12px;
}
.capbox-inner p {
	font-size: 13px;
}
#CaptchaInput {
	width: 165px;
	height: 25px;
	padding: 7px 10px;
	background: rgba(255, 255, 255, 0.4);
	font-size: 17px;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 0 9px 0 9px;
	
}
