@charset "utf-8";
/* CSS Document */
*{margin: 0;

}
html,body{
	height: 100%;
}


h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 20px;
}

.site-header {
	background-color:#262626;
	padding: .5px 5%;
	padding-top:1%;
	opacity: .7;
	box-shadow: 0 1px 3px #333;
	width: 90.2vw;
	float: left; 
	position: fixed;
		
 
}
	
.menu_items {
	position: fixed;
    top: 15px;
    right: 15px;
	font-family:  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	Font-size: 20px;
	z-index: 99;
}
	
.menu_items li {
	display: inline-block;
	padding: 15px
}

.menu_items li a { 
	text-decoration:none;
	color: white ;
	
	
}

.sect{
	height: 30%;
	background-size: cover;
	background-attachment: fixed;
	
	
	
	
}

.subSection{
	height: 85%;
	width: 100%;
	background-color: #D8D8D8;
}


.sectOne{
	background-image: url(images/scott-warman-525491.jpg)
	
}


.sectTwo{
	background-image: url(images/scott-warman-525491.jpg)
	
}
.sectThree{
	background-image: url(images/scott-warman-525491.jpg)
	
}

.header_contact{
	 
  	text-align: center;
	font-size: 50px;
	padding:120px;
	}
.contactForm{
	text-align: center;
	font-size: 50px;
	padding: 30px;
	
}
.para_pri
 {    	text-align: center;
		font-size: 30px;
		margin-top: 20px;
			}
.para_sub {    	
		text-align: center;
		font-size: 20px;
		font-style: italic;
		
			}
.sect{
	height: 25%;
	background-size: cover;
	background-attachment: fixed;
	
	
	
	
}
input[type=text], select, textarea {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 16px;
    resize: vertical;
	
	
	
}
.try{
	margin-left: 650px;
	
}

input[type=submit] {
    background-color: #d8d8d8;
    color: black;
    padding: 12px 20px;
    border: double;
	border-color: rgb(190,30,45);
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: rgba(190,30,45, .5);
}
input[type=date]{
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 16px;
    resize: vertical;
	margin-right: 50%
}

label {
  display: block;
}
input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
}
.container {
    border-radius: 5px;
    background-color: #D8D8D8;
    padding: 20px;
}




.site-footer {
	background-color: rgb(	38, 38, 38);
	padding: .5px 5%;
	opacity: .7;
	width: 90.2vw;
	float: left;
	
		
 
}


.footer-social-icons{
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}




ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: -10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color:#262626;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color:#262626;
}
.fa-twitter:hover {
    background-color: #00aced;
}

.fa-google-plus {
    padding:10px 9px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color: #262626;
}
.fa-google-plus:hover {
    background-color: #e25714;
}

