* {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}
body, button, input, textarea {
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}
.cf::before,
.cf::after {
    content: " ";
    display: table;
}
.cf::after {
    clear: both;
}

.home_bg {
	background-image: url(images/app-screen-swap-blocksolid.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


.home_content {
	position: relative;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.home_logo {
	display: inline-block;
}

.home_logo img {
	width: 300px;
}

.home_subtitle {
	font-size: 1.5em;
	color: #fff;
}

.home_subtitle2 {
	font-size: 2em;
	color: #fff;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.home_largetext {
	font-size: 4em;
	color: #fff;
	margin-top: 1em;
	letter-spacing: .25em;
}

input[type=email],
input[type=email]:focus {
	border: none;
	font-size: 1.2em;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	width: 90%;
	max-width: 34em;
	margin-top: 4em;
    padding: .6180469716em;
	color: #fff;
	box-shadow: none;
}

::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
::-ms-input-placeholder {
  color: #fff;
}

.home_subscribe_btn {
	display: block;
	margin: 2em auto;
	border: 2px solid #fff;
	padding: .5em 0;
	font-size: 1.2em;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 8em;
}

.home_subscribe_btn:hover {
	background-color: rgba(255,255,255,0.1);
}


@media only screen and (max-width: 420px) {
	
	.home_logo img {
		width: 250px;
		margin-left: .7em;
	}
	.home_subtitle {
		font-size: 1.2em;
	}
	.home_largetext {
		font-size: 3em;
	}
	.home_subtitle2 {
		font-size: 1.5em;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}