@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import "bootstrap/scss/bootstrap";


*{  
    box-sizing: border-box;
    margin:0;
    padding:0;
    font-family:'Source Sans Pro', sans-serif;
}

body{
  background-color: white;
    /*display: flex;
    justify-content: center;*/
}
header, #waar{
  width:100%;
}

#maincontainer{
    background-color: white;
    width: 95%;
    position: relative;
    margin-left:auto;
    margin-right: auto;
}
#naam{
    font-family:'Source Sans Pro', sans-serif;
    margin-top: 0px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-image:url("../images/Jef.jpg");
    background-repeat: no-repeat; 
    width:100%;
  }

#kleinbalkje{
  text-align: center;
  width: 100%;
  font-weight: 400;
  
  background-color: #0E3C13;
  
}
#jefke{
  font-size: 3vh;
  color:white;
}

#kunstenaar{
  font-size: 2vh;
  color: #B3B3B3;
}
#intro{
  font-family:'Source Sans Pro', sans-serif;
  text-align: center;
  color: #0E3C13;
  font-size: 3vh;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 20px;
}

.normaal{
  font-size: 2.5vh;
}

.normaal h1{
  color: #0E3C13;
}

.waar{
  display: flex;
  align-items: center;
  padding-left: 30px;
  height: 150px;
  background-color: #B3B3B3;
  margin-top: 0px;
  font-family:'Source Sans Pro', sans-serif;
  font-size: 4vh;
  font-weight: 900;
  color: #0E3C13;
}
iframe{
    width: 100%;
    height: 200px;;
}

.filmpje{
    margin-top: 15px;
}
.filmpje h2{
  color: #0E3C13;
  padding-bottom: 10px;
}

.Gedichten1{
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 15px;
  width: 75%;
}

.Gedichten2{
  float: right;
  width: 75%;
  font-family:'Source Sans Pro', sans-serif;
  text-align: right;
  margin-top: 15px;
}
.Gedichten1 h1{
  color: #0E3C13;
  text-decoration: underline
}
.Gedichten2 h1{
  color: #0E3C13;
  text-decoration: underline
}
#waarom{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: large;
  text-align: center;
  margin-top: 180px;
}
#contactcontainer{
  margin-top: 20px;
  margin-left: 20px;
  font-size: large;
  text-decoration: none;
  color: #0E3C13;
}
#contactcontainer a{
  text-decoration: none;
  color: #0E3C13;
}
#contactcontainer2{
  margin-top: 15px;
}



footer{
  display: flex;
  justify-content: space-between;
  position:relative;
   bottom:0;
   width:100%;
   background-color: #B3B3B3;
  height: 150px;
}
#voorvoetje{
  display: flex;
  position: relative;
  height: 20px;
  width: 100%;
  background-color: #0E3C13;
}
#icoontjes{
  width: 50%;
  padding-left: 15px;
  padding-top: 10px;
  height: 100px;
}
.bi-facebook, .bi-instagram, .bi-spotify, .bi-youtube {
  color: #0E3C13;
  padding-right: 15px;
  font-size: 50px;}

#infodiv{
  font-size: 2vh;
  color: #0E3C13;
  text-align: end;
  padding-top: 30px;
  padding-right: 2%;
  width: 50%;
}
#infodiv a{
  text-decoration: none;
  color: #0E3C13;
}
.bi-telephone-fill, .bi-envelope-fill{
  font-size: 2vh;
}

@media only screen and (min-width: 768px){
#maincontainer{ width: 90%;
}
#naam{
  background-position-y: -230px;
}
.waar{
  align-items: center;
  justify-content: center;
}
#allesmuziek{
  width:60%;
  margin-left: 20%;
}
iframe{
  height: 400px;;
}
}
 

.section-center{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
  }
 
  
  
  [type="checkbox"]:checked,
  [type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
  }
  .menu-icon:checked + label,
  .menu-icon:not(:checked) + label{
    position: fixed;
    top: 63px;
    right: 75px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 10;
  }
  .menu-icon:checked + label:before,
  .menu-icon:not(:checked) + label:before{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    z-index: 20;
    top: 0;
    left: 0;
    border-top: 2px solid #ececee;
    border-bottom: 2px solid #ececee;
    transition: border-width 100ms 1500ms ease, 
                top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
                height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), 
                background-color 200ms ease,
                transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu-icon:checked + label:after,
  .menu-icon:not(:checked) + label:after{
    position: absolute;
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    z-index: 20;
    top: 10px;
    right: 4px;
    background-color: #ececee;
    margin-top: -1px;
    transition: width 100ms 1750ms ease, 
                right 100ms 1750ms ease,
                margin-top 100ms ease, 
                transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu-icon:checked + label:before{
    top: 10px;
    transform: rotate(45deg);
    height: 2px;
    background-color: #ececee;
    border-width: 0;
    transition: border-width 100ms 340ms ease, 
                top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
                height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), 
                background-color 200ms 500ms ease,
                transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu-icon:checked + label:after{
    width: 30px;
    margin-top: 0;
    right: 0;
    transform: rotate(-45deg);
    transition: width 100ms ease,
                right 100ms ease,  
                margin-top 100ms 500ms ease, 
                transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .nav{
    position: fixed;
    top: 33px;
    right: 50px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 8px 30px 0 rgba(0,0,0,0.3);
    background-color:#0E3C13;
    animation: border-transform 7s linear infinite;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),  
                right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1),
                transform 250ms 1100ms ease,
                width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1),
                height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  @keyframes border-transform{
      0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
  }
  
  .menu-icon:checked ~ .nav {
    animation-play-state: paused;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 200%;
    height: 200%;
    transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),  
                right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1),
                transform 250ms 700ms ease,
                width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1),
                height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .nav ul{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 6;
    text-align: center;
    transform: translateY(-50%);
    list-style: none;
   
  }
  .nav ul li{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    list-style: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 250ms linear; 
   
  }
  .nav ul li:nth-child(1){
    transition-delay: 200ms;
  }
  .nav ul li:nth-child(2){
    transition-delay: 150ms;
  }
  .nav ul li:nth-child(3){
    transition-delay: 100ms;
  }
  .nav ul li:nth-child(4){
    transition-delay: 50ms;
  }
  .nav ul li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 9vh;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
    display: inline-block;
    position: relative;
    color: #B3B3B3;
    transition: all 250ms linear; 
    text-decoration:none;
  }
  .nav ul li a:hover{
    text-decoration: none;
    color: white;
  }
  .nav ul li a:after{
    display: block;
    position: absolute;
    top: 50%;
    content: '';
    height: 2vh;
    margin-top: -1vh;
    width: 0;
    left: 0;
    /*background-color: #353746;*/
    background-color: #0E3C13; ;
    opacity: 0.8;
    transition: width 250ms linear;
  }
  .nav ul li a:hover:after{
    width: 100%;
  }
  
  
  .menu-icon:checked ~ .nav  ul li {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 350ms ease,
                transform 250ms ease;
  }
  .menu-icon:checked ~ .nav ul li:nth-child(1){
    transition-delay: 1400ms;
  }
  .menu-icon:checked ~ .nav ul li:nth-child(2){
    transition-delay: 1480ms;
  }
  .menu-icon:checked ~ .nav ul li:nth-child(3){
    transition-delay: 1560ms;
  }
  .menu-icon:checked ~ .nav ul li:nth-child(4){
    transition-delay: 1640ms;
  }
  
  
  @media screen and (max-width: 991px) {
    .menu-icon:checked + label,
    .menu-icon:not(:checked) + label{
      right: 55px;
    }
    .logo {
      left: 30px;
    }
    .nav{
      right: 33px;
    }
    .nav ul li a{
      font-size: 6vh;
    }
  }
  