
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400,500,600,700,800,900&display=swap');

@font-face {
font-family: Karbon-Thin;
src: url("/fonts/karbon-web-thin.eot");
src: url("/fonts/karbon-web-thin.woff") format("woff");
}

@font-face {
	font-family: Karbon-Light;
	src: url("/fonts/karbon-web-light.eot");
	src: url("/fonts/karbon-web-light.woff") format("woff");
}

@font-face {
	font-family: Karbon-Medium;
	src: url("/fonts/karbon-web-medium.eot");
	src: url("/fonts/karbon-web-medium.woff") format("woff");
}

* {
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}

body {
	background-color: #fafafa;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 16px;
	color: #52555A;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

a {
	color: #52555A;
	transition: all ease-out 0.2s;
}

a:hover {
	color: #3d3f44;
}

/* TYPE */

h1 {
	font-family: "Karbon-Thin", sans-serif;
	font-size: 67px;
	color: #5A5C61;
	line-height: 110%;
}

h2 {
	font-family: "Karbon-Thin", sans-serif;
	font-size: 51px;
	color: #5A5C61;
}

h3 {
	font-family: "Karbon-Thin", sans-serif;
	font-size: 38px;
	color: #5A5C61;
}

h4 {
	font-family: "Karbon-Thin", sans-serif;
	font-size: 28px;
	color: #5A5C61;
}

h5 {
	font-family: "Karbon-Medium", sans-serif;
	font-size: 21px;
	color: #5A5C61;
}

p {
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #5A5C61;
}

/* BUTTONS */

button {
	height: 40px;
	padding: 0 24px;
	border-radius: 8px;
	background-color: #F7CE05;
	border: none;
	color: #52555A;
	transition: all ease-out 0.2s;
	white-space: nowrap;
	margin: 32px;
}

button:hover {
	background-color: #ffd500;
	box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.07), 0px 4px 16px -2px rgba(0,0,0,0.1);
	cursor: pointer;
}

button:active {
	background-color: #F7CE05;
	box-shadow: none;
	color: rgba(82,85,90,0.7);
}

/* FORM ELEMENTS */

input {
	width: 440px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
/* 	box-sizing: border-box; */
	border-radius: 8px;
	padding: 0px 16px;
	color: #5a5c61;
	transition: border 0.2s ease-out;
}

input:hover {
	border: 1px solid #dbdbdb;
}

.form {
	display: flex;
	flex-direction: column;
	margin-top: 56px;
}

.form-input {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: auto;
	margin-bottom: 24px;
}

.form-label {
	margin-bottom: 16px;
	text-align: left;
}

/* HEADER */

.header {
	width: 100%;
	height: 104px;
	background-color: white;
	position: sticky;
	top: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;

}

.header nav {
	max-width: 1144px;
	margin: 0 148px;
	flex-grow: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: margin 0.2s ease-out;
}

.header .finch-logo {
	width: 217px;
	min-width: 217px;
	height: 36px;
	background-image: url(/images/finch-logo.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transition: all ease-out 0.2s;

}

.header .finch-logo:hover {
	opacity: 0.8;
	cursor: pointer;
}

.header .nav-buttons {
	flex-grow: 2;
	justify-content: flex-end;
}

.header ul a {
	text-decoration: none;
	color: #52555A;
	transition: all ease-out 0.2s;
}

.header ul a:hover {
	color: rgba(82,85,90);
}

.header ul a:active {
	color: rgba(82,85,90,0.7);
}

.header ul {
	display: flex;
}

.header ul li {
	list-style-type: none;
	height: 40px;
	padding: 0 24px;
	margin-left: 8px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease-out 0.2s;
}

.header ul li:hover {
	background-color: rgba(0,0,0,0.05);
}

.header ul li:active {
	background-color: rgba(0,0,0,0.1);
}

.header button {
	margin-left: 16px;
}

main {
	margin: auto;
	padding: 48px 0;
	text-align: left;
/* 	background-color: rgba(102, 239, 152, 0.47) */
}

section {
	text-align: left;
	max-width: 1144px;
	margin: 0 148px;
	transition: margin 0.2s ease-out;
}

.solutions {
	text-align: left;
}

hr {
	width: 38px;
	height: 1px;
	background-color: #F6CD05;
	border: none;
	text-align: left;
	margin-left: 0;
}

.centered {
	text-align: center;
	margin: 0 auto;
}

section p {
	max-width: 564px;
}

.solution-types {
	margin-top: 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.solution {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 32px;
	transition: all ease-out 0.2s;
}

.solution:hover > .solution-label {
	transform: translateY(-4px);
}

.solution-button {
	width: 216px;
	height: 216px;
	border-radius: 108px;
	background-color: white;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.02);
}

.solution-button img {
	height: 73px;
}

.solution-button:hover {
	background-color: #f5f5f5;
}

.active {
	background-color: #F7CE05;
}

.solution-label {
	margin-top: 16px;
	transition: all ease-out 0.2s;
}

footer {
/* 	height: 104px; */
	width: auto;
	border-top: 1px solid rgba(0,0,0,0.1);
	position: sticky;
	bottom: 0;
	padding: 24px 148px;
	background-color: #fafafa;
	text-align: center;
	transition: padding 0.2s ease-out;
}

.footer-content {
	max-width: 1144px;
	width: auto;
	height: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-weight: 300;
}

.nmls {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px;
}

.nmls img {
	margin: 16px;
}

/* TEMP STYLES */

.simple-layout {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 32px;
	height: 100vh;
}

.center-content {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.legal-text {
	font-size: 11px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.homepage-logo {
	background-image: url(/images/finch-logo@4x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	max-width: 500px;
	width: 70%;
	height: 59px;
}

.copyright {
	margin: 24px;
	text-align: center;
}

@media all and (max-width: 1025px) {

	.header nav {
		margin: 0 74px;
	}

	section {
		margin: 0 74px;
	}

	footer {
		padding: 24px 74px;
	}

}


@media all and (max-width: 767px) {

/*
	.homepage-logo {
		width: 70%;
	}
*/

	.footer-content {
		flex-direction: column;
		margin: 24px;
	}

}
