@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway');

body {
	margin: 0;
}

.inner {
	margin: 0 30px;
}

header {
	background-image: linear-gradient(hsl(243, 87%, 12%), hsl(243, 86%, 85%));
	position: relative;
	overflow: hidden;
}

.topbar {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}

.login-area a {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.login-area button {
	background-color: hsl(163, 95%, 43%);
	border: 0;
	padding: 8px 25px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-left: 25px;
	border-radius: 3px;
}

.header-content {
	text-align: center;
	padding-bottom: 160px;
}

.header-content img {
	max-width: 250px;
	margin-top: 150px;
}

.header-text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 1.8rem;
}

.header-content button {
	background-color: hsl(163, 95%, 43%);
	border: 0;
	padding: 16px 80px;
	font-size: 1.2rem;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	border-radius: 3px;
}

.whitebox {
	height: 140px;
	background-color: #FFF;
	/* border: 1px solid red; */
	transform: rotate(8deg) translate(-16px, -30px);
	width: 100vw;
	position: absolute;
}

.features {
	text-align: center;
	margin-top: 120px;
	overflow: hidden;
}

.features-head p {
	color: hsl(243, 87%, 12%);
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 15px;
}

.features img {
	max-width: 250px;
	margin: 100px 0;
}

.feature {
	text-align: left;
}

.feature-title {
	margin-top: 50px;
}

.feature-title p {
	color: hsl(243, 87%, 12%);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
}

.feature-body {
	max-width: 350px;
}

.feature-body p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: hsl(0, 0%, 50%);
}

.early-access {
	margin-top: 160px;
}

.early-access-title p {
	color: hsl(243, 87%, 12%);
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
}

.early-access-body {
	margin: 0 auto;
	max-width: 340px;
}

.early-access-body p {
	color: hsl(243, 58%, 33%);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.early-access-email {
	padding: 20px 0 20px 25px;
	width: calc(100% - 25px);
	font-family: 'Open Sans';
	font-weight: 400;
	border: 0;
	box-shadow: 0 0 8px 0px hsl(0, 3%, 76%);
	border-radius: 3px;
	margin-top: 40px;
}

.early-access-email:focus {
	outline: none;
}

.early-access button {
	background-color: hsl(163, 95%, 43%);
	border: none;
	width: 100%;
	padding: 15px 0;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	border-radius: 3px;
	margin: 20px 0 140px 0;
	font-weight: 700;
	font-size: 1.1rem;
	box-shadow: 5px 5px 8px 0px hsl(0, 6%, 77%);
}

.bluebox {
	height: 140px;
	background-color: hsl(243, 87%, 12%);
	/* border: 1px solid red; */
	transform: rotate(8deg) translate(-8px, 33px);
	width: 100vw;
}

footer {
	padding: 130px 30px 0 30px;
	background-color: hsl(243, 87%, 12%);
}

.footer-logo {
	padding-bottom: 60px;
}

.det-phone, .det-email {
	display: flex;
}

.det-phone .icon {
	background: url('images/icon-phone.svg') no-repeat left center;
	height: 22px;
	width: 22px;
	margin-bottom: 20px;
}

.detail-text {
	padding-left: 15px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}

.det-email .icon {
	background: url('images/icon-email.svg') no-repeat left center;
	height: 22px;
	width: 22px;
}

.footer-text p {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	line-height: 10px;
}

.footer-text {
	text-align: center;
	margin-top: 110px;
	padding-bottom: 60px;
	font-size: 1.15rem;
}

.footer-join-input {
	width: 100%;
	height: 50px;
	border-radius: 6px;
	border: none;
	margin-bottom: 20px;
}

footer button {
	background-color: hsl(163, 95%, 43%);
	border: none;
	padding: 15px 60px;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	border-radius: 3px;
	font-weight: 700;
	font-size: 1.1rem;
	float: right;
	margin-bottom: 100px;
}

.footer-nav {
	clear: both;
	padding-bottom: 100px;
}

.footer-nav-list {
	margin-top: 60px;
}

.footer-nav-title {
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer-nav-item a {
	text-decoration: none;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	color: rgb(185, 182, 182);
}

.attribution {
	font-size: 11px; text-align: center;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.attribution a {
	color: hsl(228, 45%, 44%);
}
