

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

body {
	background: #fff;
	color: #2a3646;
	font-family: 'Titillium Web', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
}

section { overflow: hidden; }
::selection { background: #161a1b; color: #fff; }
::-moz-selection { background: #161a1b; color: #fff; }


/* =Typography
-------------------------------------------------------------- */
a {
    text-decoration: none;
	color: #2a3646;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
	color: #13b1ca;
}

h1, h2 { margin: 0; }

h1 {
	font-size: 80px;
	font-weight: 800;
	line-height: 80px;
	letter-spacing: -0.08em;
	color: #2a3646; 
}

h2 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #2a3646;
}


/* Content
-------------------------------------------------------------- */

.wrapper {
  text-align: center;		
  position: absolute;
  overflow: hidden;
  display: table-cell;
  height: 100%;
  width: 100%;
  background: url(../images/main-bg.jpg) no-repeat 50% 100%;
  background-size: cover;
}
.logo {
	display:block;
	text-align:center;
	padding-top: 12%;
	bottom:0;
}
.logo-text {
	display:block;
	margin-top: 40px;
}
.email-text-content {
	display: block;
    margin-top: 90px;
}
.email-text-content a {
	font-size: 21px;
    letter-spacing: 2px;
}
.btn-support {
	display: inline-block;
	margin-top:40px;
}
.btn-support a {
	background-color:#13b1ca;
	font-size:20px;
	color:#fff;
	font-weight: 600;
 	border-radius: 5px;
	padding: 10px 40px;
	line-height: 25px;
	letter-spacing:2px;
	display:block;
	margin: 0px;
}
.btn-support a:hover {
	background-color:#2a3646;
}


