@import url(https://fonts.googleapis.com/css?family=Maven+Pro:700,400);

body {
	margin: 0 0 0 0;
	background: #24292C;
	text-align: center;
}
body, h1, h2, h3, h4, h5, p {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #fff;
}
a {
	text-decoration: underline;
	color: #fff;
}
.row {
	margin: 0;
	padding: 0;
	clear: both;
	border-top: 1px solid #666;
}

h1 {
	font-size: 40px;
	font-weight: 700;
}
h1.logo {
	margin: 0 0 14px 0;
	font-size: 40px;
	font-weight: 700;
}
p.cp {
	font-size: 17px;
	line-height: 1.4;
}
.head {
	padding: 40px 0 20px 0;
}
.app-box {
	margin: 0 auto;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 1000px;
	clear: both;
}
.about {
	border-top: 1px solid #666;
	clear: both;
}
.app-text {
	margin: 0 0 0 0;
	padding: 160px 0 20px 0;
	width: 440px;
	float: right;
}
.app-image {
	float: right;
}
.app-text h2 {
	margin: 20px 0 20px 0;
	font-weight: 700;
	line-height: 1.0;
	font-size: 60px;
}
.app-text p {
	margin: 20px 0 25px 0;
	font-size: 17px;
}
.otherapps {
	border-top: 1px solid #666;
	clear: both;
}
.otherapps .app-box {
	margin: 0 auto;
	border: none;
	clear: both;
}
.otherapps .app-text {
	margin: 0 0 0 0;
	padding: 20px 20px 20px 0;
	width: 30%;
	float: left;
}
.otherapps .app-text h2 {
	font-size: 30px;
}
a.btn-app,
a.btn-app:visited {
	display: block;
	width: 130px;
	margin: 0 auto;
	padding: 10px 14px 10px 14px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	border: 2px solid #fff;
	border-radius: 30px;
	text-decoration: none;
}
a.btn-app:hover {
	background-color: #fff;
	color: #555;
}
.box-line {
	margin: 0 auto;
	padding: 20px 0 40px 0;
	width: 1000px;
	border-bottom: 1px solid #555;
}
.box-line p {
	padding: 0 1em;
}
.team {
	margin: 35px auto 0 auto;
	width: 1000px;}
.person {
	width: 400px;
	float: left;
}
.person-image {
	margin-left: 60px;
	width: 140px;
	float: left;
}
.person-text {
	float: left;
	text-align: left;
}
.person-text h2 {
	margin: 5px 0 0 0;
}
.person-text p {
	margin: 0;
}
.img-circle {
	border-radius: 50px;
}
.btn-contact {
	font-size: 24px;
}
footer {
	padding: 30px 0 50px 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news dt {
	margin-top: 1em;
	font-weight: bold;
}


@media (max-width: 1000px) {
	.app-box {
		width: 99%;
		padding: 0 0 0 0;
	}
	.app-text {
		margin: 0 auto;
		padding: 0 0 0 0;
		width: 100%;
		float: none;
	}
	.app-text h2 {
		font-size: 40px;
	}
	.app-image {
		width: 100%;
		float: none;	
	}
	.app-image img {
		width: 90%;
		height: auto;	
	}
	.otherapps .app-text {
	width: 100%;
	float: none;
	border-bottom: 1px solid #666;
	padding: 0;
	}
	.about {
	border-top: none;
	}
	.box-line {
		padding: 0 0 40px 0;
		width: 100%;
	}
	.team {
		width: 100%;
		text-align: center;
	}
	.person {
		width: 100%;
		float: none;
		text-align: center;
	}
	.person-image {
		margin: 0 auto;
		width: 140px;
		float: none;
	}
	.person-text {
		float: none;
		text-align: center;
	}
	.person-text h2 {
		margin: 8px 0 0 0;
		font-size: 28px;
	}
	.person-text p {
		margin: 0 0 40px 0;
		padding: 0;
	}
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
