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

* {
	outline: 0 !important;
}

body {
	background: url(../img/hero.png) no-repeat center top;
	background-size: cover;
	min-height: 100vh;
	font-family: Lato, sans-serif;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, sans-serif;
}

.container {
	max-width: 90%;
}

.wrapper {
	overflow: hidden;
}

header {
	display: flex;
	justify-content: space-between;
	padding: 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

header .social {
	display: flex;
}

header .social a {
	background: #fff;
	color: #000;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	margin-left: 5px;
	transition: 0.3s all;
}

header .social a:hover {
	background: #000;
	color: #fff;
	transition: 0.3s all;
}

.hero {
	position: absolute;
	top: calc(50% - 25px);
	left: 0;
	max-width: 1000px;
	margin: 0 auto;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.hero h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	color: #ffffff;
	margin: 0 0 50px;
	line-height: 1.45;
}

.hero p {
	font-size: 30px;
	color: #ffffff;
	margin: 0;
	line-height: 1.2;
}

.subscribe {
	background: #fff;
	padding: 25px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.subscribe p {
	font-size:13px;
}

.subscribe p strong {
	display: block;
}

.subscribe form .fields {
	display: flex;
	justify-content: space-between;
}

.subscribe form input {
	border: 2px solid #505050;
	border-radius: 2px;
	height: 45px;
	padding: 0 20px;
	font-size: 14px;
	margin-right: 14px;
	width: 100%;
}

.subscribe form button {
	background: #80170E;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border: none;
	height: 45px;
	padding: 0 30px;
	width: 100%;
	transition: 0.3s all;
}

.subscribe form button:hover {
	transition: 0.3s all;
	background: #310a06;
	color: #fff;
}

.subscribe-button {
	background: #80170E;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 0 30px;
	width: 100%;
	transition: 0.3s all;
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	text-align: center;
	left: 0;
	cursor: pointer;
}

.subscribe-button:hover {
	transition: 0.3s all;
	background: #310a06;
	color: #fff;
}

#mce-responses {
	position:relative;
}

#mce-responses .response {
    position:absolute;
    font-size:12px;
    padding-top:2px;
    color:#42980b;
}

#mce-responses .response#mce-error-response {
    color:#f00;
}


#mce-responses .response a {
    display:none;
}

.privacy:hover {
	color:#fff;
	border-bottom:1px solid;
	transition:0.3s all;
}

@media only screen and (min-width: 992px) {
	#mc_embed_signup {
		max-width:530px;
		float: right;
		width:100%;
	}
	
	.subscribe .privacy {
		color: #000;
		display: table !important;
		padding: 0 !important;
		font-size: 11px;
		margin: 6px 0 0 !important;
		border-bottom: 1px solid;
		text-decoration: none;
	}

	.subscribe .privacy:hover {
		color: #80170e !important;
	}

}

@media only screen and (max-width: 991px) {
	.privacy {
		position: fixed;
		bottom: 115px;
		right: 50px;
		color:#fff;
		display:inline-block;
		padding-top:10px;
		font-size:13px;
		border-bottom:1px solid transparent;
		text-decoration:none !important;
		transition:0.3s all;
	}
	
	.subscribe {
		padding: 25px 10px;
		text-align: center;
	}
	.subscribe form {
		margin-top: 20px;
		max-width: 500px;
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 480px) {
	header {
		display: block;
		text-align: center;
	}
	header .social {
		justify-content: center;
		padding-top: 15px;
	}
	.subscribe form .fields {
		display: block;
	}
	.subscribe form input {
		margin: 0 0 14px;
	}
}

@media only screen and (max-width: 767px) {
	.privacy {
		bottom: 50px;
		right: 20px;
	}
	
	.subscribe {
		top: 100vh;
		position: fixed;
		height: 100vh;
		display: flex;
		align-items: center;
		transition: 0.3s all;
	}
	.subscribe.active {
		transition: 0.3s all;
		top: 0;
	}
	.subscribe-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 12px;
		line-height: 50px;
		font-size: 50px;
		font-weight: 200;
	}
	.hero h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.hero p {
		font-size: 23px;
	}
	.hero {
		top: calc(50% + 15px);
	}
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
	header {
		padding: 15px;
	}
	.hero h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.hero p {
		font-size: 20px;
	}
	.hero {
		top: calc(50% + 0px);
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero h1 {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.hero p {
		font-size: 20px;
	}
	.hero {
		top: calc(50% + 10px);
	}
}

@media only screen and (max-width: 575px) {
	body {
		background: url(../img/hero.png) no-repeat 30% top;
		background-size: cover;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.privacy {
		bottom: 170px;
		right: 30px;
	}
	
	body {
		background: url(../img/hero.png) no-repeat 30% top;
		background-size: cover;
	}
}

@media only screen and (min-width: 800px) and (max-width: 900px) and (max-height: 550px) {
	.privacy {
		bottom: 45px;	
		right: 50px;
	}
	
	body {
		background: url(../img/hero.png) no-repeat 30% 20%;
		background-size: cover;
	}

	.hero h1 {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.hero p {
		font-size: 20px;
	}
	.hero {
		top: calc(50% + 10px);
	}
	
	.subscribe-close,
	.subscribe-button {
		display:block !important
	}

	.subscribe {
		top: 100vh;
		position: fixed;
		height: 100vh;
		display: flex;
		align-items: center;
		transition: 0.3s all;
	}
	.subscribe.active {
		transition: 0.3s all;
		top: 0;
	}
	.subscribe-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0 12px;
		line-height: 50px;
		font-size: 50px;
		font-weight: 200;
	}
}