
/***********************Global**********************/

/*From Codepen's "Always on bottom" Footer*/
html {
  height: 100%;
  box-sizing: border-box;
  /*margin: 0;*/
  /*padding: 0;*/
}

*,
*:before,
*:after {
  /*box-sizing: inherit; */
}

body {    
  margin: 0;
  padding: 0;
  background-image: url("../images/studio.jpg"); 
  /*background-image: url("/images/studio.jpg");*/
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;  
  opacity: 0.7;
  background-attachment: fixed;

  /*height: 100%; */
  /*min-height: 100%;*/ 
  
  /*display: block;    */
  /*margin-top: 0px;*/
  /*padding-bottom: 6rem;*/
  /*font-family: "Helvetica Neue", Arial, sans-serif;*/
  /*padding-bottom: 0px; */
  /*padding-bottom: 125px;*/  
  /*position: absolute;*/


/*From Codepen's "Always on bottom" Footer*/
  /*position: relative;*/
  /*min-height: 100%;*/
  /*padding-bottom: 6rem;*/
}

/***********************Navbar************************/

.navbarz {
  position: fixed;
  top: 0;
  width: 100%;
  background: black;  
  z-index: 1; 

  /*display: block;*/
  /*height: 104px; */
  /*top: -100px; */
}

.navbar1 {  
  /*width: 100%;*/
  /*background: black;*/
  /*text-align: right;*/
  /*position: fixed;*/
  /*top: 0;*/
  /*background: black;  */

  /*text-align: right;*/
}

.logo {
  /*display: inline;*/
  /*width: 25%;*/

  /*height: 100px;*/  
  /*text-align: left;*/
  /*display: inline;*/
  /*float: left;*/
  /*position: absolute;*/
  /*margin: 0;*/
  /*padding: 0;*/
}

.menu1 {
  /*display: inline-block;  */
  /*width: 100%;*/
  position: absolute;
  top: 25px;
  /*text-align: right;*/

  /*Text-align-right werk alleen in combinatie met width 100%*/
  
  /*float: right; */
  /*background: black; */
  /*position: static;*/
  /*position: relative;*/
  /*bottom: 20px;*/
  right: 25px;
}

ul {
  list-style: none;

  /*padding-top: 25px;*/
  /*margin-top: 20px;  */
  /*text-align: right;*/
  /*float: right;*/
  /*width: 50%;*/   
}

.navbar1 li { 
  display: inline;
  margin: 0 20px 0 0;
  padding: 0;

  /*float: right;*/
}

.navbarz a {  
  margin: 1px;
  color: lightgrey;  
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold; 

  /*padding-bottom: 30px;*/
  }

.navbarz a:hover {  
 color: white;
} 

a {
  /*haalt de onderstreping weg en normaliseert de lettergroote*/
  text-decoration: none; 
}

/*#menuToggle {*/
.hamburgernavbar {
  display: none;
}

/*******************Content*********************/

.content {
  background: black;
  color: lightgrey;
  width: 50%;
  top: 160px;
  margin-bottom: 70px;
  left: 25px;
  position: relative;
  /*margin-bottom: 300px;*/

  /*margin-left: 50%;*/ 
 
  /*display: inline-block;*/
  /*text-align: right;*/
  /*margin-right: 25px;*/
  /*right: 30px;*/
  /*min-height: 300px;*/
  /*display: block;*/
  /*position: static;*/
}

.content h2 {
  padding-top: 10px;  
}

.content h2,p {
  margin-left: 20px;
  margin-right: 20px;
}

/*****************************Footer*******************/

footer {  
  width: 100%;
  height: 125px;        
  background: black;
  color: lightgrey;

  /*From Codepen's "Always on bottom" Footer*/
  /*position: absolute; */
  /*bottom: 0;*/

  /*position: fixed;*/
  /*position: relative; */

  /*margin-bottom: 125px; */
  /*margin: 0px;*/  
  /*top: 1000px;*/
}

.copyrights {
  display: inline-block; 
  width: 50%;
  /*padding-bottom: 10px;*/

  /*margin-top: 15px;*/
}

.socialicons {
  display: inline-block;  
  width: 50%;

  /*color: green;*/
}

#fb {
  color: lightgrey;
  margin-left: 30px;

  /*hover: green;*/
}
#fb:hover {
  color: blue;
}

#soundcloud {  
  color: lightgrey;
  margin-left: 30px;

  /*hover: green;*/
}
#soundcloud:hover {
  color: orange;
}

#insta { 
  color: lightgrey;
  margin-left: 30px;
}

#insta:hover {
  color: purple;
}

#xplicitcreations {
  color: lightgrey;
  /*color: rgb(229,229,229);*/
}

#xplicitcreations:hover {
  color: white;
}

/**************************Index*********************/

 /*From Codepen's "Always on bottom" Footer*/  
.body-index {  
  position: relative;
  min-height: 100%;

  /*bottom: 125px;*/
  /*top: 0; */
  /*margin-top: 0;*/
  /*padding-top: 0;*/
}

/*From Codepen's "Always on bottom" Footer*/  
.footer-index {
  position: absolute; 
  bottom: 0;

  /*margin-top: 500px;*/
  /*top: 550px;*/
}

/*****************Beats***********************/

.body-beats {    
  position: relative;  
  height: 1925px;   
  /*min-height: 100%; */

  /*padding-bottom: 125px;*/ 
  /*min-height: 100%;*/
  /*position: absolute;*/
}

.footer-beats {
  position: absolute; 
  bottom: 0;
  /*bottom: 125px;  */
}

.background-songs {  
  width: 315px;  
  background: black; 
  float: right; 
  margin-right: 25px;
  /*margin-left: 25px;*/
   
  top: 225px;
  /*right: 25px;  */
  position: relative;
  /*display: inline;*/
  /*text-align: right;*/
  /*opacity: 0.5;*/
  /*margin-bottom: 100px;*/
  /*padding-bottom: 125px; */
  /*display: inline-block;  */
  /*width: 25%;*/
  /*margin-left: 50%;*/
  /*margin-right: 25px;*/
}

.xl {
  margin-left: 25px; 
}

.background-songs h3 {
  color: lightgrey;
  text-align: center;
}

.songtitle {  
  text-align: center;
  color: lightgrey;

  /*height: 35px;*/
  /*display: inline-block;*/
  /*width: 75%;*/
  /*background: white;*/
}

.songtitle p {
  margin-bottom: 0px;
} 

.audio {   
  text-align: center;

   /*height: 35px;*/
  /*overflow: hidden;*/
  /*display: inline-block;*/
  /*background-color: #eee;*/
  /*width: 50%;*/
  /*margin-right: 10px;*/  
  /*float: right;*/  
  /*color: yellow;*/ 
}

/***************Biografie**************************/

.body-biografie {    
  position: relative;  
  height: 1100px;   
  /*min-height: 100%; */

  /*padding-bottom: 125px;*/ 
  /*min-height: 100%;*/
  /*position: absolute;*/
}

.footer-biografie {
  position: absolute; 
  bottom: 0;
  /*bottom: 125px;  */
}

/******************Gastenboek******************/

.body-gastenboek {    
  position: relative;  
  /*min-height: 1200px;   */
  /*min-height: 100%; */

  /*padding-bottom: 125px;*/ 
  /*height: 1100px;*/
  /*position: absolute;*/
}

.footer-gastenboek {
  position: absolute; 
  /*bottom: 0;*/
  margin-top: 150px;
}

.berichten {
  /*margin-top: 150px; */
  /*padding-top: 150px;*/
  /*top: 200px; */
  /*margin-bottom: 20px;*/

  /*background: black;*/
  /*color: lightgrey;*/
  /*width: 50%;*/
  /*top: 160px;*/
  /*left: 25px;*/
  /*position: relative;*/
}

#naam {
  margin-right: 20px;
}

.content h3 {
  /*color: lightgrey;*/
  padding-top: 10px;
  margin-left: 20px; 
}

.berichten h4,p {
  /*color: lightgrey;*/
  /*padding-top: 40px;*/
  margin-left: 20px;
  margin-bottom: 10px;
  /*margin-left: 5%;*/
  /*margin-right: 20px;*/
  margin-top: 10px;

  /*bottom: 0px;*/
  /*text-align: center;*/
}

.berichten {
  /*color: lightgrey;*/
  margin-top: 50px;
  /*padding-top: 0px;*/
  /*margin-left: 20px; */
}

.content label,input {
  /*margin-left: 20px;*/
  display: block;
  /*top: 50px;*/

  /*margin-top: 50px;*/
}

form {
  margin-left: 20px;
  margin-right: 20px;
  /*height: 428px;*/
  position: relative;
}

#feedback-form-date {  
  /*color: yellow;*/
  display: none;
}

#tijdstip {  
  /*float: right;*/
  /*margin-right: 20px;*/
}

textarea {

  /*To center the textarea, set left and right margin to auto and make it into a block element:*/
  position: relative;
  /*height: 200px;*/
  width: 100%;

  /*top: 10px;*/
  /*margin-left: 20px;*/
  /*margin-right: 20px;*/
  
  /*left: 20px;*/
  /*right: -40px;  */
  /*margin: auto;*/
  /*text-align: center;*/
  /*display: block;*/
}

.hierkomenberichten {
  word-wrap: break-word;
  /*word-break: break-word;*/
  /*display: block;*/
  /*width: 50%;*/
  /*box-sizing: border-box;*/
}

#button {
margin-top: 15px;
/*margin-left: 77%;*/
/*margin-right: 20px;*/
float: right;
}

/*********************Links*********************/

.body-links {
  position: relative;
  height: 1700px;    
}

.footer-links {
  position: absolute; 
  bottom: 0;
}

.soundcloudLinks {
  /*width: 315px;  */
  width: 50%;
  background: black; 
  float: right; 
  right: 25px;
  /*margin-left: 50px;*/
   
  top: 225px;
  /*right: 25px;  */
  position: relative;
} 

.soundcloudLinks h1 { 
  color: lightgrey;
 }

.soundHeader__logo {
  display: none;
}

/***************Contact********************/

 /*From Codepen's "Always on bottom" Footer*/  
.body-contact {  
  /*position: relative;*/
  /*min-height: 100%;*/

  /*bottom: 125px;*/
  /*top: 0; */
  /*margin-top: 0;*/
  /*padding-top: 0;*/
}

/*From Codepen's "Always on bottom" Footer*/  
.footer-contact {
  /*position: absolute; */
  /*bottom: 0;*/

  margin-top: 300px;
  /*top: 800px;*/
}

/***************************************Media*******************************************/

/***************Biografie********************/

@media (max-width: 1250px) {     
  .body-biografie {      
    height: 1100px;  

    /*padding-bottom: 125px;*/
    /*position: relative;*/
    /*min-height: 100%;*/
  }   
 }   

@media (max-width: 1000px) {   
  .body-biografie {  
    height: 1200px;  

    /*padding-bottom: 125px;*/
    /*position: relative;*/
    /*min-height: 100%;*/
  }   
}   

/**********************Global**********************/

@media (max-width: 850px) {   
  .navbar1 {
    display: none;
  }    

  .hamburgernavbar {
  /*#menutoggle {*/
    display: block;       
    position: relative;
    z-index: 1; 
    -webkit-user-select: none;
    user-select: none;

    /*background: black; */
    /*width: 100%;*/
    /*height: 100px;*/
    /*position: static;       */
  }

  .hamburgermenuToggle {
    /*display: inline-block;*/
    /*width: 75%; */

    position: absolute;
    /*margin: 50px 0px 0px 100px;*/
    /*top: 50px;*/
    /*left: 700px;*/
    /*text-align: right;*/
    /*top: 50px;    */
    text-align: left;     
    /*position: static;*/
    width: 100%;

  }

  .navbarz a {   
    color: black;
    /*color: white;*/
    /*font-size: 15px;*/
    /*text-transform: lowercase;*/
    /*font-weight: bold;*/
  }

  nav {
    /*display: inline-block;*/
    /*float: right;    */
    /*margin: -40px 80px 0 0;*/
    /*text-align: right;*/
  }

  #hamburgermenuToggle {   
    z-index: 1; 
    -webkit-user-select: none;
    user-select: none;
    float: right;    
    margin: -50px 70px 0 0;

    /*background: black; */
    /*height: 100px;*/
    /*display: inline-block;   */
    /*position: relative;    */    
    /*margin:     0 80px 0 0;*/
  }

  /*.hamburgernavigation input {*/
  #hamburgermenuToggle input {    
    position: absolute;    
    cursor: pointer;
    width: 39px;
    height: 32px;
    bottom: 25px;
    right: 65px;

    /* hide this*/
    opacity: 0; 
    /*display: inline-block;*/
        
    /* and place it over the hamburger*/ 
    z-index: 2;   
    -webkit-touch-callout: none;    
  }

  /* Just a quick hamburger*/ 
 /*.hamburgernavigation span {*/
  #hamburgermenuToggle span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;  
    background: lightgrey;
    border-radius: 3px;  
    z-index: 1;  
    transform-origin: 4px 0px;  
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
  }

  #hamburgermenuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #hamburgermenuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  /* Transform all the slices of hamburger into a crossmark */ 
  #hamburgermenuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: lightgrey;
    /*margin-left: 50px;*/
  }

  /* But let's hide the middle one */
  #hamburgermenuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* Ohyeah and the last one should go the other direction */ 
  #hamburgermenuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* Make this absolute positioned at the top left of the screen */ 
  #hamburgermenu {
    position: absolute;  
    top: -16px; 
    right:0; 
    /*left: 50px;  */
    /*margin: 0 0 0 -50px; */
    padding: 20px;    
    background: lightgrey;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;

    /*width: 200px; */
    /*padding-top: 50px;       */

    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(200%, 0);  
   
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    /*transform: translate(-100%, 0);  */
  }

  #hamburgermenu li {
    padding: 5px; 

    /*color: green; */
  }

  /* And let's slide it in from the left */
  #hamburgermenuToggle input:checked ~ ul {
    transform: none;
  }

  /*.navbar ul {*/
  /*width: 75%;*/
  /*text-align: right;*/
  /*}*/

  .content {
    width: 75%;

    /*margin-top: 100px;*/
    /*margin-left: 25px;*/
  }
  
/****************Index*******************/

  .body-index {  
    /*height: 950px;  */

    /*padding-bottom: 125px;*/
    /*position: relative;*/
    /*min-height: 100%;*/
  }   

/**********************Gastenboek*******************/


  .body-gastenboek {    
    /*height: 2000px;*/
  }



/**********************Links*************************/
  .soundcloudLinks {
    width: 75%;  
  }


}   

/******************Beats**********************/


@media (max-width: 721px) { 

  .body-beats {  
    height: 2900px;

    /*padding-bottom: 125px;*/
    /*position: relative;*/
    /*min-height: 100%;*/
  }   
}

/************************Biografie****************/

  .body-biografie {  
    height: 1300px;

    /*padding-bottom: 125px;*/
    /*position: relative;*/
    /*min-height: 100%;*/
  }   




/***********************Gastenboek*********************/
  .body-gastenboek {  
    position: relative;
    height: 1000px;  


}


@media (max-width: 550px) { 
  .body-biografie {  
      height: 2200px;

    /*padding-bottom: 125px;*/
    /*position: relative;*/
    /*min-height: 100%;*/
  }   
}

/*img	{ align-content: center}*/

 /* li a list-style-type: none; doet nix hier? */

/*.containe {*/
    /*height: 900px;*/
    /*width: 100%;    */
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*background-repeat: no-repeat;*/
    /*background-position: right top;*/

    /*margin-top: -20px;*/
    /*background: url("https://scontent-amt2-1.xx.fbcdn.net/v/t31.0-8/15875319_10154263285336724_6771475678748676535_o.jpg?oh=55c454f7d21ea7954514f78b20780348&oe=59D8E3E8");
*/
    /*height: 100%;*/
    /*background-image: url("images/studio.jpg");*/    
        /*}*/
