* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: url(../images/background.jpg) 50% 0%;
	font-family: 'Comfortaa', cursive;
}

.wrapper {
	padding: 0 20px;
	min-height: 100vh;
}

h1 {
	background: #FFF;
	padding: 0 20px;
	border-radius: 0 0 30px 30px;
	max-width: 635px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 168px;
	margin: 0 auto;
}

h1 img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 375px;
	height: auto;
}

h2 {
	margin: 60px auto 40px;
	font-size: 70px;
	font-weight: 500;
	text-align: center;
}

@media (max-width: 768px) {
	h2 {
		font-size: 40px;
	}
}

p {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	margin: 40px auto;
	max-width: 635px;
}

ul.faq li {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

p a, ul.faq li a {
	text-decoration: underline;
	color: #000;
}

ul.faq li strong {
	font-weight: 700;
	font-size: 20px;
}

ul.faq { 
	margin: 20px auto;
    max-width: 735px;
	list-style: none;
	padding: 0;
}

@media (max-width: 768px) {
	p, ul.faq li {
		font-size: 16px;
	}
}

h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 40px auto 20px;
	text-align: center;
	line-height: 1.5;
}

@media (max-width: 768px) {
	h3 {
		font-size: 22px;
	}
}

form {
	text-align: center;
}

#mc_embed_signup_scroll {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	#mc_embed_signup_scroll {
		display: block;
	}
}

input[type=email] {
  font-family: 'Comfortaa', cursive;
  max-width: 450px;
  width: 100%;
  height: 70px;
  border-radius: 40px;
  box-shadow: 0 15px 20px 0 rgba(28, 28, 28, 0.17);
  background-color: #ffffff;
  line-height: 40px;
  padding: 0px 20px;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #1c1c1c;
  text-align: center;
}

@media (max-width: 768px) {
	input[type=email] {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

input[type=submit],
.mail-link {
  display: block;
  font-family: 'Comfortaa', cursive;
  max-width: 400px;
  height: 70px;
  border-radius: 40px;
  box-shadow: 0 15px 20px 0 rgba(28, 28, 28, 0.2);
  background-color: #00ffff;
  border: none;
  outline: none;
  font-family: Comfortaa;
  font-size: 18px;
  font-weight: 700;
  color: #1c1c1c;
  cursor: pointer;
  padding: 0 20px;
  margin: 20px auto;
  text-decoration: none;
  line-height: 70px;
}

@media (max-width: 768px) {
	input[type=submit],
	.mail-link {
		font-size: 16px;
		margin-left: 0;
	}
}

input[type=submit]:hover, .mail-link:hover {
	opacity: 0.8;
}

.social {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-bottom: 20px;
}

.social li {
	margin: 5px;
}

.social a:hover svg path {
	fill: aqua;
}