/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*versie 17-9*/
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body {margin:0px;padding:0px;
  font-family: 'Roboto', serif;
  font-size: 18px;
  line-height: 150%;color:#084CA1;
  color:#FFFFFF;
}

.uk-card-primary.uk-card-body, .uk-card-primary>:not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary>:not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
    color: rgba(255,255,255,1);
      text-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}

h1,h2,h4,h4,h5,h6 {
   font-family: 'Baloo Chettan', cursive;
   text-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}
h1 {font-size: 2.4em;text-shadow: 2px 3px 5px rgba(0,0,0,0.2);}
h2 {font-size: 2em;text-shadow: 2px 3px 5px rgba(0,0,0,0.2);}

p {color:#FFFFFF;text-shadow: 2px 3px 5px rgba(0,0,0,0.2);}

.kb-mainnav ul li a {
    color:#FFFFFF;
    font-family: 'Baloo Chettan', cursive;
    font-size: 1.2em;
     text-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}

.kb-mainnav ul li.uk-active a {
   /* color:#fbcf00;*/
   /* color:#04b97f;*/
   color:#084CA1;

}

.kb-mainnav ul li:hover a {
   /* color:#fbcf00;*/
   /* color:#04b97f;*/
   color:#084CA1;
}
.uk-sticky-fixed {}
.uk-sticky-fixed.uk-active.kb-mainnav {
    /*background-color: rgba(233,121,1,1);*/
    background-color: #ffc700;
    transition: all 1s ease-in;
      box-shadow: 0px 15px 10px -15px #111;
}
.uk-sticky-fixed.uk-active.kb-mobilenav {
    background-color:#e63d96;
    transition: all 1s ease-in;
      box-shadow: 0px 15px 10px -15px #111;
}
.shadowbottom {
      box-shadow: 0px 15px 10px -15px #111;
}

.kb-icon {
    color:#FFFFFF;
}
.kb-icon:hover {
    color:#FFFFFF;
}
.uk-button.uk-button-primary {
    border-radius: 20px;
    color:#000000;
    background-color: #ffffff;
    font-weight: 700;
}
.uk-button.uk-button-primary:hover {
    border-radius: 20px;
    background-color:#000000;
    color: #ffffff;
    font-weight: 700;
}

.kb-thesongs {
    background-color: rgba(233,121,1.0);
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(../songs_bg.jpg);
}
.kb-mobilenav .kb-navicon  {
    color:#FFFFFF;
}
.kb-mobilenav .kb-navicon:hover {
    color:#FFFFFF;
}
.kb-mobilenav .uk-navbar-dropdown li a{
    /*color: rgba(233,121,1.0);*/
    color:#ffc700;
}
.kb-mobilenav .uk-navbar-dropdown li.uk-active a{
    color:#00ffae;
}
.kb-album {
    background-color: #000000;
    padding:20px;
}

.kb-bg-orange {
  background-color:#ffc700; background-image: url(../achtergrond-swirl-site.png);background-size: auto;
}
.kb-bg-blue {
  background-color:#00b8b9; background-image: url(../achtergrond-swirl-site.png);background-size: auto;
}

.z-index-10000 {
z-index: 10000;
/*background-image: none;*/
}
.z-index-1000 {
    z-index: 1000;
}
.kb-overlay-color {
    /*background-color: rgba(143,74,1,0.7);*/
}
.kb-overlay-color:after {
  content: '';
  background-color: red;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;

  background: linear-gradient( rgba(213,110,0,1), transparent ), linear-gradient( 90deg, rgba(222,178,0), transparent ), linear-gradient( -90deg, rgba(0,255,174,0.6), transparent );
  background-blend-mode: overlay;
}

.kb-bg-color {
    background-image:url(../banner-wide.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.kb-bg-color:after {
  content: '';
  background-color: red;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  z-index: 0;
  height: 100%;

  background: linear-gradient(90deg, rgba(188,91,145,0.8) 0%, rgba(127,158,197,0.8) 100%);
  background-blend-mode: overlay;
}

@media (max-width: 768px) {
    .uk-padding-large {
        padding:10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.teamlid {cursor: pointer;margin-bottom: 10px;}
.foto-1 {visibility:hidden;position:absolute;top:0px;width:150px; height: 150px;}
.foto-2 {visibility:initial;position:absolute;top:0px;width:150px; height: 150px;}

.teamlid:hover .foto-1 {visibility:initial;}
.teamlid:hover .foto-2 {visibility:hidden;}

.uk-light .uk-accordion-title:focus {
    color: rgba(255,255,255, 1);
}

#search-song-input {
    border-color: rgb(255, 255, 255);
}

#search-song-input uk-icon {
    color: #000 !important;
}

#search-song-icon {
    color: #fff !important;
}

.next {
  color: #000 !important;
  background-color: rgb(255,255,255) !important;
}

.next::placeholder {
  color: black !important;
  opacity: 0.5 !important;
  /*border-color: rgb(255, 255, 255);*/
}








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
