﻿
body {
    background-image: url('/images/sel/new/trail12/repeating_background.jpg');
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.row-container {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    min-height: 935px;
    background-image: url('/images/sel/new/trail12/main.jpg'), url('/images/sel/new/trail12/repeating_background.jpg');
    background-repeat: no-repeat, repeat-y;
    background-position: top center, 0px 700px;
    background-size: 100% auto, 100% 10px;
}
.buttonSpacing {
    padding-top: 52px;
    font-size: 18px;
    color: transparent;
        user-select: none;
}

.buttonSpacing2 {
    padding-top: 39px;
    font-size: 18px;
    color: transparent;
    user-select: none;
}

.hero-text {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-family: 'Lucida Calligraphy', cursive;
    color: black
}

.Title {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Lucida Calligraphy', cursive;
    margin-left:50px;
}

.body-content-overlay {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    color: black;
}

.mobile-header {
    display: none;
}

.quoteMargin {
    margin-top: 90px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 15px;
    line-height:10px!important;
    white-space: pre-wrap;
}

@media (max-width: 992px) {

    .buttonSpacing{
        display:none;

    }
    buttonSpacing2{
        display:none
    }
    .quoteMargin{
        display:none
        
    }
    .Title {
        display: none;
    }

    .underTitle {
        display: none;
    }

    body {
        background-image: url('/images/sel/new/trail12/repeating_background.jpg');
        background-repeat: repeat-y;
        background-size: 100% auto;
        background-color: #b0e0e8;
    }

    .row-container {
        background-image: none;
        max-width: 100%;
        min-height: unset;
        padding: 0;
    }

    .hero-text {
        display: none;
    }

    .body-content-overlay {
        padding-top: 16px;
    }

    .mobile-header {
        display: block;
        width: 100%;
        background-color: #4a7c2f;
        color: black;
        text-align: center;
        padding: 14px 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-lg-8 {
        padding-top: 0 !important;
    }
}
ul {
    position: relative;
    z-index: 100;
}

    ul li {
        position: relative;
        z-index: 100;
        
    }

        ul li a {
            position: relative;
            z-index: 101;
            display: inline-block;
        }