/********************/
/***** General ******/
/********************/
.group:after {
  content: "";
  display: table;
  clear: both;
}
body, html{
	font-family: Lato-Regular;
}
@font-face {
    font-family: "Lato-Black";
    src: url(../font/Lato/Lato-Black.ttf);
}
@font-face {
    font-family: "Lato-Bold";
    src: url(../font/Lato/Lato-Bold.ttf);
}
@font-face {
    font-family: "Lato-Line";
    src: url(../font/Lato/Lato-Hairine.ttf);
}
@font-face {
    font-family: "Lato-Italic";
    src: url(../font/Lato/Lato-Italic.ttf);
}
@font-face {
    font-family: "Lato-Light";
    src: url(../font/Lato/Lato-Light.ttf);
}
@font-face {
    font-family: "Lato-Regular";
    src: url(../font/Lato/Lato-Regular.ttf);
}
/********************/
/***** Header *******/
/********************/
div.error{
        color: red;
}
section.header{
	width: 100%;
	background-image: url("../img/header-bg.jpg");
	background-size: cover;
	height: 750px;
	border:none;
	text-transform: uppercase;
	color: white;
    text-align: center;
}
nav.main-menu{
    background-color: transparent;
    box-shadow: none;
    float: right;
    width: 570px;
}
nav.main-menu ul li{
    margin-left: 3em;
    float: initial;
    display: inline-block;
}
div.header-content{
    padding-top: 13em;
    text-align: center;
}
div.header-content p{
    font-size: 2.8em;
    font-family: Lato-Hairline;
    padding: 1.4em 0;
}
div.header-content a.btn-header{
    padding: 1.5em 4em;
    border: 2px solid white;
    color: white;
    font-size: 1.2em;
    letter-spacing: 3px;
    background-color: rgba(0,0,0,0.4);
}
/********************/
/****** about *******/
/********************/
section.about{
    text-align: center;
    padding: 5em 0;
    color: #585858;
    background-color: #F9FFFF;
    border-bottom: 2px solid #D4E9ED;
}

section.about h2{
    font-family: Lato-Bold;
    font-size: 2em;
    margin-bottom: 2em;
    text-transform: uppercase;
}
section.about p{
    font-size: 1.2em;
    text-align: justify;
    width: 70%;
    margin: 0 auto;
}
section.about a.about{
    padding: 0.8em 0em;
    border: 2px solid #585858;
    color: #585858;
    margin: 3em auto 0;
    display: block;
    width: 35%;
    font-family: Lato-Bold;
    font-size: 1.5em;
    letter-spacing: 5px;
    text-transform: uppercase;
}
/********************/
/******* how ********/
/********************/
section.how{
    text-align: center;
    padding:5em 0;
}
section.how h2{
    font-size: 2em;
    font-family: Lato-Bold;
    color: #DF3737;
    margin-bottom: 2em;
}
section.how div.item{
    float: left;
    width: 33.33333%;
    padding: 0 4em;
}
section.how div.item h5{
    color: #df3737;
}
/********************/
/***** contact ******/
/********************/
section.contact{
    text-align: center;
    padding: 5em 0;
    background-color: #F9FEFF;
    border-top: 2px solid  #C6E1E6;
    color: #908E8E;
    border-bottom: 2px solid  #C6E1E6;
}
section.contact h1{
    font-size: 2em;
}
section.contact p{
    width: 32em;
    text-align: justify;
    margin: 0 auto;
    color: #575757;
}
section.contact form{
    width: 51%;
    margin: 3em auto;
}
section.contact form input[type="text"]{
    border: 2px solid  #C6E1E6;
    background-color: white;
    padding: 5px;
    width: 97%;
}
section.contact form textarea{
    border: 2px solid #C6E1E6;
    background-color: white;
    padding: 5px;
    height: 10em;
    width: 100%;
}
section.contact form input[type="submit"]{
    margin-top: 1em;
    width: 100%;
    height: 3em;
    background-color:  #C6E1E6;
    border: none;

}
/********************/
/****** footer ******/
/********************/
footer{
    text-align: center;
}
/********************/
/**** services ******/
/********************/
div.img-srv{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #D4E9ED;
}
section.services-btn{
    text-align: center;
}
section.services-btn a{
    display: inline-block;
    width: 20%;
    margin: 1em 1em;
    padding: 1em;
    text-transform: uppercase;
    font-family: Lato-Bold;
    font-size: 1.3em;
    border: 2px solid #D4E9ED;
    color: #585858;
    background-color: #F9FFFF;
}
/********************/
/****  Register *****/
/********************/
div.left{
    width: 40%;
}
div.left form{
    background-color: #F9FEFF;
    border: 2px solid #C6E1E6;
    padding: 0 1em;
    padding-bottom: 2.1rem;
}
div.left form h1{
    font-size: 1.5em;
    letter-spacing: 5px;
    font-family: Lato-Bold;
}
div.left form label{
    color: #9e9e9e;
    float: left;
    font-size: 1.2em;
    font-family: Lato-Bold;
    vertical-align: middle;
}
div.left form input[type="text"],
div.left form input[type="password"]{
    width: 67%;
    border: 2px solid #C6E1E6;
    background-color: white;
    height: 2em;
    float: right;
    vertical-align: middle;
    padding-left: 5px
}
div.left form div{
    display: block;
}
div.left form input[type="submit"]{
    width: 100%;
    padding: .7em 0;
    text-transform: uppercase;
    background-color: #C6E1E6;
    border: none;
}
div.right{
    width: 50%;
}
div.right h1{
    font-size: 1.5em;
    margin-top: 0;
}
div.right p{
    text-align: justify;
}


.error {
    clear:both;
}
