body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(#22211f,#b3a990, #b3a990, #22211f);
    background-color: #b3a990;
    overflow-x: hidden;
    height:100vh;
    overflow: hidden;
}
.resources-font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
}
.g-recaptcha {
    position: absolute !important;
    top: 8em;
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}
.confirm-box {
    position: absolute !important;
    top: 15em;
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.header-img {
    height: 60px;
    margin-top: 5px;
}

.main-container {
    display: flex;
    flex-direction: column;  
    height:100vh;
}
 #main-content {
    flex: 1 0 auto;
}

a {
    color: #999999;
    TEXT-DECORATION: none
}
.readable-box a{
    color: #333333;
}
.m-l-sm {
    margin-left: 0.5em;
}

.m-l-md {
    margin-left: 1.5em;
}

.m-r-sm {
    margin-right: 0.5em;
}

.shadow-link {
    color: #22211f !important;
    text-shadow: -1px -1px white;
    font-weight: bold;
}

.readable-box {
    padding: 0em 1em;
    border-radius: 5px;
}
.menu {
    text-align: center;
}

.menu a {
    color: #999999;
    text-decoration: none;
    padding: 10px;
}

.icon-label-text {
    text-align: center;
    margin-top: -2em;
    font-size: small;
    color: #333333;
}

.footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #DCDCDC;
    font-size: small;
    .container {
        margin-top: 0;
    }
}

.navbar {
    margin-right: 1em;
}
.snakeombra{
    justify-content: center;
    align-items: center;
}


.navbar-toggler-back{
    right: 1.5em;
    top: 0.5em;
    z-index: 1;
}

.navbar-toggler-back-icon{
    margin-top: 0.25em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.resources-table{
    width: 100%;
}

.title-icon  img {
    width: 3em;
    margin-bottom: 1em;
    margin-top: -0.5em;
}


.products-page img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centered-container {
    text-align: center;
}

.centered-content {
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
}


.article-header {
    margin: 0 1em;
    font-size:1.5em;
}

.article-header-suffix{
    margin: 0.5em 0;
}

.underline-text{
    text-decoration: underline;
}
.text-default{
    color: #000000;
}

.fa-video {
    margin-left: 5px;
    color: rgb(187, 101, 31);
    text-shadow: -1px -1px white;
    TEXT-DECORATION: none;
    font-weight: bold;
}

.fa-file-pdf {
    margin-left: 5px;
    color: rgb(142, 44, 44);
    text-shadow: -1px -1px white;
    TEXT-DECORATION: none;
    font-weight: bold;
}

.fa-download {
    margin-left: 5px;
    color: #333333;
    text-shadow: -1px -1px white;
    TEXT-DECORATION: none;
    font-weight: bold;
}

.m-t-m{
    margin-top: 1em;
}
.m-t-l{
    margin-top: 2em;
}
.row-header{
    color: #000000;
}
.row-header a{
    color: #000000;
}
.text-small{
    font-size:small;
}
.text-x-small{
    font-size:x-small
}
.text-warning{
    color: orange !important;
}
.text-warning-form .text-warning {
    float: right;
    margin-left: 0.5em;
}

.text-warning-form .form-label {
    float: left;
}

.fl {
    float: left;
}

.fl-sm {
    float: left;
    width: 1.5em;
}

.fr-0 {
    float: right;
    width:0 auto;
}

.mt-sm {
    margin-top: 0.75em;
}
.row-form {
    margin-bottom: 1em;
}
.row-section-header{
    font-weight: bold;
    margin-top: 2em;
}

.form-btn {
    margin-top: 1em;
}

.scrollable-content-fit {
    height: 63vh;
}



/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #333333;
}

.bottom-link {
    margin-top: 2em;
}

.btn-primary {
    background-color: #45423b;
    border-color: #45423b;
}

.btn-secondary {
    background-color: #898270;
    border-color: #898270;
}

/* Small devices (portrait tablets and large phones) */
@media only screen and (max-width: 991px) {

    .container {
        margin-top: 1em;
    }


    @media (orientation: landscape) {
        .header-img {
            margin-right: 2em;
        }
        .scrollable-content {
            height: 60vh !important;
            overflow-y: auto;
        }
    }

    @media (orientation: portrait) {
        .header-img {
            margin-right: 2em;
        }
        .scrollable-content {
            height: 70vh !important;
            overflow-y: auto;
        }
    }

    /* width */
    ::-webkit-scrollbar {
        width: 2px;
    }

    .resources-table{
        font-size:small;
    }
    .snakeombra{
        width: 50vw;
        left: 25vw;
        margin-top: 10vh;
    }

    .menu {
        font-size: 0.85em;
    }
    .header-wide{
        display: none;
    }
    .header-mobile{
        height: 2em;
        width:100vw;
    }

    #navbarNav{
        z-index: 1;
        position: absolute;
        right: 0;
        top: 4em;
        border: 1px solid #B6AC93;
        border-radius: 5px;
        padding: 1em;
        background-color: #000000BB;
        max-width: 12em;
    }
    .nav-link{
        color: #999999 !important;
    }

    .navbar-toggler-menu{
        right: 0.5em;
        position: fixed;
        top: 0.5em;
        z-index: 1;
    }

    .navbar {
        display: flex;
        justify-content: space-between; /* Push items to both ends of the container */
        padding: 10px; /* Add some padding for spacing */
    }

    .navbar-toggler-back{
        position: fixed;
    }


}
/* Medium devices (1024px and up)*/
@media only screen and (min-width: 992px) {
    .header-mobile{
        display: none;
    }
    .navbar{
        height: 10vh;
        font-size: 1em;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 0.75em;
    }

    .scrollable-content {
        overflow-y: auto;
    }

    .resources-table th{
        font-size:1.2em;
    }

    .snakeombra{
        width: 33vw;
        left: 33vw;
    }

    .content {
        max-width: 100vw;
    }

    .menu {
        font-size: small;
    }
  
    .navbar-nav {
        display: flex;
        justify-content: center;
        width: 100vw;
    }
    .navbar-toggler-back{
        position: fixed;
    }
}
@media (orientation: portrait) {
    .products-page{
        margin-top: 10vh;
    }
    .product-row{  
        margin-top: 2em;
    }
    .Power-Test-Analyzer{
        width: 80vw;
    }
}
@media (orientation: landscape) {
    .products-page img {
        width: 33%;
    }
    .icon-label-text{
        margin-top: -0.5em;
    }
}
