/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	  font-family: 'Lato', sans-serif;
    font-weight: 300;
    /*font-size: 1.5em;*/
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    /*padding: 20px;*/

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    /*margin-bottom: 20px;*/
    font-size: 16px;
    line-height: 120%;
    margin:5px 0;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

/* wrapper */

#wrapper {
	text-align: center;
	padding: 5% 0 0 0;
	width: 100%;
    height: 100%;
    background-size: cover;
}



#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #fff;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #9e9e9e;
	font-size: 24px;
}

.error {
    color: red;
}
