body {
	background-color: #141414;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	text-decoration: none;	
	border: 0;	
	color: #68b281;		
	outline: 0;	
}

a:hover {
	text-decoration: underline;
}

p, .text-description {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3;				
}

img {
	vertical-align: bottom;
	border: 0;
}

.clearfix {
	clear: both;
}

header {
	height: 290px;
	width: 100%;
	min-width: 960px;
	background-color: #2f2f32;
	top: 0;			
	color: #fff;
	z-index: 1000;
}

.dark-header {
	padding: 15px;
	background-color: #212124;
}

footer {
	width: 65%;
	max-width: 960px;
	margin: 0 auto 30px auto;
	color: #5b5b5b;
	font-size: 14px;
}

.header_title {
	margin-top: 60px;
}

.header_subtitle {
	float: left;
	font-size: 22px;
	margin: 23px 0 0 16px;			
}
	
nav a {
	color: #fff;
	font-size: 22px;
	margin-left: 0;
	padding: 8px 15px 8px 15px;
}

nav a:hover {
	background-color: #70c38c;
	text-decoration: none;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}			

.header_centered, .body-centered {				
	width: 960px;
	margin: 0 auto;
	text-align: center;
}	
			
/* banner styles */

.banner-container {
	position: relative;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	display: block;
	background-color: #70c38c;
}

.banner-container__device {
	position: absolute;
	bottom: 0;
	z-index: 2;
}

.banner-container__bg {
	width: 100%;
	min-width: 960px;
	z-index: 0;
}

.body-centered-container{
	width: 100%;
	min-width: 960px;
	text-align: center;
}

.about-container {
	background-color: #202020;
}

.text-section {
	margin: 0 auto;
	text-align: left;
	width: 786px;
	color: #fff;
}

.text-title-banner {
	font-size: 36px;
	font-weight: bold;
	line-height: 1; 
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.team-member-col {
	float: left;
	width: 433px;
}

.team-left {
	margin-right: 69px;
}

.team-image {
	float: left;
	width: 195px;
	margin-right: 34px;
	border-radius: 100px;
}

.team-about {
	float: left;
	width: 204px;
}

.team-about h2 {
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 6px;
	padding: 0;
}

.team-about p {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}

.team-icons {
	display: inline-block;
	margin-right: 12px;
	opacity: 0.3;
}

.team-icons:hover {
	opacity: 1;
}

.contact-form {
	text-align: center;
}

.contact-form input {
	width: 96%;
	height: 50px;
	border-radius: 10px;
	background-color: #2f2f32;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 6px 2%;
	margin-bottom: 15px;
}

.contact-form textarea {
	width: 96%;
	height: 200px;
	border-radius: 10px;
	background-color: #2f2f32;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 6px 2%;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

.contact-form input.input-btn {
	background-color: #68b281;
	border: 0;	
	cursor: pointer;
	width: 300px;	
}

.contact-form input.input-btn:hover {
	background-color: #60d387;	
}

.text-section-banner {
	margin: 0 auto;
	text-align: left;
	color: #fff;
	padding: 40px 0 50px 0;
	width: 935px;
}
    	
.banner-container {
	height: 378px;
	text-align: center;
}

.banner-container__center-content {
	width: 935px;
	display: inline-block;
}

.banner-container__text {
	width: 450px;
	margin-top: 48px;
	margin-right: 49px;
	text-align: left;
	float: left;
}

.banner-container__text p {
	color: #fff;
	margin-top: 25px;
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 1.3;
}

.app-btns {
	display: inline-block; 
	width: 154px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-radius: 10px;
	border: 2px #fff solid;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;    		
}

.app-btns:hover {
	border: 2px #2f2f32 solid;
	background-color: #2f2f32;
}

.app-btns img {
	width: 82%;	
    vertical-align: middle;  
}

.btn-ios {
	margin-right: 10px;  	
}

.banner-container__device {
	position: static;
	bottom: 0;
	margin-top: 34px;
	float: left;
}    	

.banner-container__bg {
	position: absolute;
	left: 0;
	z-index: -1;
}

.banner-devrant {
	background: url("../../../static/hexical/img/devrant-bg1.jpg") no-repeat;
	background-size: cover;
}

.banner-swiftly {
	background: url("../../../static/hexical/img/swiftly-bg1.jpg") no-repeat;
	background-size: cover;
}   

.contact-email-text {
	font-size: 24px;
	text-align: center;
}

.contact-email-text a {
	font-size: 36px;
	text-align: center;
}
