﻿body {
    /*font-family: 'Nunito', sans-serif;*/
    background-color: #e5e7eb;
    font-size: 14px;
}

.fw5 {
    font-weight: 500 !important;
}

.fw6 {
    font-weight: 600 !important;
}

.content {
    max-width: 670px;
    margin: auto;
}


.title {
    text-align: center;
    background-color: #2a2f40;
    padding: 0.5rem 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}



header {
    background-color: #020c1c;
}

    header a.logo img {
        max-height: 65px;
    }

    header .menu {
        background-color: #132134;
    }



.menu ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .menu ul li {
        display: inline-block;
    }

        .menu ul li a {
            color: white;
            display: block;
            text-decoration: none;
            font-size: 16px;
        }

            .menu ul li a:hover {
                background-color: #dc4a00;
            }

footer {
    background-color: #020c1c;
}

    footer ul.menufooter {
        list-style: none;
        margin: auto;
        padding: 0;
    }

        footer ul.menufooter li {
            float: left;
        }

            footer ul.menufooter li a {
                color: white;
                text-decoration: none;
                font-weight: 500;
                padding: 5px 15px;
            }

                footer ul.menufooter li a:hover {
                    color: #9e9e9e;
                }
    footer .copyright {
        background-color: #132134;
    }

.banksupport img {
    width: 100%;
}

/*Request*/
ul.menu {
    list-style: none;
    margin: 0;
}

    ul.menu li {
        float: left;
    }

        ul.menu li a {
            display: flex;
            flex-direction: row;
            align-items: center;
            text-decoration: none;
            text-transform: uppercase;
        }

#deposit {
    position: relative;
}

div#txtMessage {
    font-weight: 500;
    text-align: center;
}

.btn-green, .btn-green:hover {
    color: white;
    background-color: green;
}

.btn-orange, .btn-orange:hover {
    color: white;
    background-color: #dc4a00;
}
