body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
}
body {
	font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3d3d3d;
	font-size: 16px;
	background: #fff url('../imgs/turtle-support-background.jpg') no-repeat center center;
	background-size: 100% 100%;
	background-attachment: fixed;
}
img {
	max-width: 100%;
}
strong {
	font-family: open_sanssemibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
a, a:link {
	text-decoration: none;
	color: #17ae4e;
}
a:hover {
	color: #f4e600;
	-webkit-transition: All 0.35s ease;
    -moz-transition: All 0.35s ease;
    -ms-transition: All 0.35s ease;
    -o-transition: All 0.35s ease;
    transition: All 0.35s ease;
}
h1 {
	font-family: "DHF Quinta's Diary", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 64px;
	font-size: 6vw;
	margin: 0;
}
.wrapper {
	width:100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.row-logo {
	width: 33%;
	min-width: 200px;
	max-width: 400px;
	margin: 0 auto 30px;
}
.row-header,
.row-contact {
	margin: 0 auto 30px;
}
.row-contact {
	margin: 60px auto 30px;
}
.row-contact a {
	font-size: 24px;
	font-size: 2vw;
}
.row-footer {
	width: 50%;
	min-width: 300px;
	max-width: 800px;
	margin: 60px auto 0;
	font-size: 12px;
}
h1, .row-contact {
	-webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -ms-transition: All 0.8s ease;
    -o-transition: All 0.8s ease;
    transition: All 0.8s ease;
}

/* Media Queries */
@media only screen and (max-width: 767px) {
	h1 { 
		font-size: 36px; 
		font-size: 10vw;
	}
	.row-contact a {
		font-size: 14px;
		font-size: 6vw;
	}
	.row-logo {
		width: 70%;
		min-width: 200px;
		max-width: 315px;
	}
}
@media only screen and (max-width: 812px) and (orientation: landscape) {
	.row-logo, .row-header {
		margin: 0;
	}
	.row-contact {
		margin: 0;
	}
	.row-footer {
		width: 90%;
		min-width: 300px;
		max-width: 752px;
		margin: 0 auto;
		font-size: 11px;
	}
	.row-logo {
		width: 30%;
		min-width: 200px;
		max-width: 315px;
	}
	h1 { 
		font-size: 36px; 
		font-size: 5vw;
	}
}
