header nav.navbar {
    background: #fff !important;
    border-bottom: 1px solid #008ace5e;
}

header nav.navbar img {
    width: 70px;
}

header nav.navbar a.nav-links :hover {
    color: #008ACE !important;
}

section.presentation .cover {
    height: 570px;
    background: url(../image/cover.jpg) no-repeat scroll center center;
}

section.presentation .cover h3 {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-top: 103px;
    color: #000;
    text-align: center;
}

section.presentation .cover h1 {
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #007cc2;
}

section.presentation .cover h2 {
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
    color: #000000bd;
}

section.presentation .cover span {
    padding: 10px;
    background: red;
    color: #fff;
    margin: 20px auto;
    display: table;
    border-color: #37dbf5;
    background-color: #2dacf7;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

section.about {
    margin-top: 180px;
    padding-bottom: 80px;
}

section.about .image-about {
    padding: 0px 8px 0px 8px;
    background: #eee;
}

section.about img {
    max-width: 80%;
    margin: 0 auto;
    display: table;
}

section.about h2 {
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    margin-top: 46px;
    margin-bottom: 18px;
    font-weight: 600;
}

section.about p {
    max-width: 495px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #777777;
}

section.gallery {
    margin-top: 80px;
    background: #f9f9ff;
    padding-bottom: 120px;
}

section.gallery img {
    margin: 0 auto;
}

section.gallery h2 {
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222222;
    padding-top: 40px;
    margin-bottom: 15px;
    text-align: center;
}

section.gallery p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    color: #777777;
    display: table;
    margin: 30px auto;
    text-align: center;
    max-width: 690px;
}

section.information h2 {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
}

footer {
    background: #f5f5f5;
}

footer .footer-copyright {
    border-top: 1px solid #eee;
    font-size: 13px;
    color: #909090;
    background: #fbfbfb;
}

footer h5 {
    border-bottom: 1px solid #eee;
    font-size: 17px;
    padding: 5px;
}

footer p {
    font-size: 14px;
    margin: 0;
    padding: 5px;
    border-bottom: 1px dashed #CED3D8;
}

footer img {
    width: 80px;
}
