@import url('https://use.typekit.net/cbl3jrg.css');

html,
body {
	font-family: ff-dax-pro-wide, sans-serif;
	font-weight: 300;
	background-color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.5;
}

h1 {
	font-size: 46px !important;
	letter-spacing: 8px;
	text-transform: uppercase;
}

h2 {
	font-size: 25px !important;
}

h3 {
	font-size: 20px !important;
}

a, .button {
	transition: all;
	transition-duration: .2s;
}

iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 500px;
	border: none;
}

.code {
	font-family: monospace;
}

form {
	display: block;
}

textarea {
	display: block;
	width: 100%;
	height: 20rem;
	border: none;
}

.form-group {
	padding: 10px 0;
}

.form-group label {
	width: 100%;
}

.form-group input,
.form-group select {
	display: block;
	padding: 10px;
	width: 100%;
	border: 1px solid #dfdfdf;
	background: white;
	border-radius: 0 !important;
}

.form-group select {
	-webkit-appearance: auto;
	-moz-appearance: auto;
}

.form-group input[type='checkbox'],
.form-group input[type='radio'] {
	padding: 0;
	width: auto;
}

.form-group input:focus,
.form-group select:focus {
	border-color: #282828;
	box-shadow: none;
	outline: none;
}

.box {
	background: white;
	padding: 1rem;
	border: 1px solid #dfdfdf;
}

.button {
	font-weight: 600;
	display: inline;
	padding: 10px 25px;
	background-color: #0a456a !important;
	color: white;
	border: 1px solid #0a456a !important;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 0.85rem;
}

.button:hover {
	background: white !important;
	color: #0a456a !important;
}
