﻿html {
    overflow: auto;
}

body {
    font-family: Arial;
    overflow: hidden;
    scrollbar-gutter: stable;
}

input, select {
    border-radius: 0 !important;
}

.AdvertImage {
    width: 100%;
}

#page_menu_button {
    float: right;
}

.hero-section {
    background-image: url("/Content/img/Page-Header-Blue.jpg");
    width: 100vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
}

    .hero-section .form-floating {
        color: #333;
    }

    .hero-section .bottom-right-corner {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .hero-section .top-left-corner {
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero-section .w-12 {
        width: 14.2% !important;
    }

.focus-ring-dark:focus {
    border-color: rgb(0, 39, 69);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 39, 69, 0.25);
}

.advert__arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 1;
    margin-top: -26px;
    width: 40px;
}

    .advert__arrow img {
        width: 45px;
        margin: 0 auto;
    }

.slider__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -26px;
    width: 40px;
    color: white;
    box-shadow: none !important;
    border-color: none !important;
}

    .slider__arrow img {
        width: 45px;
        margin:0 auto;
    }

.glide__arrow {
    border:0px !important;
}

    .glide__arrow:hover {
        border-color: 0px !important;
    }

.glide__bullet{
    display:inline-block;
}

    .glide__bullet:hover, .glide__bullet:focus {
        border: none !important;
        background-color: darkblue !important;
    }

    .glide__bullet.active {
        border: none !important;
        background-color: darkviolet !important;
    }

    .slider__arrow--prev, .slider__arrow--next {
        padding: 0 !important;
    }

.AdvertClass a {
    all: unset;
    cursor: pointer;
}

.page_background {
    background-image: url('/Content/img/page-banner-background.png');
    background-color: #00633a;
    height: 90px;
    background-size: 1200px;
    background-position: bottom 10px right 20px;
    width: 100vw
}

    .page_background .animated-menu-icon {
        background-color: rgba(0,0,0,0);
        margin-top: 16px;
        color:#fff;
        margin-right:40px;
    }

        .page_background .animated-menu-icon span {
            background-color: #fff;
        }

.navbar{
    padding-top:0;
}

footer {
    width: 100vw;
}

.startHidden {
    display: none;
}

/* Bootstrap SM */
@media screen and (max-width: 576px) {
    .hero-section .top-left-corner, .hero-section .bottom-right-corner {
        display: none;
    }
}

/* Bootstrap MD */
@media (min-width: 768px) {
    .hero-section .top-left-corner {
        width: 33.3%;
    }

    .hero-section .bottom-right-corner {
        width: 20%
    }
}

/* Bootstrap LG */
@media (min-width: 992px) {
    .hero-section .top-left-corner {
        width: 33.3%;
    }

    .hero-section .bottom-right-corner {
        width: 20%
    }
}

/* Bootstrap XL */
@media (min-width: 1200px) {
    .hero-section .top-left-corner {
        width: 33.3%;
    }

    .hero-section .bottom-right-corner {
        width: 19%
    }
}
