#loading1 {
    background: url(img/loading.gif);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: center;
    height: 100vh;
    position: fixed;
    /* transform: translate3d(0, 0, 0); */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    transition: opacity .5s linear;
}

#loading2 {
    background: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: fixed;
    /* transform: translate3d(0, 0, 0); */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1500;
    transition: opacity .5s linear;
}

#bg {
    position: fixed;
    /* transform: translate3d(0, 0, 0); */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* filter: blur(1rem);
    -webkit-filter: blur(1rem);
    -moz-filter: blur(1rem);
    -o-filter: blur(1rem);
    -ms-filter: blur(1rem); */
    z-index: -1;
}

.webp #bg {
    background: url(img/bgsmall4.webp);
    background-repeat: repeat-y;
    background-position-x: center;
    background-position-y: top;
    background-attachment: fixed;
    background-size: cover;
}

.no-webp #bg {
    background: url(img/bgsmall4.jpg);
    background-repeat: repeat-y;
    background-position-x: center;
    background-position-y: top;
    background-attachment: fixed;
    background-size: cover;
}

body {
    width: 100%;
    /* font-weight: lighter; */
    font-family: "calibri", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

picture * {
    box-shadow: 1rem 1rem 10rem #000000;
}

.text-green {
    color: #08ff08 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1140px !important;
    }
}

.bg-transparent {
    background-color: #000000BB !important;
}

.navbar {
    color: rgba(33, 37, 41, 1);
    transition: background-color 250ms linear;
}

.nav-link {
    color: rgba(255, 255, 255, .9) !important;
}

.nav-link.disabled {
    color: rgba(255, 255, 255, .6) !important;
}

h4 {
    color: #08ff08;
    margin-bottom: 1rem;
    margin-top: -7rem !important;
    padding-top: 8rem !important;
}

h5 {
    color: #08ff08;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

li {
    line-height: 1.75rem;
}

.col a img {
    width: 100%;
}

@media (max-width: 991px) {
    .col a img {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

.col-lg-8 p {
    font-weight: lighter;
}

.carousel {
    width: 100%;
    max-width: 30rem;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 1rem 0;
}

@media (min-width: 992px) {
    .videoWrapper {
        position: relative;
        padding-bottom: 0;
        width: 616px;
        height: 346.5px;
        margin: 1rem auto;
    }
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer a img {
    width: 3rem;
    height: 3rem;
}