﻿@import url('/webfiles/css/web-framework.css');
@import url('/webfiles/css/jqueryui/universal/jquery-ui-ndmc.css');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#title-bar {
    color: white;
    background-color: var(--bs-secondary);
}

#title-txt {
    display: none;
}

.section-divide{
   text-transform:uppercase;
   text-align:center;
}

.btn-white-secondary {
    color: var(--bs-secondary) !important;
    background-color: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
}

.btn-white-highlight {
    color: var(--bs-highlight) !important;
    background-color: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
}

.btn-white-brown {
    color: #372314 !important;
    background-color: var(--bs-white) !important;
    border-color: var(--bs-white) !important;
}

.slider-feature {
    height: 600px;
}

.slider-feature-alt {
    height: 500px;
}

.feat-title {
    color: white !important;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Oswald';
    top: 100px;
    left: 200px;
    position: relative;
    font-weight: bold;
    width: 800px;
}

.feat-text, .feat-text-alt {
    color: white !important;
    font-size: 22px;
    line-height: 24px;
    top: 130px;
    left: 200px;
    position: relative;
    width: 650px;
}

.feat-link {
    position: relative;
    top: 180px;
    left: 200px;
}

.feat-title-alt {
    color: white !important;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Oswald';
    top: 100px;
    left: 200px;
    position: relative;
    font-weight: bold;
    width: 800px;
}

.feat-text-alt {
    color: white !important;
    font-size: 22px;
    line-height: 24px;
    top: 130px;
    left: 200px;
    position: relative;
    width: 700px;
}

.feat-link-alt {
    position: relative;
    top: 170px;
    left: 200px;
}

.feat-cred {
    position: absolute;
    float: right;
    top: 550px;
    right: 100px;
    color: white !important;
    font-size: 12px;
    text-align: center;
}

.feat-cred-alt {
    position: absolute;
    float: right;
    top: 450px;
    right: 100px;
    color: white !important;
    font-size: 12px;
    text-align: center;
}

.photo-credit {
    float: right;
    position: relative;
    top: -30px;
    right: 10px;
    color: white !important;
}

.site-page-title-text{
    font-weight:500!important;
}

#pg-container{min-height:600px;}

.photo_box .ico {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
    text-align: center;
    color: #FFF;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
}

.photo_box.default_show .ico, .photo_box.default_show .content {
    filter: alpha(opacity=100);
    opacity: 1;
}

.photo_box .pic_box {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.photo_box .pic_box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
}

.photo_box {
    margin: 0 0 5px 0;
    padding: 0px;
    overflow: hidden;
    line-height: 1.8;
}

@media(max-width:992px)
{
    .feat-title {
        left: auto;
        position: relative;
        width: inherit;
        margin-left:2.5%;
        margin-right:2.5%;
    }

    .feat-text {
        top: 130px;
        left:auto;
        position: relative;
        width: inherit;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .feat-link {
        position: relative;
        left: auto;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .feat-cred {
        position: absolute;
        float: right;
        top: 550px;
        right: 2.5%;
        color: white !important;
        font-size: 12px;
        text-align: center;
    }

    .feat-cred-alt {
        position: absolute;
        float: right;
        top: 450px;
        right: 2.5%;
        color: white !important;
        font-size: 12px;
        text-align: center;
    }
}

@media(max-width:768px)
{
    .feat-title {
        font-size: 48px;
        line-height: 48px;
        text-align: center;
    }

    .feat-text {
        text-align: center;
    }

    .feat-link {
        text-align: center;
    }
}

@media(max-width:576px)
{
    .feat-title {
        font-size: 40px;
        line-height: 40px;
    }

    .feat-text {
        font-size: 18px;
        line-height: 18px;
    }
}


