body {
    /*background: #2a2a2a;*/
    background: white;
    font-size: 16px;
    /*color: white;*/
    color: #1d1d1b;
    font-weight: 400;
    line-height: 1.66em;
    font-family: Open Sans, sans-serif;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7d7d7d;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .8em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: none;
    line-height: 1.3em;
}

h2 {
    margin-bottom: 10px;
}

h3 {
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    color: #1d1d1b;
    line-height: 1.66em;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.content h2 {
    font-size: 36px;
    color: #c09a5e;
    font-weight: 600;
    text-transform: uppercase;
}

.content h3 {
    font-size: 16px;
    color: #c09a5e;
    font-weight: 600;
    text-transform: uppercase;
}

.content p {
    text-align: justify;
    /*color: white;*/
    color: #1d1d1b;
}

.bg-light {
    /*background-color: #1f1e1e !important;*/
    background-color: white !important;
}

.legal-content {
    margin-top: 130px;
}

.card-img-caption {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    margin-bottom: 40px;
}

.card-img-caption .card-img-top {
    z-index: 0;
}

.card-img-caption .card-text {
    text-align: center;
    width: 100%;
    margin: 5% 0;
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
    /*color: black;*/
    color: #1d1d1b;
    font-size: 3vw;
    font-weight: bold;
}

.mk-footer-copyright {
    font-size: 11px;
    letter-spacing: 1px;
}

.links {
    text-decoration: none;
    color: #c09a5e;
}

a.links:hover {
    color: #c09a5e;
}