@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: RobotoSlab-Regular;
    src: url(../fonts/RobotoSlab-Regular.ttf);
}
@font-face {
    font-family: AdelleSans-Bold;
    src: url(../fonts/AdelleSans-Bold.otf);
}
@font-face {
	font-family: OpenSans-Regular;
	src: url(../fonts/OpenSans-Regular.ttf)
}
@font-face {
	font-family: OpenSans-Light;
	src: url(../fonts/OpenSans-Light.ttf)
}
@font-face {
	font-family: OpenSans-Semibold;
	src: url(../fonts/OpenSans-Semibold.ttf)
}
@font-face {
	font-family: OpenSans-Bold;
	src: url(../fonts/OpenSans-Bold.ttf)
}
html, body {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF !IMPORTANT;
}
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1888px;
	width: 100%;
	min-width: 980px;
	font-family: OpenSans-Regular;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.png);
	background-size: cover;
	overflow: hidden;

}
.content {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 980px;
	margin: auto;
}
#topArea {
	position: absolute;
	top: -80px;
	left: 0px;
	height: 1060px;
	width: 100%;
}
#contentArea {
	position: absolute;
	top: 1020px;
	left: 0px;
	height: 740px;
	width: 100%;
}
#footerArea {
	position: absolute;
	top: 1802px;
	left: 0px;
	height: 86px;
	width: 100%;
	background-color: #20A48C;
}
#topAreaBackground {
    position: absolute;
    top: -1080px;
    left: -100px;
    width: 120%;
    height: 2120px;
    background-color: #20A48C;
    transform: rotate(-5deg);
}
.button {
	height: 50px;
	width: 250px;
	text-align: center;
	background-color: #EDB523;
	font-family: AdelleSans-Bold;
	font-size: 20px;
	color: #F5F3F1;
	cursor: pointer;
	line-height: 56px;
	border-radius: 5px;
}
#hash {
	position: absolute;
	top: 47px;
	left: 194px;
	height: 96px;
	width: 103px;
	background-image: url(../images/hash.png);
	background-position: center;
	background-repeat: no-repeat;
}
#backLinks {
	position: relative;
	top: 42px;
	left: 318px;
	font-family: RobotoSlab-Regular;
	font-size: 81px;
	color: #EDB624;
	line-height: 107px;
	text-transform: uppercase;
}
#topMessage1 {
	margin-top: -45px;
    margin-left: 97px;
	font-family: AdelleSans-Bold;
	font-size: 20px;
	color: #F5F3F1;
	line-height: 30px;
	text-align: center;
}
#topMessage2 {
	width: 900px;
	margin: 33px auto;
	font-size: 18.71px;
	color: #EBEBEB;
	line-height: 25px;
	text-align: center;
}
#topMessage3 {
	margin-top: -9px;
	font-size: 18.71px;
	color: #EBEBEB;
	line-height: 25px;
	text-align: center;
}
#topButton {
	margin: 48px auto;
}
#slider {
	position: absolute;
	top: 467px;
	left: 0px;
	right: 0px;
	height: 432px;
	width: 921px;
	margin: 0px auto;
	background-image: url(../images/slider.png);
	background-position: center;
	background-repeat: no-repeat;
}
.contentText {
	width: 606px;
	margin-top: -20px;
	margin-left: 20px;
	text-align: center;
	font-size: 20px;
	color: #222323;
	line-height: 27px;
}
.bold {
	font-family: OpenSans-Semibold;
	font-size: 20px;
	color: #222323;
	line-height: 27px;
}
#contentMessage1 {
	margin-top: 90px;
}
#contentMessage2 {
	margin-top: 54px;
}
#contentMessage3 {
	margin-top: 27px;
}
#contentButton {
	margin: 43px auto;
    left: -170px;
    position: relative;
}
#iphone {
	position: absolute;
	top: -33px;
	left: 654px;
	height: 645px;
	width: 305px;
	background-image: url(../images/iphone.png);
	background-position: center;
	background-repeat: no-repeat;
}
#poweredBy {
	width: 395px;
	float: right;
	margin-right: 20px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 82px;
	text-decoration: none;
}
#poweredByImage {
	position: absolute;
	margin-top: 16px;
	margin-left: 13px;
	height: 53px;
	width: 148px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
  background-size: contain;
}
