* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #263350;
	font-family: Arial;
}

#wrap {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	min-height: 100%;
}

header {
	position: relative;
	z-index: 10;
}

header ul {
	list-style: none;
	line-height: 40px;
	padding: 20px 20px 0;
}

header ul li {
	display: inline-block;
}

header ul li a {
	color: white;
    text-decoration: none;
    padding: 8px 10px;
    font-weight: 600;
    margin-right: 5px;
    border-radius: 2px;
    background-color: #22bcb0;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}

header ul li a:hover {
	background-color: #3cee8c;
}

i.facebook, i.twitter, i.instagram {
	position: relative;
    top: 6px;
	display: inline-block;
	background-image: url('../img/icons.png');
    width: 24px;
    height: 24px;
    background-position: 0 0;
}

i.twitter {
    background-position: 48px 0;
}
i.instagram {
    background-position: 24px 0;
}

#title {
	background-color: #7fc7eb;
	padding: 50px 0;
	margin: 80px 0;
}

#logo {
	position: relative;
	text-align: center;
	z-index: 5;
}

#char {
	position: absolute;
    top: 0;
    right: 0;
	width: 270px;
	height: 512px;
	filter: brightness(0.95) contrast(95%);
	-webkit-filter:  brightness(0.95) contrast(95%);
	z-index: 2;
}

#char img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cloud {
	position: absolute;
    top: 207px;
    left: 0;
	width: 320px;
	height: 128px;
	overflow: hidden;
}

#cloud img {
	position: absolute;
    left: -212px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#signup {
	position: relative;
	top: -110px;
	max-width: 500px;
	padding: 40px 10px;
	margin: 0 auto;
	text-align: center;
	z-index: 20;
}

#signup-bg {
	max-width: 100%;
    height: 120px;
    position: absolute;
    top: 20px;
    background-color: #e14036;
    margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 0;
}

#mc_embed_signup label {
	position: relative;
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #fff;
	z-index: 2;
}

#mc_embed_signup_scroll {
}

#mc_embed_signup input.email {
	position: relative;
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0 0 5px;
    max-width: 350px;
    vertical-align: top;
    border: 2px solid #e14036;
}

#mc_embed_signup .clear {
    display: inline-block;
}

#mc-embedded-subscribe {
	position: relative;
	font-size: 16px;
    border: none;
    font-weight: bold;
    border-radius: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #e14036;
    box-sizing: border-box;
    height: 32px;
    line-height: 28px;
    padding: 0 18px;
    display: inline-block;
    margin: 0 0 5px;
    transition: all 0.23s ease-in-out 0s;
    max-width: 350px;
    border: 2px solid white;
}

main {
	position: relative;
	padding: 0 10px;
	z-index: 10;
	top: -80px;
}

img {
	max-width: 100%;
}

.container {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
}
.container .col {
	display: inline-block;
	width: 100%;
    position: relative;
    vertical-align: top;
}

.mb {
	margin-bottom: 15px;
}

.mb2 {
	margin-bottom: 30px;
}

.mb3 {
	margin-bottom: 45px;
}

.mb4 {
	margin-bottom: 60px;
}

h1 {
	color: white;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
}

h2, h2 > a {
	color: white;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

a {
	color: white;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #22bcb0;
}

h3 {
	color: white;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: normal;
}

footer {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 10px;
	color: white;
	z-index: 10;
}

.fact-sheet {
	color: white;
	text-align: left;
}

.fact-sheet h2, .fact-sheet h3 {
	text-align: left;
}

label {
	color: white;
	font-weight: bold;
}
p {
	color: white;
}

@media only screen and (min-width: 360px) {
	#signup-bg {
		width: 92%;
	    height: 120px;
	    position: absolute;
	    top: 20px;
	    background-color: #e14036;
	    margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 0;
		-webkit-transform: perspective(200px) rotateX(-10deg);
		-o-transform: perspective(200px) rotateX(-10deg);
		-moz-transform: perspective(200px) rotateX(-10deg);
	}
}

@media only screen and (min-width: 440px) {
	#char {
		filter: none;
		-webkit-filter: none;
		top: 20px;
	}

	#cloud {
		top: 312px;
		left: 0;
	}

	#cloud img {
		left: -150px;
	}

	#signup {
		position: relative;
		top: -110px;
		max-width: 500px;
		padding: 40px 10px;
		margin: 0 auto;
		text-align: center;
		z-index: 20;
	}

	#signup-bg {
		max-width: 400px;
	    height: 120px;
	    position: absolute;
	    top: 20px;
	    background-color: #e14036;
	    margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 0;
		-webkit-transform: perspective(200px) rotateX(-10deg);
		-o-transform: perspective(200px) rotateX(-10deg);
		-moz-transform: perspective(200px) rotateX(-10deg);
	}

	#mc-embedded-subscribe {
		max-width: initial;
	}
}

@media only screen and (min-width: 576px) {
	.col-sm-3 {
		width: 24% !important;
	}
	.col-sm-4 {
		width: 33% !important;
	}
	.col-sm-6 {
		width: 49% !important;
	}
	.col-sm-8 {
		width: 66% !important;
	}
	.col-sm-9 {
		width: 74% !important;
	}
}

@media only screen and (min-width: 860px) {
	.col-md-3 {
		width: 24% !important;
	}
	.col-md-4 {
		width: 33% !important;
	}
	.col-md-6 {
		width: 49% !important;
	}
	.col-md-8 {
		width: 66% !important;
	}
	.col-md-9 {
		width: 74% !important;
	}
}


@media only screen and (min-width: 992px) {
	#title {
		background-color: #7fc7eb;
		padding: 50px 0;
		margin-top: 80px;
	}

	#char {
		top: 20px;
    	width: 504px;
    	height: 800px;
	}

	#cloud {
		top: 420px;
		left: 0;
		width: 640px;
		height: 256px;
	}

	#cloud img {
		left: -294px;
	}

}
