/*  
    WebStage CSS 


*/
:root {
    --background-image-default: unset;
    --background-color: #efefef;
    --background-text-color: #242422;

    --background-image-repeat: unset; /* unset, repeat, no-repeat,repeat-x, repeat-y, */
    --background-image-size: unset; /* unset, cover, contain */

    --main-color: #2159dc;
    --main-secondary-color: #2f2f2fff;
    --main-secondary-text-color: #ffffff;

    --form-color: #ffffff;
    --form-color-text: #000000;

    --nav-bg-menu: #efefef;
    --nav-link-text: #2159dc;
    --nav-link-hover: #e5e5e5;
    --nav-icon-color: #fff;
    --nav-bg-admin-menu: #555;
    --admin-link-text: #e5e5e5;
    --admin-link-hover: #8f8f8f;
    --admin-icon-color: #fff;
    --btn-text: #fff;
    --btn-hover: #555;
    --btn-color: #2159dc;
    --link-text: #2159dc;
    --link-hover: #e5e5e5;
    --btn-secondary-color: #8f8f8f;
    --btn-secondary-text: #ffffff;
    --alert-text-color: #ffffff;
    --alert-border-color: #000000;
    --alert-background-color: #c0c0c0;
    --dark-hover: #e5e5e5;
    --blue: #5e50f4;
    --indigo: #6610f2;
    --purple: #6a008a;
    --pink: #e91e63;
    --red: #f96868;
    --orange: #f2a654;
    --yellow: #f6e84e;
    --green: #46c35f;
    --teal: #58d8a3;
    --cyan: #57c7d4;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-background1: #cfcfcf;
    --gray-dark: #0f1531;
    --gray-light: #aab2bd;
    --gray-lighter: #e8eff4;
    --gray-lightest: #e6e9ed;
    --black: #000000;
    --primary: #2159dc;
    --secondary: #3a3a3a;
    --success: #3e8177;
    --info: #4d7cff;
    --warning: #f5a623;
    --danger: #fc5661;
    --light: #d0d0d0;
    --dark: #666;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif-old: "Segoe UI", Tahoma, Geneva, Verdana, Object Sans,sans-serif;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.vertical {
    /*  line-height: -1;   */
    text-align:start;
    text-orientation: sideways;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
/*    font-size: .83rem;
    font-weight: 100;*/
}
.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
   min-height: 30rem;
    background-size: cover; 
}

@media (min-width: 768px) {
    
    .showcase .showcase-text
    {
         padding: 7rem;    
    }

}
 
.text-oversized :not(a):not(.heading) {
    color: #42526e;
}

.text-oversized :not(.heading) {
    font-size: 1.25rem;
    letter-spacing: .3px;
    line-height: 1.4;
}


.portfolio-item {
    color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

    .portfolio-item .caption .caption-content {
        color: #fff;
        margin: auto 2rem 2rem;
    }

        .portfolio-item .caption  .caption-content h2, .portfolio-item .caption .caption-content .h2 {
            font-size: 0.8rem;
            color: #fff;
            text-transform: uppercase;
        }

        .portfolio-item .caption .caption-content p {
            font-weight: 300;
            font-size: 1.2rem;
        }

@media (min-width: 992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
    }

        .portfolio-item .caption .display {
            color:darkorchid;
            transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
            transition: clip-path 0.25s ease-out, background-color 0.7s;
            transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
            -webkit-clip-path: inset(0px);
            clip-path: inset(0px);
        }

            .portfolio-item .caption .caption-content {
                transition: opacity 0.25s;
             /*   margin-left: 5rem;
                margin-right: 5rem;
                margin-bottom: 5rem;*/
            }

        .portfolio-item  {
            transition: -webkit-clip-path 0.25s ease-out;
            transition: clip-path 0.25s ease-out;
            transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
            -webkit-clip-path: inset(-1px);
            clip-path: inset(-1px);
        }

            .portfolio-item:hover {
             
                -webkit-clip-path: inset(2rem);
                clip-path: inset(2rem);
            }
                .portfolio-item:hover .caption .display {
                    background-color: rgb(90, 29, 159, 0.50);
                    color: aliceblue;
                }
                    .portfolio-item:hover .caption  {
                    background-color: rgb(90, 29, 159, 0.50);
                    color: aliceblue;
                    -webkit-clip-path: inset(2rem);
                    clip-path: inset(2rem);
                }
}


.bg-gradient-primary-to-secondary {
    background: var(--main-color);
    background: linear-gradient(135deg, var(--main-color) 0%, var(--main-secondary-color) 100%);
}

.text-gradient {
    background: -webkit-linear-gradient(315deg, var(--main-color) 0%, var(--main-secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}


.features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.features-icons .features-icons-item img {
    max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.fa.fa-twitter::before {
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/1776/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/1776/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}

form {
    color: #242422 !important;
}
/* icon color */
i {
    color: var(--nav-icon-color);
}
/* Backgrounds */

.bg-primary {
    background-color: var(--background-color);
}
.bg-secondary {
    background-color: var(--gray-light);
}
.bg-gray {
    background-color: gray;
}
.bg-light {
    color: var(--gray-dark);
    --background-color: var(--gray-light);
    font-family: var(--font-family-sans-serif);
}

.feature-divider {
     padding:36px;
}
/*  For Pricing    */
.savings-ribbon {
    top: -20px;
    left: -18px;
    position: absolute;
    left: -3px;
    background: var(--gray-dark);
    border: 1px solid var(--gray-dark);
    padding: 0 10px;
    min-width: 70px;
    font-size: 14px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    color: #fff !important;
    margin: 0;
    top: 65px
}

.pricebox {
    font-weight: 900;
    font-style: italic;
    padding: 10px 0 20px;
    -webkit-transform: skewX(0) skewY(-5deg);
    -ms-transform: skewX(0) skewY(-5deg);
    -o-transform: skewX(0) skewY(-5deg);
    transform: skewX(0) skewY(-5deg);
    font-size: 28px;
    line-height: 1;
}
.affiliate_logo {
    max-width: 40px;
}
.area_toolbar {
    height: 40px;
} 

.keycodefont {
    color: var(--primary);
    font-family: var(--font-family-monospace);
}

.bg-keys {
    color: var(--gray);
    --background-color: var(--gray-dark);
    font-family: var(--font-family-monospace);
}

h1, h3 {
    color: var(--main-color);
}

 h2  {
    color: var(--main-secondary-color);
}


.text-primary {
    color: var(--danger);
}


html {
    /*    font-size: 14px;
*/ position: relative;
    min-height: 100%;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
*/ /*
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

*/

.campaignlist td {
    color: white;
}
a {
   text-decoration:none;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

#success-alert {
    color: var(--alert-text-color) !important;
    border-color: var(--alert-border-color) !important;
    background-color: var(--alert-background-color) !important;
}

/*    Page Defaults      */

body {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: var(--font-family-sans-serif);
    font-weight: 400;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    color: var(--background-text-color) !important;
    /*    background-image: linear-gradient(180deg, var(--background-color), #fff 250px, #fff);
*/
    background-color: var(--background-color) !important;
    background-image: var(--background-image-default) !important;
    background-repeat: var(--background-image-repeat);
    background-size: var(--background-image-size);
    line-height: 1.75rem;
}
.print {
    min-height: 11in !important;
    max-height: 11in !important;
    max-width: 8.5in !important;
    max-width: 8.5in !important;
    line-height: 17px;
}

    @media (min-width: 576px) {
        html {
            font-size: 12px;
        }
    }

    @media (min-width: 768px) {
        html {
            font-size: 14px;
        }
    }

    @media (min-width: 1200px) {
        html {
            font-size: 16px;
        }
    }

    #scrolltotop {
    background-color: var(--link-hover);
    bottom: 20px;
    color: #ffffff;
    display: none;
    height: 40px;
    line-height: 27px;
    position: fixed;
    right: 20px;
    width: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#scrolltotop {
    display: none;
}

    #scrolltotop:hover,
    #scrolltotop:focus,
    #scrolltotop:active {
        color: #ffffff;
        border-radius: 100%;
    }


.form-select {
    font-size: 1rem;
    font-weight: 500;  
    line-height: 1.5;
    color: var(--form-color-text);
    background-color: var(--form-color);
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.5rem + 20px);
    line-height: 1.35;
    color: var(--form-color-text);
    background-color: var(--form-color);  
}

/*
    NAV BAR
*/
.nav-bg-menu {
    background-color: var(--nav-bg-menu);
}

button.nav-link  {
    border: 0;
}

.navbar-toggler {
    /*  background-color: #00000013;*/
}

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

.navbar-toggler-icon {
    color: var(--nav-icon-color);
}

    .navbar-toggler-icon:active:focus {
        box-shadow: none;
        outline: 0;
    }

    .navbar-toggler-icon:active {
        box-shadow: none;
        outline: 0;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
    a.navbar-brand img {
        padding-top:15px;
        max-height: 55px;
        max-width: 125px;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #555;
    border-color: #8f8f8f;
}

navbar-light {
    color: var(--nav-link-text);
}

    navbar-light:hover {
        color: var(--nav-link-hover);
    }

.nav-pills
.nav-link.active {
    color: #ffffff;
    background-color: var(--nav-link-hover);
}

.nav-link {
    color: var(--nav-link-text);
    font-weight: 600;
}

a.nav-link.active {
    color: var(--nav-link-hover);
    font-weight: 800;
}

.nav-link:focus {
    color: var(--nav-link-hover);
}

.nav-link:hover {
    color: var(--nav-link-hover);
}

.nav-link:active {
    color: var(--nav-link-hover);
}


.admin-menu {
    color: var(--nav-bg-admin-menu);
}

.admin-link {
    color: var(--admin-link-text);
    font-weight: 600;
}

a.admin-link.active {
    color: var(--admin-link-hover);
    font-weight: 800;
}

.admin-link:focus {
    color: var(--admin-link-hover);
}

.admin-link:hover {
    color: var(--admin-link-hover);
}

.admin-link:active {
    color: var(--admin-link-hover);
}


a {
    color: var(--link-text);
    text-decoration: none;
    font-weight: 600;
}

    a:focus, a:active, a:active:focus, a:hover {
        color: var(--link-hover);
    }



.link-dark {
    color: white;
}

    .link-dark:hover {
        color: red;
    }


/*
.selected {
    color: var(--link-text);
}
    .selected:hover {
        color: var(--link-hover);
    }

*/
form-check form-check-inline {
    color: var(--nav-link-hover)
}


/* check boxes */
.form-check-input[type="checkbox"] {
    width: 2em;
    height: 2em;
    margin-top: -0.2em;
    padding-right: 0.2em;
}

.form-check-input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em;
}

.form-check-input:checked[type="checkbox"] {
    background-color: var(--link-hover);
    border-color: var(--link-hover);
}

/* radio buttons */
.form-check-input[type="radio"] {
    margin-top: .25em;
    padding-right: .25em;
    width: none;
    height: none;
}

.form-check-input:checked[type="radio"] {
    background-color: var(--link-hover);
    border-color: var(--link-hover);
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

input[type="range"] {
    accent-color: var(--link-hover);
}

/* slider range */
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    background: var(--btn-color);
    border-radius: 5px;
    background-image: linear-gradient(var(--btn-color), #555);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
    /* slider button */

    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #555;
        transition: background .3s ease-in-out;
        background-color: var(--btn-color);
    }

    input[type="range"]::-moz-range-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        cursor: ew-resize;
        box-shadow: 0 0 2px 0 #555;
        transition: background .3s ease-in-out;
        background-color: var(--btn-color);
    }

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.col {
    padding: 3px !important;
}

.col {
    padding: 3px !important;
}


/* table */
.table {
    color: var(--main-text-color) !important;
}

.table-cell td {
    color: var(--main-text-color) !important;
}

.table-striped td {
    color: var(--main-text-color) !important;
}
/* buttons */
.btn {
    color: var(--btn-text);
    border-color: var(--btn-color);
    background-color: var(--btn-color);
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid;
    line-height: 1.5; margin-top:15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn:focus, .btn:active, .btn:active:focus {
        color: var(--btn-hover-text);
        border-color: var(--btn-text);
        background-color: var(--btn-hover-bg-color);
        outline: 0;
        box-shadow: none;
        /*   box-shadow: 0 0 0 .25rem var(--btn-hover);   */
    }

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--main-color);
    }

    .btn:hover {
        background-color: var(--btn-hover);
    }

    .btn:active {
        /*   background-color: #00000050;*/
}

.btn-link {
    color: var(--link-text);
    background-color: transparent;
}
    .btn-link:hover {
        color: var(--link-hover);
        background-color: transparent;
    }
    .btn-link:focus {
        box-shadow: none;
        color: var(--link-hover);
        background-color: transparent;
    }
    .btn-link:active:focus {
        box-shadow: none;
        color: var(--link-hover);
        background-color: transparent;
    }

.btn-info {
    color: var(--btn-text);
    /*    background-color: var(--btn-color);*/
}

.btn-success {
    color: var(--btn-text);
    /*    background-color: var(--btn-color);*/
}


.btn-warning {
    color: var(--btn-text);
    /*    background-color: var(--btn-color);*/
}

.btn-danger {
    /*  min-width: 160px;
    max-width: 260px;*/
    color: var(--btn-text);
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    font-size: 1.33rem;
    outline: none;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}


.btn-primary h1{
    
    color: var(--btn-text);
    background-color: var(--btn-color);
/*
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    font-size: 1.33rem;
   
    outline: none;
    border-radius: 0.25rem;
    margin-bottom: 10px;*/
}

    .btn-primary:hover {
        color: var(--btn-hover-text);
        border-color: var(--btn-color);
        background-color: var(--btn-hover-bg-color);
    
    }

.btn-secondary {
    color: var(--btn-secondary-text);
    background-color: var(--btn-secondary-color);
}

    .btn-secondary:hover {
        color: var(--btn-secondary-hover-color);
        background-color: var(--btn-secondary-hover-text);
    }

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide
input[type="text"], */
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="selects"] {
    /*    max-width: 280px;
*/
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    .container {
        width: 100%;
    }
}

/* Search Grids */
.normalFrame {
    border: 3px solid #80808050;
    width: 100%;
    height: 65vh;
    top: 0;
    left: 0;
}

.minimizedScreen {
    width: 100%;
    height: 65px;
    position: page absolute;
    margin-left: 0px;
    margin-right: 0px;
}

    .minimizedScreen iframe {
        width: 100%;
        height: 20px;
    }

.fullScreen {
    width: 100%;
    height: 100vh;
    position: page absolute;
    margin-left: 0px;
    margin-right: 0px;
}

    .fullScreen iframe {
        width: 100%;
        height: 95vh;
    }

/*autocomplete*/
.autocomplete_completionListElement li ul {
    visibility: visible;
    position: absolute;
    width: 273px;
    left: 0px;
    top: 50px;
    opacity: 1;
}

.autocomplete_completionListElement {
    overflow: hidden;
    max-height: 200px;
    min-height: 0px;
    border-width: 0px;
    border-style: solid;
    list-style-type: none;
    margin: 0px;
    padding: 22px;
    width: auto;
    background-color: white;
    text-align: left;
}

.autocomplete_listItem {
}

.autocomplete_highlightedListItem {
    color: blueviolet;
}

/* Home Page Search Bar */
.input-home-search {
    border: 1px solid black;
    border-radius: 0.0rem;
    border-top-right-radius: 0.0rem;
    border-bottom-right-radius: 0.0rem;
}

    .input-home-search input {
        font-size: 35px;
        height: 65px;
        max-width: 100%;
    }

/* Master Page Search Bar */
.input-nav-search input {
    border: 1px solid black;
    border-radius: 0.0rem;
    border-top-right-radius: 0.0rem;
    border-bottom-right-radius: 0.0rem;
}

.input-nav-search lable {
    height: 55px;
    width: 55px;
}

.input-nav-search input {
    font-size: 30px;
    height: 55px;
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
}


/*<styles for login and accounts  >*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


/* HOME PAGE CAROUSEL */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
    z-index:0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    padding-top: 15px;
    z-index: 10;
    height: 33rem;
    border: 3px;
    text-align: center !important;
    vertical-align: middle;
    width: 100%;
    flex-shrink: 0;
} 
    .carousel-item h1 {
        color: var(--main-color);        
    }

    .carousel-item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 26rem;
        z-index: -1;
    }
.carousel-control-next, .carousel-control-prev {
    z-index: 100;
}
    .carousel-indicators [data-bs-target] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    /* 
        background-color: var(--gray-dark);
    */
}

/* carousel Control P{ause Button*/

.carousel-control-pause {
    align-content: center;
}

.carousel-control-pause-icon {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");*/
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-pause {
        transition: none;
    }
}

.carousel-control-pause:hover {
    color: var(--main-color);
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

/*
    .carousel-control-pause {
        display: inline-block;

        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }
*/
.carousel-control-pause {
    color: var(--light);
    position: absolute;
    top: 20rem;
    align-items: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 15%;
    padding: 0;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}


