@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
h1 {
	margin: 20px 0 40px 0;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
p {
	font-size: 18px;
	letter-spacing: .75px;
	line-height: 28px;
	margin: 16px 0;
	color: #041014;
}
a{
	text-decoration: none;
}
svg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 8vw;
	right: 0;
  }
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: #D8A48F;
}
#nav-bar {
	float: right;
}
#nav-bar a {
	display: inline-block;
	vertical-align: top;
	margin: 60px 40px;
	font-size: 16px;
	font-weight: bold;
	color: #0A2B37;
	letter-spacing: 1px;
}
#nav-bar a:last-child{
	margin-right: 60px;
}
#nav-bar a:hover{
	color:#F0EFEF;
	letter-spacing:1.25px;
	font-weight:500;
}
body {
	margin: 0;
	font-size: 0;
	font-family: "MaisonNeue", sans-serif;
}
footer{
	background-color: #041014;
	font-size: 14px;
	text-align: center;
	padding: 30px 0;
}
footer a {
	color: #F0EFEF;
}
section{
	text-align: center;
	padding: 160px 0;
	position: relative;
}
section a {
	color: #0A2B37;
	font-size: 24px;
	padding: 15px 30px;
	font-weight: 500;
}
.wrapper{
	padding: 0 60px;
	margin: auto;
	max-width: 1300px;
}
#logo{
	width: 200px;
	margin: 40px 60px;
	position: absolute;
}
#home {
    background-color: #D8A48F;
	color: #0A2B37;
	padding: 360px 0 160px 0;
}
#home h1 {
	font-size: 46px;
}
#home a {
	margin-top: 40px;
	background-color: #F0EFEF;
	display: inline-block;
	letter-spacing: 0.5px;
}
#home a:hover{
	background-color: #85D4EC;
}
#home polygon {
	fill: #FFF;
  }
#products {
	color: #0A2B37;
	background-color: #FFF;
}
#products h2 {
	font-size: 34px;
	margin: 24px 0;
	letter-spacing: 1.4px;
}
#products polygon {
	fill: #0A2B37;
  }
.product-button {
	background-color: #85D4EC;
    margin: 20px 0;
	display: inline-block;
	letter-spacing: 1px;
}
.product-button:hover {
	background-color: #20Fc9f;
}
.product-link {
	background-color: transparent;
    margin: 20px 0;
	display: block;
	padding: 0;
	letter-spacing: 1px;
}
#arrow {
	padding-left: 2%;
}
#arrow:hover {
	padding-left:3%;
}
#tab-bar {
	white-space: nowrap;
}
.product-tab {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1.4px;
	display: inline-block;
	margin: 30px;
	line-height: 36px;
	cursor: pointer;
}
.active {
	border-bottom: 8px solid #20FC8F;
}
.product-logo-mobile {
	display: none;
}
#product-container {
	white-space: nowrap;
	overflow: hidden;
}
.product-section {
	text-align: left;
	display: inline-block;
	white-space: normal;
	width: 100%;
	padding-top: 4%;
	vertical-align: top;
}
.product-info {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 5%;
}
.product-image {
	width: 50%;
	padding-left: 5%;
	float: right;
}
#overview {
	padding-top:4%;
}
#innovation{
    background-color: #0A2B37;
	color: #FFFFFF;
	padding: 160px 0 200px 0;
}
#innovation h1 {
	color: #20FC8F;
}
#innovation a {
	background-color: #20FC8F;
	letter-spacing: 1px;
}
#innovation a:hover {
	background-color: #85D4EC;
}
#innovation p, #contact p {
	color: #F0EFEF;
	font-weight: 300;
}
#innovation polygon {
	fill: #071C23;
  }
#innovation-image, .innovation-info {
	width: 50%;
	display: inline-block;
}
#innovation-image {
    padding-right: 12%;
    padding-left: 5%;
}
.innovation-info {
	padding-left: 5%;
	text-align: left;
}
#detail-container {
    margin: 60px 0;
}
.innovation-detail {
	display: inline-block;
	width: 30%;
	margin: 0 2%;
	position: relative;
	vertical-align: top;
}
.innovation-detail:first-child {
	margin-left: 0;
}
.innovation-detail:last-child {
	margin-right: 0;
}
.innovation-icon {
	width: 120px;
	height: 120px;
	background-color: #071C23;
	border-radius: 50%;
}
.innovation-detail h2 {
	font-size: 24px;
	font-weight: 500;
	color: #D8A48F;
	letter-spacing: 1px;
	position: absolute;
	top: 140px;
	width: 100%;
}
.innovation-detail p {
	margin-top: 120px;
}
#contact {
	background-color: #071C23;
	color: #F0EFEF;
	padding: 160px 0 10px 0;
}
#contact h1 {
	color: #85D4EC;
	margin: 20px 0 20px 0;
}
#contact button {
	background-color: #20FC8F;
	border: 1px solid #20FC8F;
	color: #0A2B37;
	font-size: 24px;
	padding: 15px 30px;
	font-weight: 500;
	font-family: "MaisonNeue", sans-serif;
	letter-spacing: 1px;
	margin-top: 2%;
}
#contact button:hover {
	background-color: #85D4EC;
	border: 1px solid #85d4ec;
}
.contact-section {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.contact-row {
	font-size: 24px;
	margin: 20px 0;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 300;
}
.contact-row img {
    height: 22px;
    width: 22px;
	margin-top: 4px;
	vertical-align: top; 
}
.contact-row div{
	margin-left: 20px;
	display: inline-block;
}
.contact-row a {
	color: #ffffff;
	padding: 0;
	letter-spacing: 1px;
	font-weight: 300;
}
form{
	display: inline-block;
	padding: 3% 0%;
	width: 100%;
}
form div {
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	text-align: left;
}
label{ 
	transition: font-size 0.2s;
	position: absolute;
	top: 8px;
	left: 6px;
	color: #F0EFEF;
	font-size: 18px;
	letter-spacing:1px;
}
input[type="text"], input[type="email"], textarea{
	background-color: #0A2B37;
	width: 100%;
	border: 1px solid #0A2B37;
	border-radius: 4px;
	font-size: 18px;
	padding: 25px 20px 15px 20px;
	color: #F0EFEF;
}
input:focus, textarea:focus {
	border-bottom: 2px solid #D8A48F;
	outline: none;
}
input:focus + label, textarea:focus + label {
	font-size: 12px;
}
input:valid + label, textarea:valid + label {
	font-size: 12px;
}
input[type="text"], input[type="email"] {
	height: 60px;
}
textarea {
	height: 150px;
	resize: none;
}
#thank-you-message {
	font-size: 16px;
	display: none;
}
.newsletter-signup {
    color: #F0EFEF;
	font-weight: 300;
	font-size: 14px;
	margin: 60px 0 0 0;
}
/* Media Queries */
@media(max-width: 700px) {
	header {
		height: 70px;
	}
	section {
		padding: 120px 0;
	}
	section a {
		padding: 15px 20px;
	}
	#nav-bar {
		display: none;
	}
	#logo {
		top: 20px;
		left: 0;
		right: 0;
		margin: auto;
		width: 100px;
	}
	.wrapper{
		padding: 0 20px;
	}
	#home {
		padding: 120px 0;
	}
	.product-tab {
		margin: 15px;
	}
	.product-logo {
		display: none;
	}
	.product-logo-mobile {
		display: inline-block;
	}
	.product-info, .product-image, .innovation-info, #innovation-image, .innovation-detail, .contact-section, #contact-form {
		width: 100%;
		padding: none;
	}
	.product-image {
		margin: 40px 0 10px 0;
	}
	#innovation-image {
		padding-right: 25%;
	}
	#innovation-image, .innovation-detail {
		margin-bottom: 30px;
	}
	.contact-row {
		text-align: center;
	}
	.contact-row div {
		margin: 0;
		display: block;
	}
}
/* Fonts */
@font-face {
    font-family: MaisonNeue;
	font-style: normal;
	font-weight: 300;
    src: url("fonts/MaisonNeue-Light.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: MaisonNeue;
	font-style: normal;
	font-weight: 400;
    src: url("fonts/MaisonNeue-Book.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: MaisonNeue;
	font-style: normal;
	font-weight: 500;
    src: url("fonts/MaisonNeue-Demi.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
    font-family: MaisonNeue;
	font-style: normal;
	font-weight: bold;
    src: url("fonts/MaisonNeue-Bold.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}