﻿body {
    background-color: #F7F8FB;
    font-family: 'Nunito', sans-serif;
    background-size: 193px 200px;
    background-repeat: repeat;
}

.f-m {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900;
}

p {
    font-family: 'Nunito', sans-serif;
}

#enUst {
    background: #112533
}

    #enUst ul {
        padding: 5px 8px;
    }


#enUst a {
    text-decoration: none;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: -0.7px;
    font-size: 14px;
}

    #enUst a:hover {
        color: #37e481
    }

#ustNavbar a {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

    #ustNavbar a:hover {
        color: #37e481
    }

    #bulten {
        background: #FFF;
        border-radius: 50px;
        padding: 1px;
    }

    #bulten input {
        border: none;
        width: 100%;
        outline: none;
        margin: 1px 0 1px 12px;
    }

    #bulten button {
        width: 40px;
    }

footer {
    background: #262c2a;
    color: #FFF
}

    footer a {
        text-decoration: none;
        color: #ccc;
        font-size: 0.8rem;
    }

        footer a i {
            color: #FFF;
            font-size:1.5rem!important;
        }

        footer a:hover i {
            color: #37e481;
        }

        footer a:hover {
            color: #37e481;
        }

.araButon {
    width: 140px;
    border: none;
    background-color: #37e481;
    border-radius: 0 50% 50% 0;
    margin: 2px 2px 2px 0;
    color: #FFF;
    font-size: 22px
}

    .araButon:hover {
        background-color: #34d679;
    }

.enAlt i {
    color: #FFF;
    font-size: 40px;
    min-width: 50px;
    text-align: center;
}

.offcanvas-body a {
    color: #FFF
}

.offcanvas-body .dropdown-divider {
    margin: 0.2rem 0;
    border-top: 1px solid #F7F8FB;
}

.b-sp {
    background: #37e481;
    color: #FFF;
    border-radius: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    text-decoration: none;
    border:none;
}

    .b-sp:hover {
        background: #31d878;
        color: #FFF;
        text-shadow: 0 0 6px #FFF;
    }