@media (max-width: 767.98px) {
    
    .header {
        background-color: #262626;
        height: 200px;
        width: 100%;
        position: relative;
    }
    
    .table--custom {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .header {
        background-color: #262626;
        height: 300px;
        width: 100%;
        position: relative;
    }
    
    .table--custom {
        width: 100%;
    }

}

@media (max-width: 991.98px) {
    
    .table--custom th, .table--custom td {
        padding: 5px;
    }
    
}

@media (min-width: 992px) {
    
    .table--custom th, .table--custom td {
        padding: 15px 10px;
    }
    
}

.hi {
    width: 100%;
    position: absolute;
    top: 55%;
    transform: translateY(-45%);
    z-index: 2;
}

.header__heading-1 {
    color: #dccf9c;
}

.main {
    background-color: #8b4416;
}

.main--padding {
    padding: 70px 0;
}

.main h2 {
    color: #dccf9c;
}

.main h3 {
    color: #ffffff;
}

.main p {
    font-size: 1.6rem;
    color: #ffffff;
}

.table--custom {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 3rem;
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
    display: table;
}

.table--custom td {
    border: none;
    vertical-align: middle;
    display: table-cell;
}

.table--custom > thead > tr > th {
    border-bottom: none;
}

.table--custom p {
    margin: 5px 0;
    color: #ffffff;
    text-align: inherit !important;
}

.table--custom tr:nth-child(even) { border-top: 1px solid rgba(255, 255, 255, 0.3); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.table--custom tr:nth-child(odd) { background-color: transparent; }

.main p a, .main p a:focus, .main p a:hover {
    color: inherit;
    text-decoration: none;
}

.fancy-popup {
    background-color: #8b4416;
    width: 100%;
    max-width: 1198px;
    display: none;
}

.fancy-popup h2, .fancy-popup h3, .fancy-popup h4 {
    color: #dccf9c;
}

.fancy-popup p {
    font-size: 1.6rem;
    color: #ffffff;
}

.fancy-popup ol, .fancy-popup ul {
    margin: 16px 0;
    padding: 0;
}

.fancy-popup ol li {
    margin: 0 0 10px 17px;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    color: #ffffff;
    position: relative;
}

.fancy-popup ul li {
    margin: 0 0 10px 12px;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
    color: #ffffff;
    list-style-type: none;
    position: relative;
}

.fancy-popup ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    color: #dccf9c;
    font-weight: bold;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

.fancybox-close-small {
    color: #ffffff !important;
}