html {
    scroll-behavior: smooth;
}
/* HEADER */

.media-body {
    font-family: 'Belanosima', sans-serif;
    font-size: 18px;
}

.nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header-nav {
    background-color: #1090C1;
}
.header-nav .nav-link {
    color: #fff;
    padding: .5rem;
    text-transform: uppercase;
}
.header-nav .nav-link:active,
.header-nav .nav-link:focus,
.header-nav .nav-link:hover,
.header-nav .active .nav-link {
    background-color: #0a6285;
    color:white;
    border-radius: 8px;
}

.navbar-toggler {
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid transparent !important;
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .header-collapse {
        display: block !important;
    }
}

.navbar > div.container {
    display: block !important;  
}

.custom-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* MAIN */

.h6 {
    margin: 0;
}

.media-body h6 {
    font-family: 'Martian Mono', monospace;
    font-weight: bold;
    font-size: 21px;
}

main .media {
    display: flex;
    background-color: #D9D9D9;
    border-radius: 80px;
}

main .media2 {
    background-color: #D9D9D9;
    border-radius: 80px;
}
 
main h2 {
    font-family: 'Martian Mono', monospace;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 30px;
}

div .media img {
    margin-right: 10px;
}

/* FOOTER */

footer {
    background-color: #6499A6;
    color: #fff;
}

footer h1 {
    font-size: 20px;
}

@media (max-width: 992px) {
    footer h1 {
        text-align: center;
    }
    footer div.col-lg-9 {
        justify-content: center !important;
        padding-top: 6px;
    }
}