/* GENERAL */
body
{
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}
figure
{
    text-align: center;
}
section
{
    padding: 65px 0 80px 0;
}
section .heading
{
    text-align: center;
    padding-bottom: 40px;
}
section .heading h2
{
    text-transform: uppercase;
}
.divider
{
    width: 100px;
    height: 2px;
    background-color: #08536e;
    margin: 0 auto 20px;
}
.divider.white
{
    background-color: white;
}



/* NAVBAR */
.navbar
{
    background-color: #2596be;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid white;
}
.navbar-nav
{
    margin: 0 auto;
    text-align: center;
}
.nav-link
{
    color: white !important;
    margin: 0 6px;
}
.nav-link.active,
.nav-link:hover
{
    background-color: white;
    color: #08536e !important;
}


/* HEADER */
#header
{
    background-color: #2596be;
}
#header img
{
    border: 5px solid #08536e;
}
.profile-picture
{
    text-align: center;
    margin: 0px auto 30px;
}
#header .heading h1
{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/* PRESENTATION */
#presentation .heading h2
{
    color: #08536e;
}
#presentation .accordion h4 button
{
    color: #08536e;
    font-size: 25px;
}


/* CERTIFICATION */
#certification
{
    background-color: #2596be;
}

#certification .heading h2
{
    color: white;
}
.certification-block
{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #e9ecef;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.certification-block h5
{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}

.certification-block span
{
    font-size: 35px;
}
.certification-block h3
{
    color: #08536e;
    margin: 15px 0;
}
.certification-block h4
{
    margin-bottom: 20px;
    font-weight: normal;
}
#certification .row .badge
{
    font-size: 0.75em;
}


/* DEMO */
#demo .heading h2
{
    color: #08536e;
    margin: 15px 0;
}
#demo img
{
    max-width: 50%;
    height: auto;
}
#demo #myCarousel a
{
    text-decoration: none;
}
.carousel-indicators
{
    bottom: -20px;
}
#demo .image-container
{
    position: relative;
    display: inline-block;
}
#demo .image-container .badge
{
    position: absolute;
    top: 8%;
    right: 28%;
    z-index: 10;
}


/* PORTFOLIO */
#portfolio
{
    background-color: #2596be;
}

#portfolio .heading h2
{
    color: white;
}

#portfolio img
{
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#portfolio img:hover
{
    filter: none;
    -webkit-filter: none;
}

#portfolio .col-md-4
{
    margin-bottom: 20px;
}

/* FOOTER */
footer
{
    background-color: #08536e;
    padding: 20px 0 40px;
}

footer span
{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
}

footer span:hover
{
    font-size: 27px;
}

footer h5
{
    color: white;
    font-weight: normal;
}