@import url('https://fonts.bunny.net/css?family=raleway:300,400');

html,
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	background-color: rgb(245, 245, 245);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
}

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

h1 {
	font-size: 56px !important;
}

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

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

h4 {
	font-size: 22px !important;
}

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

h6 {
	font-size: 18px !important;
}

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 {
	display: block;
	padding: 10px;
	width: 100%;
	border: 1px solid #adb5b5;
	border-radius: 0 !important;
	background: white;
}

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

.form-group input:focus {
	border-bottom-color: #f8c8d0;
	box-shadow: none;
	outline: none;
}

.box {
	background: white;
	padding: 1rem;
}

.button {
	display: inline;
	padding: 10px 20px;
	background-color: black !important;
	color: white;
	border: none;
}

.button:hover {
	opacity: .5;
}
