/* * Globals */
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;

    /* Prevent inheritance from `body` */
}

/* * Base structure */
body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
    max-width: 80vw;
}

/* * Header */
.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

.modal-content {
    background-color: #062460d7;
    text-align: left;
}

#apple,
#android,
#phone,
#github,
#facebook,
#threads,
#whatsapp,
#instagram,
#mastodon,
#youtube,
#google,
#google-drive,
#pinterest,
#linkedin,
#tiktok,
#x-twitter,
#tumblr,
#bluesky,
#reddit,
#vk,
#telegram,
#wordpress,
#shopify,
#magento,
#slack,
#mailchimp,
#stripe,
#sms,
#email-bulk,
#rss {
    font-size: 1.2em;
    color: #fff;

    /* verwijder de oude box-shadow/animation */
    box-shadow: none;
    padding: 11px 19px;
    margin: 0 5px;
    animation: glow 2s ease-in-out infinite;
}

@keyframes glow {
    0%,
    100% {
        text-shadow: 0 0 5px #87e0ff,
      0 0 20px #87e0ff,
      0 0 40px #87e0ff;
    }

    50% {
        text-shadow: 0 0 20px #87e0ff,
      0 0 30px #87e0ff,
      0 0 40px #87e0ff;
    }
}

#link {
    font-size: 1.5em!important;
    color: #fff!important;
    box-shadow: none;
    animation: glow 2s ease-in-out infinite;
    cursor: pointer;
}

@media (max-width:767px) {
    div#social_icons.container {
        display: none;
    }

    #logo_ccombox {
        min-width: 100vw;
    }

    img#logo_ccombox {
        margin-left: -20px;
    }

    #social_icons {
        width: 100%!important;
    }
}

@media (min-width:768px) {
    div#social_icons_m.container {
        display: none;
    }
}

svg.bi.bi-share.position-fixed {
    margin-left: 15px;
    margin-top: 15px;
}

button.btn-close {
    color: #ffffff;
    font-size: 23px;
}

span.badge.bg-info.text-light-emphasisSpecificiteit: (0,3,1) {
    color: #FFF !important;
}

p.card-text.text-black-50 {
    color: #fff !important;
}

a.bg-info.btn.btn-primary.text-light-emphasis {
    color: #FFF !important;
}

.neonImage {
    display: block;
    margin: 0 auto 1rem auto;
    filter: drop-shadow(0 0 50px #002044) drop-shadow(0 0 20px #011f5e) drop-shadow(0 0 60px rgb(0, 0, 0));
    filter: drop-shadow(0 0 30px #002044)
    drop-shadow(0 0 60px #002044)
    drop-shadow(0 0 90px #002044);
}

spaceicon {
    margin-bottom: 10px;
}

koptekst-single {
    color: #f5f1f1 !important;
}

h1.koptekst-single {
    color: #ffffff !important;
    font-size: 20px;
}

h2,
h3,
h4,
h5 {
    font-size: 1.5em!important;
}

.kleur {
    background-color: #002044;
}

.zindex {
    z-index: auto;
}

.lead {
    font-size: 1em!important;
}