body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
    background-image: url('images/main01-2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.fix-max-size {
    width: 300px;
    padding-right: 14px;
}

.heroBorderLeft, .mainBorderLeft {
    width: 16px;
    position: absolute;
    right: 0px;
}

.heroBorderRight, .mainBorderRight {
    width: 16px;
    position: absolute;
    left: 0px;
}

.hdrBg, .mainBg, .heroBg {
    padding: 0;
}

#navbar {
    margin: 0;
}

#navbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}

.maroon {
    color: rgb(176,7,46);
    background-color: rgb(176,7,46);
}

.fixed-width-900 {
    width: 900px;
    margin-left: 230px;
}

a, a:hover {
    color: rgb(176,7,46);
    text-decoration: underline;
}

.hero-unit {
    text-align: center;
}

.justify, .clientquote {
    text-align: justify;
}

.center {
    text-align: center;
}

.step-by-step-header, .clientquote {
    font-weight: bold;
    font-style: italic;
}

.clientquote-sidebar {
    color: rgb(176,7,46);
    font-style: italic;
    font-size: 12px;
}

.clientname-sidebar {
    font-size: 12px;
}

.italic {
    font-style: italic;
}

.helpfulResource {
    font-weight: bold;
}

.cssbutton {
    background-color: #f5deb3;
    border: 2px #f5deb3 outset;
    padding: 1px 4px;
    color: black;
    text-decoration: none;
    display: inline-block;
    width: 160px;
    height: 24px;
    text-align: center;
}

.cssbutton:hover {
    border-style: inset;
    padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

footer {
    background-color: rgb(176,7,46);
    color: white;
    text-align: center;
    bottom: 0px;
    height: 60px;
    width: 100%;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

.bgImage {
    background: url('images/bg2.jpg');
    background-repeat: repeat;
}

#heroUnit {
    text-align: center;
}

#logo {
    margin-left: auto;
    margin-right: auto;
}

iframe.clientVideo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

nav {
    display: flex;
    flex-direction: row;
    background-color: rgb(176,7,46);
    white-space: nowrap;
    /* text-align: center; */
}

.nav-link.active {
    color: lightgrey !important;
    background-color: rgba(139, 5, 36, 0.4);
}

.nav-link {
    align-content: center;
}

.navbar {
    font-weight: bold;
    z-index: 1001;
}


@media screen and (min-width: 768px) {
    .navbar {
        margin-bottom: 0px;
    }

    #headerRow {
        margin-top: 30px;
        align-content: center;
    }

    header {
        min-height: 75px;
    }

    .navbar-nav > li > a, a.navbar-brand {
        color: white !important;
        text-decoration: none;
    }

    .navbar-toggler, .navbar-toggler:focus {
        color: white !important;
        border: 0 !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }

    .navbar-nav > li > a:hover, a.navbar-brand:hover {
        background-color: rgba(139, 5, 36, 0.4) !important;
    }


    .container {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 964px) {

    .hero-unit {
        margin-top: 60px;
    }

    #heroUnitRow {
        padding-top: 0px;
    }

    .navbar-toggler, .navbar-toggler:focus {
        color: white !important;
        border: 0 !important;
        border-color: transparent !important;
        box-shadow: none !important;
        /* border-radius: 0% !important; */
        /* border: 0; */
        /* border-color: none; */
    }

    .navbar-nav > li > a, a.navbar-brand {
        color: white !important;
        text-decoration: none;
        margin-right: auto;
    }

    .navbar-nav > li > a:hover, a.navbar-brand:hover {
        background-color: rgba(222, 157, 66, 0.4);
    }

    .navbar-brand {
        padding-left: 14px;
    }

    .fix-max-size {
        width: 150px;
        transition: width 2s;
        padding-right: 14px;
    }

    .fix-img-size {
        width: 75%;
        height: 75%;
        transition: width 2s;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        margin-top: 0px;
    }

    .navbar-nav > li > a:hover, a.navbar-brand:hover {
        background-color: rgba(139, 5, 36, 0.4) !important;
    }

    header {
        min-height: 50px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand {
        display: none;
    }
}
