body {
	
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}

.infotitle {
	color: black;
	font-size:  46px;
	letter-spacing: 4px;
	line-height: 1.1;
	font-weight: 900;
	font-family: 'Hammersmith One', sans-serif;
	border-left: 0px solid #77BC43;
	padding-bottom: 20px;
}




#contact-us {
	background-image: url('../images/phonemock2black.png');
	background-size: cover;
	background-color: #fff;
	height: 500px;
	width: 100%;
	
	}




.contact-text2 {
	padding-bottom: 200px;
	
}

.infosub {
	color: #4A4A4A;
	margin: 0;
	line-height: 1.2;
	line-break: ;
	max-width: none;
	font-weight: 300;
	font-size: 28px;
	padding-top: 45px;
}


.infop {
	color: #4A4A4A;
	text-align: left;
	font-size: 11px;
	letter-spacing: 1.2px;
	line-height: 2;
	word-spacing: 4px;
	padding-top: 15px;
}

socialicons {
	padding-top: 100px;	
}

p {
	color: #4A4A4A;
	
	font-size: 12px;
	letter-spacing: 1.2px;
	line-height: 2;
	word-spacing: 4px;
}

.social {
	min-height: 400px;
	
	display: block;
	background-image: url('../images3/phonemock.png') ;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: hidden;


	
}

.email {
	height: 300px;
	    display: block;
	
	background-color: white;
}


.button {
  display: inline-block;
  border-radius: 0px;
  background-color: #77BC43;
  border: none;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
  width: 190px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.left {
    float: left;
    width: 40%;
    text-align: left;
    vertical-align: middle;
}
.right {
    float: right;
    width: 40%;
    
    
}
.group:after {
    content:"";
    display: table;
    clear: both;
    padding-right: 100px;
    
    
}
img {
    max-width: 100%;
    height: auto;
}


main {
	width: 94.75%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 40px;
}



.col {
	width: 33.333%;
	height: 200px;
	float: left;
}


.mockups {
	 max-width:60%;
	   max-height:60%;
	   padding-top: 45px;
	   padding-bottom: 150px;
	   display: block;
	       margin-left: auto;
	       margin-right: auto;
}




.icons {
	 max-width:40%;
	   max-height:40%;
	   padding-top: 20px;
}





.col {
	width: 33.333%;
	height: 200px;
	float: left;
	padding-bottom: 300px;
}

h2 {
	text-align: center;
	padding-bottom: 70px;
	font-size: 14px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #4A4A4A;
	
	letter-spacing: 2px;
	line-height: 1.4;
	font-weight: 200;
}


.middle {
	padding-top: 130px;
}

.spreadicon {
	text-align: center;

}

.unlockicon {
	text-align: center;
	
	
}

.connecticon {
	text-align: center;
	
}

.spread3 {
	max-width:45%;
	  max-height:45%;
}

.logo {
	padding-top: 25px;
}


hr.style1{
	border-top: 1px solid #8c8b8b;
	width: 100%;
}

hr.style2{
	border-top: 1px solid #fff;
	width: 90%;
	opacity: 0;
	
}

hr.style3{
	border-top: 7px solid #77BC43;
	max-width: 70px;
	
	
}

hr.style4{
	border-top: 7px solid #77BC43;
	max-width: 70px;
	float: left;
	
	
}


hr.style5{
	border-top: 7px solid #77BC43;
	max-width: 70px;
	float: right;
	
	
}
	
	
	hr { width:100%; 
		height:1px; 
		background: #gray; 
		
		
		
		}


* {
	
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

section {
	overflow: hidden;
}


a {
	text-decoration: none;
	color: inherit;
}

h1 {
	margin: 0;
	
	padding-top: 40px;
	font-weight: 6000;
}

h3 {
	margin: 0;
	color: white;
	font-weight: 200;
	padding-top: 30px;
}

h4 {
	margin: 0;
	color: #4A4A4A;

	padding-top: 0px;
	padding-bottom: 80px;
	text-align: center;
	display: block;
	
	   color: #4A4A4A;
	   margin: 0;
	   line-height: 1.2;
	 
	   max-width: none;
	   font-weight: 300;
	   font-size: 28px;
	   padding-top: 40px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	height: 120px;
	width: 80.75%;
	
}



.container {
	margin: 0 auto;
	max-width: 900px;
	width: 86.75%;
}

.container2 {
	padding-top: 105px;
}


.container4 {
	margin: 0 auto;
	max-width: 700px;
	width: 80.75%;
}


header {
	background-image: url('../images3/BACK.png');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 640px;
	overflow: hidden;
	padding-top: 20px;
}


.header-title1 {
	
	color: #fff;
	font-size: 46px;
	font-weight: 1200;
	text-align: left;
	font-family: 'Hammersmith One', sans-serif;
	padding-right: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	
	}
	

	
	.header-title2 {
		
		color: #fff;
		font-size: 20px;
		font-weight: 200;
		text-align: left;
		letter-spacing: 2px;
		line-height: 1.4;
		padding-right: 10px;
		padding-bottom: 40px;
		max-width: 600px;
		
		}
	
	
	
	.About-Header {
		text-align: center;
		padding-top: 180px;
		padding-bottom: 30px;
		text-transform: uppercase;
		font-family: 'Hammersmith One', sans-serif;
		color: black;
		font-size:  50px;
		letter-spacing: 4px;
		line-height: 1.1;
		font-weight: 900;
		font-family: 'Hammersmith One', sans-serif;
		
	}
	
	footer {
		height: 40px;
		background-color: #F5F5F5;
		text-align: center;
		
	}
	

	.footertext {
		text-align: center;
		font-size: 8px;
		color: #7E7E7E;
		padding-top: 2px;
		opacity: 40%;
	}
	
	
	
	
	body { font-family: "Nunito", sans-serif; }

	
.title-wrapper2 {
	text-align: center;
	padding-top: 100px;
	color: #4A4A4A;
	margin: 0;
	line-height: 1.2;
	max-width: none;
	font-weight: 200;
	font-size: 20px;
	padding-top: 10px;
}



.form-style-1 {
    margin:10px auto;
    max-width: 300px;
    padding: 20px 12px 10px 20px;
    font: 13px , sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -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;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
    width: 300px;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}

.button1 {
  position: relative;
  vertical-align: top;
  width: 240px; 
  height: 54px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(black, .25);
  background: #77BC43;
  border: 0;
  border-bottom: 2px solid #A8E573;
  border-radius: 5px;
  cursor: pointer;
  @include box-shadow(inset 0 -2px #d76b60);
 

  &:active {
    top: 1px;
    outline: none;
    @include box-shadow(none);
  }
}


.button {
  position: relative;
  vertical-align: top;
  width: 400px; 
  height: 54px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(black, .25);
  background: #77BC43;
  border: 0;
  border-bottom: 2px solid #A8E573;
  border-radius: 5px;
  cursor: pointer;
  @include box-shadow(inset 0 -2px #d76b60);
 

  &:active {
    top: 1px;
    outline: none;
    @include box-shadow(none);
  }
}


.required-email {
  width: 400px;
  height: 50px;
  margin-bottom: 25px;
  padding: 0 15px 2px;
  font-size: 17px;
  background: white;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  
  @include box-shadow(inset 0 -2px #ebebeb);

  &:focus {
    border-color: #62c2e4;
    outline: none;
    @include box-shadow(inset 0 -2px #62c2e4);
  }

  .lt-ie9 & { line-height: 48px; }
}
	
	

	
	.sign-up {
	  position: relative;
	  margin: 50px auto;
	  width: 400px;
	  
	  background: white;
	 
	  @include box-shadow(0 1px 5px rgba(black, .25));
	
	  &:before, &:after {
	    content: '';
	    position: absolute;
	    bottom: 1px;
	    left: 0;
	    right: 0;
	    height: 10px;
	    background: inherit;
	   
	    border-radius: 4px;
	  }
	
	  &:after {
	    bottom: 3px;
	    border-color: #dcdcdc;
	  }
	}
	
	
	.alerts {
		text-align: center;
		padding-bottom: 30px;
		padding-top: 130px;
		color: #4A4A4A;
		margin: 0;
		line-height: 1.2;
		line-break: ;
		max-width: none;
		font-weight: 300;
		font-size: 28px;
		text-transform: uppercase;
		
	}
	
	.scrolltext {
		size: 10px;
		color: white;
		opacity: 0.7;
		padding-top: 110px;
		text-align: center;
		
	}
	
	
	
	
	
	@media only screen and (max-width:800px) {
		.col {
			width: 100%;
			float: none;
			height: 150px;
			}
			
		
	}
	
	@media only screen and (max-width:800px) {
		.col {
			width: 100%;
			float: none;
			height: 50px;
			}
			
			.container2 {
				padding-top: 150;
			}
			
			.mockups {
				display: none;
			}
			
			.header-title1 {
				
				color: #fff;
				font-size: 20px;
				font-weight: 1200;
				text-align: center;
				font-family: 'Hammersmith One', sans-serif;
				padding-right: 10px;
				letter-spacing: 4px;
				text-transform: uppercase;
				
				}
				
			
				
				.header-title2 {
					
					color: #fff;
					font-size: 12px;
					font-weight: 200;
					text-align: center;
					letter-spacing: 2px;
					line-height: 1.4;
					padding-right: 10px;
					padding-bottom: 40px;
					
					}
					
					.About-Header {
						font-size: 30px;
					}
					
					h4 {
						font-size: 22px;
					}
				
					
					.smalllogo {
						display: block;
						margin-left: auto;
						margin-right: auto;
						
					}
					
					.button1 {
					  display: block;
					 
					  margin-left: auto;
					  margin-right: auto;
					}
					
					.face {
						max-height: 40%;
						max-width: 40%;
					}
					
					.inst {
						max-height: 40%;
						max-width: 40%;
					}
					
					.twit {
						max-height: 40%;
						max-width: 40%;
					}
					
					
					.left {
					    float: left;
					    width: 100%;
					    text-align: left;
					    vertical-align: middle;
					    padding-bottom: 50px;
					    
					}
					.right {
					    float: right;
					    width: 100%;
					    text-align: left;
					    padding-bottom: 100px;
					    
					    hr.style4{
					    	border-top: 7px solid #77BC43;
					    	max-width: 70px;
					    	text-align: center;
					    	
					    	
					    }
					    
					    socialicons {
					    	padding-top: 20px;	
					    }
					    
					    p {
					    	color: #4A4A4A;
					    	
					    	font-size: 12px;
					    	letter-spacing: 1.2px;
					    	line-height: 2;
					    	word-spacing: 4px;
					    }
					    
					    .social {
					    	max-height: 200px;
							
					    	
					    	
					    	background-image: url('../images3/phonemock.png') ;
					    	background-size: cover;
					    	background-attachment: fixed;
					    	background-repeat: no-repeat;
					    	overflow: hidden;
					    
					    
					    	
					    }
					    
					    					    
					    .group:after {
					        content:"";
					        display: table;
					        clear: both;
					        padding-right: 100px;
					        }
					        
					    
					    
					    
					    
					   
					
					
				
				
			
		
	}
