@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

body {
  background-color: white;
}

body {
  margin: 0;
  font-family: 'Yeseva One', cursive;
  color: #f3f3f3;
}

.Husky-logo {
  height: 100px;
}

@media (max-width: 450px) {
  .Husky-logo {
    height: 60px;
  }
}


header {
  --text: #f3f3f3;
  --text-inverse: #333;
  --background: rgba(20, 21, 20, 255);

  position: absolute;
  /* origneel: fixed 
  wat betekend left en right*/
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center; /*die doet wellicht niks */
  padding: 2em 3em;
  transition: background 250ms ease-in;
  background: var(--background);
  color:var(--text);
  margin-top: 157.5px;
}

@media (max-width: 450px) {
  header {
    padding: 20px 15px;
    justify-content: unset;
  }
}

#menu_icon {
display: none;
position: relative;
left: 0px;
}

@media (max-width: 450px) {
#menu_icon {
  display: block;
  position: relative;
  left: 110px;
  }
}

#closebtn {
  color: #f3f3f3;
  display: none;
  text-decoration: none;
  
}

@media (max-width: 450px) {
  #closebtn {
    display: none;
    position: relative;
    left: 110px;
    top: 5px;
    list-style: none;
    
  }
}


.nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

@media  (max-width: 450px) {
  .nav__list {
    display: none;
  }
}

.nav__link {
  --spacing:1em;
  text-decoration: none;
  color: inherit;
  display: inline-block; /* dit lijkt nergens van invloed op te zijn */
  padding: calc(var(--spacing) / 2) var(--spacing);
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

.nav__link:after {
  content: ""; /* Wat is content property */
  position: absolute;
  bottom: 0;
  left: var(--spacing);
  right: var(--spacing);
  height: 2px;
  background: currentColor;

  /*wat is webkit, wat is transition */

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.nav__link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* Onnodig. want geen butons 
.nav__link--btn { 
  border: 1.5px solid currentColor;
  border-radius: 2em;
  margin-left: 1em;
  transition: background 250ms ease-in-out;
  letter-spacing: 1px;
  padding: 0.75em 1.5em;
}


*/

/* deze wordt beinvloed door javascript */ 
.nav-scrolled {
  --text: #333;
  --text-inverse: red;
  --background: rgba(20, 21, 20, 255);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  position: fixed;
  color:inherit
}

#language-nav-list-item{
  display: flex;
  position: relative;
  z-index: 3;
  margin-right: 0px;
  color: #898989;
  display: none;
}


#language-nav-item{
  display: flex;
  position: relative;
  z-index: 3;
  margin-right: 0px;
  color: #898989;
  
}

@media  (max-width: 450px) {
  .language-nav-item {
    display: flex;
    position: relative;
    right: 7px;
    z-index: 3;
  }
}


.flag {
  height: 20px;
  width: 30px;
  margin: 0px 14px;
}

@media  (max-width: 450px) {
.flag {
  height: 20px;
  width: 30px;
  margin: 0px 7px;
}
}


.home-intro {
  padding: 45px 0;
  /*background colour in CSS */
  background: url(Volume-Knobs.png);
  background-size: cover;
  /*
  background-blend-mode: multiply; */
  color:var(--text);
  text-align: center;
  z-index: 2000;
}

@media  (max-width: 1200px) {
  .home-intro {
    padding: 45px 0;
  }
}

@media  (max-width: 600px) {
  .home-intro {
padding: 6px 0;
  }
}

@media (max-width: 600px) {
  header {
    margin-top: 105px;
  }
}

@media  (max-width: 450px) {
  .home-intro {
    padding: 20px 0;
    font-size: 12px;
  }
}

/* niet meer in HTML
.home-about {
  padding: 4em 0;
  max-width: 900px;
  margin: 0 auto;
}

.columns {
  display: flex;
}


.col+.col {
  margin-left: 1.5em;
}


.more-stuff-grid {
  background: #f4f4f4;
  padding: 4em 0;
  display: grid;
  grid-gap: 2em;
  align-items: center;
  grid-template-columns: minmax(1em, 1fr) repeat(2, minmax(200px, 400px)) minmax(1em, 1fr);
}

.from-left {
  grid-column: 2 / 3;
}

.from-right {
  grid-column: 3 / 4;
}

*/

  .images_first_row {
    position: relative;
    top: 160px;
    left: 0;
    text-align: left;
    color: #141514;
    font-size: 24;
    z-index: 50;
  }

  @media  (max-width: 450px) {
    .images_first_row {
      top: 92px; /* 160-68=92 */  
    }
  }

.first_row_first_picture {
  width: 40%;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: none;
}

.first_row_second_picture {
  width: 60%;
  max-height: 100%;
  position: absolute;
  bottom: 1;/*how werkt bottom */
  left: 40%;
  z-index: 0;
  margin: none;
}

.cloudtop {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.cloudtop_text {
  position: absolute;
  bottom: 10%;
  left: 50%; /*waaronm werkt dit niet text-align: center; align-items: center ; */
  transform: translate(-50%, -50%); /* en wat is dit */
  z-index: 5;
  font-size: 4vw;
  color: #141514;
}

/* above this point is the same for all pages */

/*css for Main */
.images_second_row {
  position: relative;
  top: 160px; 
  left: 0;
  text-align: right;
  color: #141514;
  font-size: 24;
  z-index: 50;
  background-color: #EA990E;
}


@media  (max-width: 450px) {
  .images_second_row {
    top: 92px; 
    margin-top: -4px;
    height: 550px;
  }
}

.cloudbottom {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}


.cloudbottom_text {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 2.5vw;
  text-align: center;
  color: #141514;
  width: 100%;
}


@media  (max-width: 0px) {
  .cloudbottom_text {
    margin-top: -20px;
  }
}


.second_row_area_left {
  width:30%;
  position: absolute;
  top: 60%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 1.5vw;
  text-align: center;
  color: #4F504F;
  /*
  display: none;
*/
}


@media  (max-width: 450px) {
  .second_row_area_left  {
    width:100%;
    left: 50%;
    font-size: 3.5vw;
    top: 71%;
  }
}


.second_row_picture_right {
  width: 70%;
  position: relative;
  bottom: 0;
  left: 30%;
  z-index: 1;
  display: block;
}


@media  (max-width: 450px) {
  .second_row_picture_right {
    width:100%;
    left: 0;
  }
}


.images_third_row {
  position: relative;
  top: 160px;
  left: 0;
  text-align: right;
  color: #141514;
  font-size: 24px;
  z-index: 50;
  background-color: #A3391C;
}



@media  (max-width: 450px) {
  .images_third_row {
    top: 92px; 
    margin-top: -4px;
    height: 575px; 
  }
}


.third_row_picture_left {
  width: 70%;
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
}


@media  (max-width: 450px) {
  .third_row_picture_left {
    width:100%;
    left: 0;
  }
}


.third_row_area_right {
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 1.5vw;
  text-align: center;
  width: 30%;
  color: #141514
}


@media  (max-width: 450px) {
  .third_row_area_right  {
    top: 71%;
    width:100%;
    left: 50%;
    font-size: 3.5vw;
  }
}



/* eind css for Main and SOngs */

/* css for Bio */

/* tot hier main/home */

/* deze CSS lijkt niet in gebruik *//*
.divmaarseveen {
  margin-top: 200px;
}

.maarseveen {
  width: 40vw;
}

.tussen {
  text-align: center;
  color: #141514;
  border-style: solid;
  border-width: 3px;
  border-color: #141514;

}

*/

/* deze word overruled door item h3 
.item {
  height: 70px;
  top: 15px;
  margin-top: 450px;
}
*/

@media  (max-width: 600px) {
  .title {
    margin-top: 870px;
  }
}

@media  (max-width: 450px) {
  .title {
    margin-top: 170px;
  }
}


.item_first {
  margin-top: 200px;
}

@media  (max-width: 450px) {
  .item_first {
    margin-top: 90px;
  }
}


.item h3 {
  color: #141514;
  font-size: 28px;
  padding-top: 25px;
  padding-left: 25px;
  margin-top: 50px;
  clear: left;
}



@media (max-width: 450px) {
.item h3 {
  color: #141514;
  font-size: 12px;
  padding-left: 25px;
  margin-top: 25px;
}
}

.item_text {
  height: 400px;
  font-size: 18px;
  color: #141514;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

@media (max-width: 450px) {
  .item_text {
font-size: 11px;
height: auto;
  }
}

.item_text1 {
    height: auto;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    padding-left: 25px;
  }
  
  @media (max-width: 450px) {
    .item_text1 {
  font-size: 11px;
  height: auto;
  color: #000000;
    }
  }
  

.item img {
  height: 400px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  float: left;
  clear: left;

}

@media (max-width: 450px) {
  .item img  {
      max-width: 100vw;
      height: auto; 
    }
  }

/* eind css for Bio */
/* css for Songs */


.parent {
/*display:flex; */
float: left;
clear: left;
}


.youframe {
  display: flex;
}

.lyricstext {
  font-size: 18px;
  color: #141514;
  display: inline-block;
  align-items: top;
  padding-left: 25px;
}




/* eind css for Songs */

/*wat is hier de toegevoegde waarde van border-box */
* {
  box-sizing: border-box;
}

/* Deze is niet nodig
.parent {
  display: flex;
}
*/



.childleft {
  margin-left: 25px;
  color: #A3391C;
  float: left;
  height: 315px;
  width: auto;
  position: relative;
}

@media (max-width: 450px) {
  .childleft  {
      max-width: 80vw; 
      height: 200px;
    }
  }  


iframe {
  width: 80vw; 
  max-width: 560px;
  height: 315px;
}


@media (max-width: 450px) {
iframe  {
    max-width: 80vw; 
    height: 200px;
  }
}


/*
@media (max-width: 600px) {
  .iframe {
    max-width: 80vw;
    height: auto;
  }
}
*//*

@media (max-width: 450px) {
  .iframe {
    width: 80vw;
    height: auto;
  }
}
*/


/*
@media (max-width: 600px) {
  iframe {
    width: 75vw; 
    height: auto;

  }
}

@media (max-width: 450px) {
  iframe {
    width: 75vw; 
    height: auto;

  }
}

*/

.childright {
  color: #A3391C;
  border: none;
  float: left;
  height:315px;
  width: 400px;
  overflow-x: scroll;
}

@media (max-width: 450px) {
  .childright {
    max-width: 80vw; 
    height: 200px;
    overflow: scroll;

  }
}

/*
@media (max-width: 450px) {
  .childright {
    width: 75vw; 
    height: auto;

  }
}

*/

pre {
  padding-left: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: inherit;
}



@media (max-width: 450px) {
  pre {
font-size: 11px;
  }
}

/* Deze wordt niet gebruikt*/

.extra {
  display: none;
}


p:hover .extra {
  display: inline-block;
}


.p_bio {
  color: #141514;
  font-size: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-left: 25px;
  padding-right: 25px;
  width: 100vw; 
}

.icon {
  display: inline;
  float: left;
  margin-left: 25px;
  fill: #A3391C;
  width: 36px;
  display: inline;
  align-items: center;

  align-items: center;
}

.contactlink {
  display: inline;
  font-size: 30px;
  color: #879842; 
  align-items: center;
  display: flex;
  padding-left: 25px;
  max-width: 80vw; 
  text-decoration: none;

}



@media (max-width: 450px) {
  .contactlink {
    font-size:8px;
    padding-left: 12px;
    margin-top: 25px;
  }
  }
  
a:link {
  text-decoration: none ;
}

footer {
  --text: #f4f4f4;
  --text-inverse: #333;
  --background: rgba(20, 21, 20, 255);

  position: absolute;
  /* origneel: fixed */
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3em;
  transition: background 250ms ease-in;
  background: var(--background);
  color:
    /*var(--text)*/
    white;
}


@media (max-width: 900px) {
  .child {
    width: 100%;
  }
}




/*footer the same for all pages */
footer {
  
  --text: #f4f4f4;
  --text-inverse: #333;
  --background: rgba(20, 21, 20, 255);

  position: relative;
  /* origneel: fixed */
  top: 160px;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 3em;
  transition: background 250ms ease-in;
  background: var(--background);
  color:
    /*var(--text)*/
    white;
  width: 100%;
}


@media (max-width: 450px) {
  footer {
    top: 20px;
  }
}

@media (max-width: 450px) {
  .pre_header {
    height: 72pxpx;
  }
}

