body {
	font-family: 'Montserrat', sans-serif;
	color: #232523;
	font-size: 16px;
}

#wrapper {
	display: table;
	width: 100%;
	height: 100vh;
	text-align: center;
}

#wrapper .content {
	display: table-cell;
	vertical-align: middle;
}

.content .logo {
	margin: 50px 0;
}

.content .logo img {
	max-width: 250px;	
	max-height: 250px;
}

.content .message {
	margin-bottom: 50px;
}

.content .message h1 {
	text-transform: uppercase;
	font-size: 70px;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.content .message p {
	font-size: 18px;
	font-weight: 300;
}

.content .powered {
	margin-bottom: 50px;
}

.content .powered span {
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.content .powered img {
	width: 105px;
}

.content .social {
	margin-bottom: 10%;
}

.content .social a {
	display: inline-block;
	font-size: 22px;
	color: #232523;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #232523;
	margin: 0 2px;
	border-radius: 50px;
}

@media all and (max-width: 425px) {
	
	body {
		padding: 0 15px;
	}
	
	.content .message h1 {
		font-size: 32px;
	}
	
	.content .message p {
		font-size: 16px;
	}
	
	.content .message br {
		display: none;
	}
	
}