#sitemap {
    min-height: 600px;
    background-color: #f5f5f5;
    padding-top : 15px;
    padding-bottom: 30px;
}

#sitemap ol, ul {
    list-style: none;
}

#sitemap li > a {
    color: #330000;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 18px;
}

#sitemap h1 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 48px;
}

#sitemap p{
    color:#363432;
    font-size:18px;
    font-weight:300;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

#sitemap h2 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
}

#sitemap h3 {
    color: #330000;
    font-family: abel, sans-serif;
    font-size: 24px;
}


#slide-sitemap {
    background-image: url('../images/slides/slide-5.jpg');
    background-size: cover;
    height: 300px;
    background-position: center center;
}

@media (max-width: 767px) {

    #slide-sitemap {
        display: none;
    }

    #sitemap {
        padding-top : 116px;
    }


}