html {
	background: #44fedd;
	height: 100%;
	font-size: 16px;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.875rem;
	color: #fff;
}

main {
	height: 100vh;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	resize: vertical;
	overflow: auto;
}

a {
	color: #333;
	text-decoration: none;
}

.square {
	position: relative;
	border: 3px solid white;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;

	width: 50vw;
	height: 50vw;
}

.square .bg-img {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/sp_bg_lg.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
}

#logo {
	max-width: 68%;
	height: auto;
	margin-bottom: 30px;
}

.cta-wrapper {
	display: block;
	text-align: right;
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 40px;
}

#mail-link,
#facebook-link,
#instagram-link {
	display: block;
	text-align: right;
	font-family: 'Dosis', sans-serif;
	font-weight: 800;
	color: #fff;
}

#mail-link:after,
#facebook-link:after,
#instagram-link:after {
	position: absolute;
	content: '>';
	margin-top: -3px;
	right: -20px;
}

@media only screen and (max-width: 600px) {
	main {
		padding: 0;
	}

	#logo {
		max-width: 80%;
	}

	.square {
		width: calc(100vw - 80px);
		height: calc(100vh - 80px);
	}

	.square .bg-img {
		background: url(../images/sp_bg_med.png) no-repeat center center;
	}
}
