﻿body {
    font-family: 'Open Sans', sans-serif !important;
}

#anamenu li a {
    text-transform: uppercase !important;
    font-weight: 700;
    /*letter-spacing: 1px;*/
}

.py-4-footer {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.btn {
    border-radius: 0.25rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #5d5d5d;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #88898e;
        border-color: #88898e;
    }

.btn-success {
    color: #fff;
    background-color: #3123c2;
    border-color: #3123c2;
}
    .btn-success:hover {
        color: #fff;
        background-color: #3123c29c;
        border-color: #3123c29c;
    }


.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    opacity: 0.9;
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 50%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .overlay .closebtn:hover {
        color: #ccc;
    }

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

    .overlay input[type=text]:hover {
        background: #f1f1f1;
    }

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .overlay button:hover {
        background: #bbb;
    }

.bg-snow-1 {
    background-color: #cccdcf !important;
}

.bg-snow-2 {
    background-color: #c0976d !important;
}

.bg-snow-3 {
    background-color: #bc7e95 !important;
}

.bg-snow-4 {
    background-color: #c0976d !important;
}

.bg-snow-5 {
    background-color: #bc7e95 !important;
}

.bg-snow-6 {
    background-color: #cccdcf !important;
}

.bg-color-1 {
    border: 1px solid #cccdcf !important;
}

.bg-color-2 {
    border: 1px solid #c0976d !important;
}

.bg-color-3 {
    border: 1px solid #bc7e95 !important;
}

.bg-color-4 {
    border: 1px solid #c0976d !important;
}

.bg-color-5 {
    border: 1px solid #bc7e95 !important;
}

.bg-color-6 {
    border: 1px solid #cccdcf !important;
}