@font-face {
    font-family: 'GT-Pressura';
    src: url('../fonts/GT-Pressura-Regular.eot'), url('../fonts/GT-Pressura-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
  	background-size: cover;
  	background-color: black;
  	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

.gradient{
	width: 70%;
	height: 100vh;
	min-width: 1000px;
	position: fixed;
	z-index: -10;
	left: 0;
	right: 0;
	background: url(../img/gradient.png);
	background-size: 100%; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #2A272B , rgba(42,39,43,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #2A272B , rgba(42,39,43,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #2A272B , rgba(42,39,43,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #2A272B , rgba(42,39,43,0)); /* Standard syntax */
}
.aligner {
	display: flex;
 	align-items: center;
 	justify-content: initial;
 	height: 100vh;
}

.content {
	width: 25%;
	min-width: 410px;
	margin-left: 5%;
	max-width: 100%;
	z-index: 10;
	left: 0;
	right: 0;

}

.logo {
	width: 80%;
	height: auto;
	margin: 0 12% 45px 8%;
	}
.logo img {
	width: 100%;
	}

.textcontainer {
	font-size: 18px;
	line-height: 24px;
	font-family: 'GT-Pressura';
	color: white;
}

h1, h2 {
	font-family: 'GT-Pressura';
	font-size: 14px;
	line-height: 19px;
	color: white;
	letter-spacing: 0.5pt;
	text-transform: uppercase;
}


.social {height: 24px;}
.newsletter {
	margin: 70px 0;
}

.sm_icons img{
	width: 24px;
	height: 24px;
}
.sm_icons a{
	margin-right: 17px;
	height: 24px;
	opacity: 0.25;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
	display: inline-block;
}
.sm_icons a:hover{
	margin-right: 17px;
	height: 24px;
	opacity: 1;
	display: inline-block;
}

.language, .sm_icons{
	display:inline-block;
	height: 24px;
	margin-right: 15px;
}
.language a, .language span{
	color: white;
	opacity:0.25;
	-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
	font-size:22px;
	text-decoration: none;
	baseline-shift: ;
	font-family: 'GT-Pressura';
	position: relative;
	top: -3px;
}
.language span, .language .active {
	opacity: 1;
}
.language a:hover {
	opacity:1;
	cursor:pointer;
}

/* Newsletter */
#mc_embed_signup {
	background: transparent;
	clear: left;
}

#mc_embed_signup form {
	padding: 0;
}

#mc_embed_signup .button {
	background: none;
	margin: 0;
	padding: 0;
}
#mc_embed_signup .button:hover {
	background: none;
	text-decoration: underline;
}

#mc_embed_signup input {
	border: none;
	background: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-family: 'GT-Pressura';
}
#mc_embed_signup input:focus {
	outline: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#mc_embed_signup .mc-field-group input {
	text-indent: 0 !important;
	padding: 6px 0;
}
#mc_embed_signup .mc-field-group {
	padding-bottom: 0;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: none;
	border-bottom: 1px solid #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	padding: 5px 0;
	background: none;
	border: none;
}
#mc_embed_signup div.mce_inline_error {
	padding: 5px 0;
	background: none;
	font-family: 'GT-Pressura';
}

#mc_embed_signup #mce-success-response, #mce-error-response, #mce-success-response a, #mce-error-response a {
	color: white;
	font-family: 'GT-Pressura';
}
#mc_embed_signup div.response {
	padding: 0;
}
#mc_embed_signup div#mce-responses {
	padding: 0;
	margin: 0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px white inset;
}
#mc_embed_signup .button {
	font-size: 18px;
	border: none !important;
}

/* MOBILE */
@media screen and (max-width: 480px) {
    .content {
    margin-left: 5% !important;
	min-width: 90%;
	}
	.textcontainer {
	font-size: 16px;
	line-height:  22px;
	}
	.aligner {
	justify-content: initial!important;
	}
}
@media screen and (max-width: 768px) {
	.content {
	margin-left: 0;
	}
	.aligner {
	justify-content: center;
	}
}
