@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
}

button {
	padding: 20px 10px;
	font-family: inherit;
	border: 0;
	font-size: 1em;
	border: 1px solid #fff;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header .logo {
	font-weight: 600;
	font-size: 2.2em;
	color: #fff;
	margin-top: 6px;
}

header nav {
	color: #fff;
}

header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav ul li {
	display: inline-block;
	padding: 20px;
}

section.hero {
	background-color: #1c073e;
	height: 100vh;
}

section.hero .hero-content {
	max-width: 370px;
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 1;
}

section.hero h1 {
	font-family: inherit;
	color: #fff;
	font-size: 2.6em;
	margin-bottom: 0.6em;
	line-height: 1.3em;
}

section.hero h1 span {
	color: #ffd500;
}

section.hero p {
	font-size: 1em;
	margin-bottom: 2em;
	color: #fff;
}

section.hero .signup-btn {
	background-color: #fff;
	color: #1c073e;
	margin-right: 1em;
}

section.hero .talk-btn {
	background-color: #1c073e;
	color: #fff;
}

section.hero .illustration {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 100vh;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

section.hero .illustration svg {
	position: absolute;
	right: 0;
	width: 100%;
	height: auto;
}

/*# sourceMappingURL=styles.css.map */
