body {
    padding-top: 3rem;
    padding-bottom: 0rem;
    color: #5a5a5a;
    overflow-x: hidden;
}

a,
a:hover,
a:active {
    text-decoration: none !important;
}

main {
    background: linear-gradient(white, #82D0F6);
    background-attachment: fixed;
    background-size: 100% 100%;
}

#social {}

#social a svg,
#social a img {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    display: inline;
    vertical-align: middle;
}

#social a svg {
    width: 32px;
    height: 32px;
}

#social a img {
    margin-left: 5px;
    width: 26px;
    height: 26px;
}

.swal2-modal {
    background-image: url(../video/alex.gif) !important;
    background-size: cover !important;
}

.details-btn {
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    max-width: 150px;
    margin: auto;
    color: black;
    border: solid 1px #343A40;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 200%;
    text-align: center;
    transition: all 1s;
    margin-bottom: 20px;
}

.details-btn:hover {
    color: white;
    border: solid 1px #343A40;
    background-color: #FF7B00;
    transition: all 0.3s;
}

#nav_logo {
    display: none;
}

.navbar-nav .pixel {
    margin-top: 10px;
    font-size: 12px !important;
    transition: all 0.3s;
}

.navbar-nav .pixel:hover {
    transition: all 0.3s;
}

@media (min-width: 40em) {
    #nav_logo {
        height: 40px;
        display: block;
    }
}

.shadow {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

#logo_and_video {
    height: 500px;
    overflow: hidden;
    margin-bottom: 80px;

    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.68);
}

#ohrbit_logo {
    background-image: url(../img/logo.png), linear-gradient(rgba(1, 65, 126, 0.35), rgba(0, 0, 0, 0)), url(../video/scanlines.png);
    background-size: 45% auto, 100% 100%, 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 1;
    transition: all 0.3s;

}

@keyframes glow {
    0% {
        text-shadow: 0 1px 0 #ccc,
            0 2px 0 #c9c9c9,
            0 3px 0 #bbb,
            0 4px 0 #b9b9b9,
            0 5px 0 #aaa,
            0 6px 1px rgba(0, 0, 0, .1),
            0 0 5px rgba(0, 0, 0, .1),
            0 1px 3px rgba(0, 0, 0, .3),
            0 3px 5px rgba(0, 0, 0, .2),
            0 5px 10px rgba(0, 0, 0, .25),
            0 10px 10px rgba(0, 0, 0, .2),
            0 20px 20px rgba(0, 0, 0, .15), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 20px rgb(255, 123, 0), 0 0 35px rgb(255, 123, 0), 0 0 40px rgb(255, 123, 0), 0 0 50px rgb(255, 123, 0), 0 0 75px rgb(255, 123, 0);
    }

    50% {
        text-shadow: 0 1px 0 #ccc,
            0 2px 0 #c9c9c9,
            0 3px 0 #bbb,
            0 4px 0 #b9b9b9,
            0 5px 0 #aaa,
            0 6px 1px rgba(0, 0, 0, .1),
            0 0 5px rgba(0, 0, 0, .1),
            0 1px 3px rgba(0, 0, 0, .3),
            0 3px 5px rgba(0, 0, 0, .2),
            0 5px 10px rgba(0, 0, 0, .25),
            0 10px 10px rgba(0, 0, 0, .2),
            0 20px 20px rgba(0, 0, 0, .15);
    }

    100% {
        text-shadow: 0 1px 0 #ccc,
            0 2px 0 #c9c9c9,
            0 3px 0 #bbb,
            0 4px 0 #b9b9b9,
            0 5px 0 #aaa,
            0 6px 1px rgba(0, 0, 0, .1),
            0 0 5px rgba(0, 0, 0, .1),
            0 1px 3px rgba(0, 0, 0, .3),
            0 3px 5px rgba(0, 0, 0, .2),
            0 5px 10px rgba(0, 0, 0, .25),
            0 10px 10px rgba(0, 0, 0, .2),
            0 20px 20px rgba(0, 0, 0, .15), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 20px rgb(255, 123, 0), 0 0 35px rgb(255, 123, 0), 0 0 40px rgb(255, 123, 0), 0 0 50px rgb(255, 123, 0), 0 0 75px rgb(255, 123, 0);
    }
}

.artist-web-btn {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-family: sans-serif;
    border: solid 1px white;
    color: white;
    padding: 5px;
    display: block;
    width: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: all 0.3s;
    background-color: transparent;
}

.artist-web-btn:hover {
    border: solid 1px white;
    color: black;
    background-color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.dtext {
    animation-name: glow;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    color: white;
    font-family: 'pixel_minersminers';
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    margin-top: 410px;
}

@media (max-width: 600px) {
    .dtext {
        font-size: 22px;
        transform: all 1s;
    }

    #ohrbit_logo {
        background-image: url(../img/logo.png), linear-gradient(rgba(1, 65, 126, 0.35), rgba(0, 0, 0, 0)), url(../video/scanlines.png);
        background-size: 90% auto, 100% 100%, 100% 100%;
        background-position: center center;
        position: absolute;
        width: 100%;
        height: 500px;
        z-index: 1;
        transition: all 1s;
    }

    .p2 {
        font-size: 18px !important;
    }
}

#clock {
    color: #FF7B00;
    text-align: center;
    font-family: 'pixel_minersminers';
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 50px;
}

#vid {
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}



.featurette-divider {
    margin: 5rem 0;
}


.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}




@media (min-width: 40em) {


    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

footer {
    background-color: white;
    padding: 20px;
}

#gallery {
    padding: 30px;
}

#gallery img {
    padding: 5px;
    margin: 25px;
    width: 200px;
    height: 140px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    filter: brightness(1);
    transition: all 0.4s;
    transform: scale(1);
}

#gallery img:hover {
    filter: brightness(1.4);
    transition: all 0.4s;
    transform: scale(1.1);
}

#footer_links {
    text-align: center;
}

#privacy_policy {
    display: inline-block;
    cursor: pointer;
}

#agb {
    display: inline-block;
    cursor: pointer;
}

#privacy_policy_modal iframe {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#privacy_policy_modal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 90%;
    height: 80%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 70px;
    z-index: 10000;
    background-color: white;
    box-shadow: 0 0 1000px 100px #000000;
}

#privacy_policy_modal_outside {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.5);
}

#slideshow_iframe {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 450px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

#facebook {
    display: block;
    width: 100%;
    height: 500px;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
}

.TickerNews {
    width: 100%;
    height: 50px;
    line-height: 48px;
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
}

.ti_news .artist {
    display: block;
}

#legacy_artists {
    font-size: 90%;
    color: #343A40;
    margin-top: 30px;
    margin-bottom: 120px;
    margin-left: 130px;
    margin-right: 130px;
}

.presse h1 {
    color: white;
}

.presse .card {
    color: black;
    text-align: left;
    padding: 36px;
}

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

.rounded-circle {
    border-radius: 15px !important;
}
