body,
html,
p,
ul {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	box-sizing: border-box;
	background-color: #ebebee;
	background-image: url("../images/turbo_boom.jpg");
	background-size: cover;
	background-attachment: fixed;
	padding: 20px 20px;
	height: 100%;
	text-align: center;
	font-size: 1.3rem;
	font-family: "Open Sans";
}
.logo {
	float: center;
	width: 400px;
	height: 317px;
}

ul.social-icons {
	float: right;
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 10%;
	margin-bottom: 0;
	color: #113352;
	font-family: "Sigmar One", cursive;
	font-size: 5rem;
	letter-spacing: 2px;
	line-height: 1;
}
span.logo {
	font-family: "Nunito";
	font-family: "Sigmar One", cursive;
}

img {
	margin-bottom: 30px;
	width: 530px;
	text-align: center;
	color: #8e132a;
}

p {
	padding: 2rem 1rem;
	text-align: center;
	color: #444444;
	font-weight: bold;
}

form {
	margin: 0 auto;
	width: 50%;
	display: flex;
	justify-content: center;
}

form input {
	float: left;
	border: none;
	padding: 0;
	height: 40px;
	box-shadow: 0px 4px 4px rgba(23, 24, 37, 0.25);
}

form input[type="email"] {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0.1em 0.8em;
	width: 360px;
	transition: 0.2s;
	border: 0px solid;
	font-family: 'Nunito', sans-serif;
}

form input[type="email"]:focus {
	outline: none;
	box-shadow: 0px 4px 6px rgba(23, 24, 37, 0.25), 0px 0px 10px rgba(91, 91, 95, 0.308);
}

.button {
	background-color: #2e9fff;
	color: white;
	border: 0px solid;
	border-radius: 8px;
	width: 20%;
	min-width: 145px;
	margin: 0px 0.8em;
	font-family: "Nunito";
	font-size: 18px;
	box-shadow: 0px 2px 2px rgba(23, 24, 37, 0.25);
	transition: background-color 0.2s;
	white-space: nowrap;
	outline: none;
}
.button:hover {
	background-color: #47a7f5;
}
ul {
	padding-top: 15px;
	list-style-type: circle;
}
li {
	display: inline-block;
	margin: 0 11px;
	list-style-type: circle;
}
a {
	color: #444444;
	text-decoration: none;
	font-size: 1.4rem;
}

#benefits {
	display: flex;
	margin: 50px auto 0;
	width: 70%;
	background: #f7f7f77a;
	border-radius: 15px;
	font-family: "Nunito";
	position: relative;
}
#benefits .benefit {
	width: 33%;
}

#benefits h2 {
	color: #191929;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#benefits i {
	margin-right: 20px;
	font-size: 1.8em;
}

#benefits p {
	color: #252525;
	padding-top: 10px;
	font-weight: normal;
}

@media (max-width: 1630px) {
	#benefits i {
		font-size: 1.5em;
	}
	#benefits h2 {
		font-size: 1.4rem;
	}
	#benefits {
		width: 75%;
	}
}

@media (max-width: 1320px) {
	#benefits {
		width: 90%;
	}
	#benefits p {
		font-size: 0.8em;
	}
}

@media (max-width: 1100px) {
	#benefits h2 {
		font-size: 1.3rem;
	}
}

@media (max-width: 800px) {
	h1 {
		font-size: 3rem;
	}

	form {
		width: 90%;
	}

	#benefits {
		display: block;
		width: 90%;
		padding-top: 2px;
		margin-bottom: 8px;
	}
	#benefits .benefit {
		width: 100%;
	}
}

div.has-blur-bg {
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
	-webkit-backdrop-filter: blur(8px);
	-moz-backdrop-filter: blur(8px);
	-o-backdrop-filter: blur(8px);
	-ms-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}
div.has-blur-bg div.blur-bg {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../images/turbo_boom.jpg");
	opacity: 0;
	transition: opacity .2s;
}
.ripple {
	background-position: center;
	transition: background 1s;
}
.ripple:hover {
	background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
}
.ripple:active {
	background-color: #6eb9f7;
	background-size: 100%;
	transition: background 0s;
}

.footer {
	position: absolute;
	bottom:0;
	left: 0;
	height: 20px;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	line-height: 20px;
	background-color: rgb(48, 77, 104);
}

.footer a {
	color: #FF9F2E;
	font-size: 12pt;
}
