/*
 * Main CSS File for NNEO
 * Author: Brandon Carey
 * Date: 04/05/2020
 */




body {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-weight: 400;
    line-height: 1.45;
    font-family: 'Roboto', sans-serif;
    color: #2b2b2b;
    background-image: url(../img/general/sitkacamo.jpg);
    background-position: center;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
    text-align: center;
}

h4 {
    font-weight: 500;
    text-transform: uppercase;
}

h4.white {
    color: #ffffff;
}

p, a {
    font-size: 17px;
}

p.big, a.big {
    font-size: 20px;
    margin-bottom: 5px;
}

p.small {
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

p.white {
    color: #ffffff;
}

a {
    color: #f59038 !important;
}

a.black {
    color: #2b2b2b !important;
}

ul li span {
    color: #f59038;
}

.email {
    overflow-wrap: break-word;
}

.sitka-logo {
    background-color: #ffffff;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    margin: 0px auto 20px auto;
    max-width: 260px;
    width: 100%;
}

.container {
    background-color: #9A7848;
    padding: 20px;
}

.container.dark{
    background-color: #2b2b2b;
}

.bg-dark {
    background-color: #2b2b2b !important;
}

.navbar {
    margin: 30px 0px;
}

.navbar-nav {
    margin: auto;
}

.nav-link {
    padding-left: 18px !important;
    padding-right: 18px !important;
    margin: 0px 5px !important;
    background-color: #ffffff;
    color: #f59038 !important; 
    border-radius: 3px;
    transition: all 0.2s;
}

.nav-link:hover {
    background-color: #f59038;
    color: #ffffff !important;
}

.block-section {
    margin-bottom: 35px;
}

.block-section.large {
    margin-bottom: 90px;
}

.center {
    text-align: center;
}

.sub-line {
    height: 2px;
    width: 100%;
    background-color: #dd9700;
    position: relative;
    margin-bottom: 15px;
}

.sub-line:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 10px;
    width: 40%;
    background-color: #dd9700;
}

.footer {
    margin-top: 30px;
    padding: 30px 0px 10px 0px;
    border-top: 1px solid #f59038;
    text-align: center;
}

.page-head-section {
    text-align: center;
}

.page-header {
    color: #f59038;
}

.page-subheader {
    font-weight: 400;
    font-size: 22px;
}

.slider-section, .main-info-section {
    max-width: 900px;
    width: 100%;
    margin: 0px auto 50px auto;
}

.owl-carousel {
    margin-top: 50px;
    text-align: center;
}

.owl-carousel img {
    max-height: 300px;
    width: auto !important;
    margin: auto;
}

.owl-carousel .owl-dots {
    display: none;
}

.mid p {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 0px auto 20px auto;
}

.mid p.large-pg {
    max-width: 900px;
    width: 100%;
    text-align: left;
    margin: 0px auto 20px auto;
}

.mid p:last-child {
    margin-bottom: 0px;
}

.table {
    background-color: #ffffff;
    margin-top: 30px;
}

.table th, .table td {
    text-align: center;
}

.highlights-container {
    text-align: center;
    margin-top: 30px;
}

.footer-contact {
    text-align: center;
    margin-top: 30px;
}

.faq-section {
    margin-top: 40px;
}

.faq-section img {
    margin-bottom: 25px;
}

.faq-section ul li {
    margin-bottom: 20px;
}

.faq-section ul li ul li {
    margin-bottom: 5px;
}

.game-assoc-container {
    max-width: 450px;
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.lodge img {
    margin-bottom: 15px;
}

.links-logos div {
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.col-md-custom {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-lodge img {
    margin-bottom: 30px;
}

.mobile-id {
    text-align: left;
    margin-right: auto;
    padding-left: 20px;
    color: white;
    font-weight: 600;
    font-size: 20px;
}

.cost {
    color: #f59038;
}

.large-mid {
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 0px auto 20px auto;
}

.small-discount {
    font-size: 11px;
    font-weight: 500;
}

@media (min-width: 300px) {
    body {
        background-repeat: repeat;
        background-size: cover;
    }
    
    h4 {
        font-size: 20px;
    }

    .gallery-image {
        margin-bottom: 15px;
    }

    .gallery-row {
        margin-bottom: 0px;
    }

    .footer-gallery-item {
        margin-bottom: 30px;
    }

    .mobile-id {
        display: block;
    }
}

@media (min-width: 576px) {
    body {
        background-attachment: fixed;
    }
}

@media (min-width: 768px) {
    h4 {
        font-size: 21px;
    }

    .col-md-custom {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .gallery-image {
        margin-bottom: 0px;
    }

    .gallery-row {
        margin-bottom: 20px;
    }

    .footer-gallery-item {
        margin-bottom: 0px;
    }

    .footer-gallery:first-child {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mobile-id {
        display: none;
    }
}

@media (min-width: 1200px) {
    h4 {
        font-size: 25px;
    }
}
