.navbar-brand {
    background: url("/images/StateEmblem100x100.png") no-repeat !important;
    background-size: contain;
    width: 200px;
    min-height: 100px;
    display: block;
    margin: 0 .25rem .5rem;
}

#login .card-body.card-body-logo .logo {

    background: url("/images/StateEmblem100x100.png") 50% 50% no-repeat !important;
    height: 150px;
    margin-bottom: 1rem;
}

.banner {
    display: none;
}


.header-para-padding {
    margin-bottom: 0;
    color: #f3f5f6;
    font-weight: 100;
    font-size: 0.8rem;
    /*padding-top: 14px;*/
}

.header-para-padding a {
    color: #f3f5f6;
    font-weight: 100;
    font-size: 0.9rem;
    padding-left: 10px;
}

/* Laptops */
@media only screen
and (min-width: 1224px) {
    .headerLogoRow {
        margin-left: calc(1.8 * var(--bs-gutter-x));
    }
}

@media screen and (max-width: 1080px) {
    .headerLogoRow {
        margin-left: calc(1.8 * var(--bs-gutter-x));
    }
}

@media screen and (max-width: 960px) {
    .body {
        width: 100%;
        margin: 0;
    }

    .logo {
        text-align: center;
    }

    .navbar-toggler {
        top: 15px;
        right: 10px;
    }

    .language-selector {
        position: absolute;
        right: 80px;

    }

    .image-gallery-block {
        padding-bottom: 100px;
    }

    .eriwatermark {
        display: none;
    }

    .navbar-toggler {
        top: 10px;
        right: 40px;
        position: fixed;
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 2px;
        transition: box-shadow 0.15s ease-in-out;
    }


    .only-on-wide {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .card-block {
        padding-inline: 2px;
    }

    .navbar-toggler {
        top: 0;

        position: fixed;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .body {
        width: 100%;
        margin: 0;
    }

    .logo {
        text-align: center;
    }

    .navbar-toggler {
        top: 15px;
        right: 10px;
    }

    .language-selector {
        position: absolute;
        right: 80px;

    }

    .image-gallery-block {
        padding-bottom: 100px;
    }

    .eriwatermark {
        display: none;
    }

    .only-on-wide {
        display: none;
    }
}

/*@media (max-width: 768px) {
    .body{
        width: 100%;
        margin: 0;
    }
    .logo {
        text-align: center;
    }

    .navbar-toggler {
        top: 15px;
        right: 10px;
    }

    .language-selector {
        position: absolute;
        right: 80px;

    }
    .image-gallery-block {
        padding-bottom: 100px;
    }
    .eriwatermark {
        display: none;
    }
    .only-on-wide{
        display: none;
    }
}*/


@media only screen and (min-width: 320px) and (max-width: 450px) {
    .card-block {
        padding-inline: 20px;
    }

    .card-section {
        bottom: 20px;
    }

    .navbar-toggler {
        top: 10px;
        right: 20px;
        position: fixed;
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid #0a58ca;
        border-radius: 2px;
        transition: box-shadow 0.15s ease-in-out;
    }

    .headerLogoRow {
        margin-left: calc(1.8 * var(--bs-gutter-x));
    }
    .only-on-wide {
        display: none;
    }
}


.show-box {
    border-radius: 0 0 15px 15px;
    background: #5352ed;
    width: 500px;
    padding: 40px;
    color: white;
    letter-spacing: 1px;
    font-family: Arial;
    margin: -1px auto;
    position: relative;
    text-align: center;
}

.show-box a {
    color: #ffffff90;
    text-decoration: none;
}

.show-box a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.show-box .corner {
    position: absolute;
    top: 0;
}

.show-box .top-right {
    left: -20px !important;
}

.show-box .top-left {
    right: -20px !important;
}

.corner {
    height: 20px;
    width: 20px;
    position: relative;
    overflow: hidden;
}

.corner.top-right::after {
    border-top-right-radius: 100%;
}

.corner.top-left::after {
    border-top-left-radius: 100%;
}

.corner.bottom-right::after {
    border-bottom-right-radius: 100%;
}

.corner.bottom-left::after {
    border-bottom-left-radius: 100%;
}

.corner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 500px #5352ed;
}


/* testing nav drop downs */

.fixedSidebar {
    position: fixed;
    top: 50% !important;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #d70018;

    &:before {
        content: "";
        position: absolute;
        height: 30px;
        width: 60px;
        top: -30px;
        right: 0px;
        border-radius: 0 0 50px 0;
        box-shadow: 30px 0 0 0 #d70018;
        pointer-events: none;
    }

    &:after {
        content: "";
        position: absolute;
        height: 30px;
        width: 60px;
        bottom: -30px;
        right: 0px;
        border-radius: 0 50px 0px 0;
        box-shadow: 30px 0 0 0 #d70018;
        pointer-events: none;
    }
}

.sidebarItem {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    width: 24px;
    height: 24px;
    border-radius: 30px;

    svg {
        fill: #fff;
    }
}