body{
	margin: 0;
	height: 100%;
	background-color: #000;
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
}
.content{
	height: 100vh;
}
.content .container{
	max-width: 900px;
    margin: 0 auto;
    display: table;
    height: 100%;
    padding: 0 1.25em;
}
.content .container .flex-holder{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
	text-align: center;
}
.content .container .flex-holder img{
	width: 150px;
	max-width: 80%;
	display: table;
	margin: 0 auto 5px;
}
@media screen and (max-width: 480px) {
	.content .container .flex-holder img{
		width: 80px;
	}
}
.content .container .flex-holder h1{
	font-family: 'Bebas Neue', sans-serif;
	color: #fff;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 0.01em;
	font-weight: 800;
	margin: 20px 0 20px;
	text-transform: uppercase;
}
@media screen and (max-width: 900px) {
	.content .container .flex-holder h1{
		font-size: 80px;
		line-height: 80px;
	}
}
@media screen and (max-width: 610px) {
	.content .container .flex-holder h1{
		font-size: 55px;
		line-height: 50px;
	}
}
.content .container .flex-holder h1 span{ color: #c39836; }
.content .container .flex-holder p{
	font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.075em;
    color: #fff;
    margin: 17px 0;
}
@media screen and (max-width: 480px) {
	.content .container .flex-holder p{
		margin: 15px 0;
	}
}
.content .container .flex-holder p a{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: 400ms ease;
}
.content .container .flex-holder p a:hover{
	color: #c39836;
}
.content .container .flex-holder .top{
	padding-top: 50px;
}
@media screen and (max-width: 480px) {
	.content .container .flex-holder .top{
		padding-top: 20px;
	}
}
#mc_embed_shell{
	max-width: 520px;
	margin: 45px auto 0;
}
@media screen and (max-width: 480px) {
	#mc_embed_shell{
		margin: 20px auto 0;
	}
}
#mc_embed_shell form{
	padding: 0;
	margin: 0 !important;
}
#mc_embed_shell #mc_embed_signup_scroll{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#mc_embed_shell #mc_embed_signup_scroll .mc-field-group{
	width: calc(100% - 155px);
}
@media screen and (max-width: 480px) {
	#mc_embed_shell #mc_embed_signup_scroll .mc-field-group{
		width: 100%;
	}
}
#mc_embed_shell input[type="email"]{
	background-color: transparent;
	border: 3px solid #c39836;
	border-radius: 0; 
	color: #fff;
	padding: 20px 0px !important;
	width: 100%;
}
@media screen and (max-width: 480px) {
	#mc_embed_shell input[type="email"]{
		width: calc(100% - 5px) !important;
	}
}
#mc_embed_shell input[type="email"]::placeholder{
	color: #fff;
}
#mc_embed_shell input[type="submit"]{
	border: 3px solid #c39836;
	background-color: #c39836;
	border-radius: 0;
	padding: 0 39px;
	margin: 0;
	text-transform: uppercase;
	height: 61px;
	width: 140px;
}
@media screen and (max-width: 480px) {
	#mc_embed_shell input[type="submit"]{
		width: 100%;
	}
}
.content .container .flex-holder .bottom{
	padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
	.content .container .flex-holder .bottom{
		padding-bottom: 20px;
	}
}
.content .container .flex-holder .bottom a span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 10px;
}
.content .container .flex-holder .bottom a span.facebook{
	background-image: url(facebook.svg);
}
.content .container .flex-holder .bottom a span.instagram{
	background-image: url(instagram.svg);
}