/* Fonts */ 
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Animations */
@import url('animations.css');

/* General */
::selection {
    background: var(--bs-primary);
    color: var(--bs-dark);
    }
::-webkit-scrollbar-track
{
    background-color: var(--bs-white);
    border-left:0;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: var(--bs-white);
    border-radius: 0px;
        
}

::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    background-color: var(--bs-primary);
}

body {xfont-family: 'Poppins', sans-serif;font-family: "Barlow", sans-serif; overflow: hidden;}
h1,h2,h3,h4,h5 {font-family: 'Shadows Into Light', cursive;}

.suz-section {
    background: #f3f4f6;
    border-radius: 0rem;
    padding: 2.5rem 2rem;
  }

  .suz-title {
    font-family: 'Shadows Into Light', cursive;
    font-size: 3rem;
    margin: 0 0 1rem 0;
    line-height: 1;
  }
  .suz-title span{
    font-weight: 800;
    text-shadow: -1px -1px 0px #fff, -3px 1px 0px #9dc41d;
  }

  .suz-lead {
    max-width: 900px;
    font-size: 1.05rem;
  }

  .suz-card {
    background: rgb(255 255 255);
    border: 0px;
    border-radius: 0rem;
    padding: 1.25rem 1.25rem 1.35rem;
  }

  .suz-card h3 {
    font-size: 1.5rem;
    margin: 0 0 .5rem 0;
    font-weight: bold;
  }

  .suz-card p {
    margin: 0;
    line-height: 1.55;
  }

  .suz-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem 1.2rem;
  }

  .suz-list li{
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: .9rem;
    padding: .85rem .95rem;
    position: relative;
    line-height: 1.35;
  }

  .suz-list li::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #9dc41d;
    display: inline-block;
    margin-right: .6rem;
    vertical-align: middle;
    box-shadow: 0 0 0 4px rgba(157,196,29,.18);
  }

  @media (max-width: 992px){
    .suz-section{ padding: 2rem 1.25rem; }
    .suz-title{ font-size: 2.4rem; }
    .suz-list{ grid-template-columns: 1fr; }
  }


/* Sidebar: ASIDE */
#toggle_sidebar {
    text-transform: uppercase;
    font-weight:700;
    position:fixed;
    top:0;
    left:0;
    border:0;
    font-size:1.5rem;
    width: auto;
    border-bottom-right-radius: 10px;
}
#toggle_sidebar:hover {
    cursor:pointer;
}
#toggle_sidebar p.menu {
    display: inline-block;
    margin:0px;
    padding:0px;
}
#toggle_sidebar.toggled p.menu {
    display: none;
}
#toggle_sidebar p.sluiten {
    display: none;
}
#toggle_sidebar.toggled p.sluiten {
    display: inline-block;
    margin:0px;
    padding:0px;
}
#toggle_second {
    text-transform: uppercase;
    font-weight:700;
    position:fixed;
    top:0;
    right:0;
    border:0;
    font-size:1.5rem;
    width: auto;
    border-bottom-left-radius: 10px;
}
#toggle_second:hover {
cursor:pointer;
}
#toggle_second a {
    display:block;
    color:var(--bs-dark);
    text-decoration: none;
}
aside {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}
#sidebar a {color: inherit;}
#sidebar ul li{
text-align:center;
}
#sidebar ul li:hover {
background-color: var(--bs-light);   
}

#sidebar ul li a:hover {
    color: var(--bs-primary);
}
#sidebar ul li.current_page_item a {
    color: var(--bs-primary);
}

/* Main */
main {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}


/* Nav */
#navbar-nav {
    font-size: 1.5rem;
  }


/* Intro */
#introtext {
    animation-name: introtext;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}
#intro_social_icons a {color:inherit;}
#intro_social_icons .fa-facebook:hover {
    color: #1877f2;
}
#intro_social_icons .fa-twitter:hover {
    color: #1da1f2;
}
#intro_social_icons .fa-whatsapp:hover {
    color: #075e54;
}
#intro_social_icons .fa-instagram:hover {
    color: #405de6;
}
#intro_social_icons .fa-linkedin:hover {
    color: #0077b5;
}

/* Copyright */
#copyright{
    display:inline-block;
    font-size: 0.6rem;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid var(--bs-white);
}

/* Design by */
#designby{
    color: var(--bs-muted);
    text-transform: uppercase;;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 600;
}
#designby:hover {cursor:pointer;}
#designby a {
    font-weight: 600;
    text-decoration:none;
}
#designby a:hover {color:var(--bs-dark)!important;}

/* Hidden admin link */
#hiddenadmin {position:fixed;left:0;bottom:0;width:20px;height:20px;}
#hiddenadmin a {display:block;width:100%;height:100%;}
#hiddenadmin a:hover {cursor:initial;}
