/* v1.4 02-09-2020 */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
}

/*** fonts ***/

/*
font-family: baskerville-urw,serif;
font-weight: 400;
font-style: normal;

font-family: baskerville-urw,serif;
font-weight: 500;
font-style: italic;
*/

/*
font-family: roboto, sans-serif;
font-weight: 400;
font-style: normal;
*/

/*
font-family: roboto, sans-serif;
font-weight: 400;
font-style: italic;
*/

h1 {
  font-family: baskerville-urw,serif;
  font-weight: 500;
  font-style: italic;
  /* font-size: 45px; */

  font-size: 3rem;
  line-height: 3rem;
}

/* gedraaide titel */

body#project h1 {
  font-size: 1rem;
  line-height: 1rem;
  transform: rotate(-90deg);
  position: fixed;
  /* hoogte aanpassen */
  /* top: 14rem; */
  top: 220px;
  left: -6.5rem;
}

h2 {
  font-family: baskerville-urw,serif;
  font-weight: 500;
  font-style: italic;
  /* font-size: 45px; */
  font-size: 1rem;
  /* line-height: 45px; */
  line-height: 2rem;
  text-transform: uppercase;
}

h3 {
  font-family: baskerville-urw,serif;
  font-weight: 400;
  font-style: normal;
  /* font-size: 45px; */
  font-size: 2rem;
  /* line-height: 45px; */
  line-height: 2.35rem;
}


h4 {
  font-family: baskerville-urw,serif;
  font-weight: 400;
  font-style: normal;
  /* font-size: 45px; */
  font-size: 1rem;
  /* line-height: 45px; */
  line-height: 1rem;
}

section {
  position: relative;
  display: block;
  width: 100%;
}

/*** tools ***/

.showme {
   /* border: solid 1px red; */
}

.showme2 {
  /* border: solid 1px green; */
}

.w3-row {
   /*max-width: 980px;*/
}

.w3-image {
  width: 100%;
}

.spacer {
  width: 100%;
  height: 50px;
  height: 3.13rem;
  display: inline-block;
}



.padding20 {
  padding: 1.25rem;
}

.padding40 {
  padding: 2.5rem;
}

/*** hoofdstuk 1***/

.slinger {
  position: absolute;
  top: 3.5rem;
  right: 7rem;
  width: 60%;
  display: block;
  z-index: 0;
}

.w3-button {
  position: fixed;
  bottom: 1rem;
  right: 3rem;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: baskerville-urw,serif;
  font-weight: 500;
  font-style: italic;
  /* font-size: 45px; */
  /* line-height: 45px; */
  line-height: 2rem;
  border-radius: .75rem;
  background-color: white ;
  color: black;
  box-shadow: 0 0 5px 5px #d0d0d0;
}

.w3-button:hover,
.w3-button2:hover {
  background-color: black !important;
  color: white  !important;
}


/*hoofdstuk 2*/

#s02, #s08 {
  position: relative;
  overflow: hidden;
}


#bubble0102 {
  position: relative;
  right: -100vw;
}

#bubble01 {
  position: relative;
  /* right: -100vw; */
}

#bubble02 {
  position: relative;
  /* right: -100vw; */
}


p  {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .67rem;
  line-height: .8rem;

}

/*hoofstuk 3*/

h5 {
  font-family: baskerville-urw,serif;
  font-weight: 400;
  font-style: normal;
  /* font-size: 45px; */
  font-size: 1.5rem;
  /* line-height: 45px; */
  line-height: 1.8rem;
}


/* * {box-sizing: border-box;
} */

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}

/*hoofdstuk 4*/

#s04 {
  position: relative;
  display: block;
}

.golf {
  position: absolute;
  top: 5rem;
  right: 0;
  width: 80%;
  height: ;
  display:block;
  z-index: 0;
  overflow: hidden;
}

.golf img {
  position: relative;
  right: -8vw;
  display: inline-block;
  width: 100%;
  height: 100%;
}


/*hoofdstuk 6*/

.soundwave1 {
  position: absolute;
  width: 30%;
  display: block;
  z-index: 0px;
}

.soundwave1 img {
  position: relative;
  display: inline-block;
  right: -45vw;
  width: 100%;
  height: 100%;
  top: -6rem;
}

.sound {
  position: absolute;
  width: 15%;
  right: 15rem;
}

.player a,
.player2 a {
  opacity: 1.0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-family: baskerville urw, serif;
  font-weight: 400;
  font-style: normal;
  font-size: .67rem;
}

.player a span::after,
.player2 a span::after {
  content: "listen";
}

.player a.on,
.player2 a.on {
  opacity: 1.0;
}

.player a.on span::after,
.player2 a.on span::after {
  content: "stop";
}

.player a:hover,
.player2 a:hover {
  opacity: 0.6;
}


/*hoofdstuk 7*/


/* bubbles */

.bubble .w3-panel {
  margin-top: .05rem;
  margin-bottom: .05rem;
}

.bubble p {
  /* margin: 0 0 0 0; */
}

.bubble-box {
  padding: 0.5rem 1.5rem;
}

.bubble-box p {
  font-size: 0.8rem;
  line-height: 1rem;
}

.bubble-name {
  margin: 0 0 0.5rem 0;
}

.bubble-time {
  margin: 0.2rem 0 0 0;
}

/*hoofdstuk 8*/

#bubble03 {
  position: relative;
  right: -120%;
}

/*hoofdstuk 9*/

.sound2 {
  position: absolute;
  width: 15%;
  right: 5rem;
}


/*hoofdstuk 10*/



.shape2 {
  position: absolute;
  top: 8rem;
  right: 1rem;
  width: 80%;
  display: block;
  opacity: 0.7;
  z-index: 0;
}

.shape2 img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}


/*end*/


.w3-button2 {
  position: relative;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: baskerville-urw,serif;
  font-weight: 500;
  font-style: italic;
  /* font-size: 45px; */
  /* line-height: 45px; */
  line-height: 2rem;
  border-radius: .75rem;
  background-color: white ;
  color: black;
  box-shadow: 0 0 5px 5px #d0d0d0;
  text-decoration: none;
}


/* scrollmagic stuff */
