﻿body {
    background: #826662 url('https://www.adidaphat.net/images/beatifulbackground.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.mod-skin-light:not(.mod-skin-dark):not(.mod-nav-dark) .page-logo, .mod-skin-light:not(.mod-skin-dark):not(.mod-nav-dark) .page-header {
    background-color: #826662;
    color: white;
}


.close {
    color: #fff;
    opacity: 1;
}

.modal-header {
    padding: 9px 15px;
    color: white;
    border-bottom: 1px solid #eee;
    background-color: #a8829f;
    /*-webkit-border-top-left-radius: 5px;
                        -webkit-border-top-right-radius: 5px;
                        -moz-border-radius-topleft: 5px;
                        -moz-border-radius-topright: 5px;
                         border-top-left-radius: 5px;
                         border-top-right-radius: 5px;*/
}


.modal {
    text-align: center;
}

.bigfront {
    font-size: 1.0625rem;
}

.div_hover:hover {
    background-color: #ffc300;
}



.btn-outline-dark {
    color: black;
    background-color: white;
    border: 1px solid black;
}

    .btn-outline-dark:hover {
        color: white;
        background-color: #DAA520;
        border-color: white;
        font-weight: bold;
    }