
    

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
 
body {
	background: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #000000;
    line-height: 1.6em;
	width: 100%;
    height: 100%;
  
}

html {
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    color: #000000;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #ACBAC1;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #4F92AF;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}


/* wrapper */

#wrapper {
	text-align: center;
	padding: 5% 0 0 0;
	background: url(../img/mainbg.jpg);
  background-size: cover;
}



#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #15adc0;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #ffffff;
	font-size: 24px;
	font-weight: 900;
}

h1.subtitle {
	color: #000000;
	font-size: 20px;
	font-weight: 900;
}

h3.subtitle {
	color: #000000;
	font-size: 40px;
	font-weight: 900;
}


/* social */
.social {
    padding: 30px 0 0 0;
}

.social a {
    font-size: 24px;
    color: #15adc0;
    padding: 0 5px;
    transition: all 0.3s;
}

.social a:hover {
    color: #5cacce;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #15adc0;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	margin-top: 40px;
	color: #ffffff;
	text-align: center;
  padding: 0;
  margin-bottom: 5px;
}	

.credits {
    color: #ffff00;
	font-size: 40px;
	font-weight: 900;
    margin-bottom: 50px;
}
