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 {
	min-height: 170px;
	width: 100%;
	min-width: 320px;
	background-color: #2f2f32;
	top: 0;			
	color: #fff;
	z-index: 1000;
}

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

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

.header_title {
	padding: 35px 0;
}

.header_title img {
	width: 80%;
}

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

nav a:first-child {
	margin-left: 0;
}


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

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

.banner-container {
	width: 100%;
	min-width: 320px;
	display: block;
	background-color: #70c38c;
}

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

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

.body-centered-container{
	width: 100%;
	min-width: 320px;
	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: 32px;
	font-weight: bold;
	line-height: 1; 
	margin-bottom: 25px;
	text-transform: uppercase;
	text-align: center;
}

.title-team img {
	width: 27%;
}

.title-contact img {
	width: 45%;
}

.team-left {
	margin-right: 0;
	margin-bottom: 35px;
}

.team-image {
	float: left;
	width: 40%;
	margin-right: 8%;
	border-radius: 50%;
}

.team-about {
	float: left;
	width: 52%;
}

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

.team-about p {
	font-size: 16px;
	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: 92%;
	height: 50px;
	border-radius: 10px;
	background-color: #2f2f32;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding: 6px 4%;
	margin-bottom: 15px;
}

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

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

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

.text-section-banner {
	width: 90%;
	margin: 0 5%;
	text-align: left;
	color: #fff;
	padding: 40px 0 50px 0;
}
    	
.banner-container {
	text-align: center;
}

.banner-container__center-content {
	width: 90%;
	display: block;
}

.banner-container__text {
	width: 100%;
	margin: 0 5%;
	padding-top: 40px;
	text-align: center;
}

.banner-container__text img {
	width: 80%;
}

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

.app-btns {
	display: inline-block; 
	width: 45%;
	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;
	width: 100%;
	margin: 30px 5% 0;
}    	

.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: 16px;
	text-align: center;
}

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