/* Tangerine for logo */
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: local('Tangerine Regular'), local('Tangerine-Regular'), url(https://fonts.gstatic.com/s/tangerine/v9/IurY6Y5j_oScZZow4VOxCZZM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 700;
  src: local('Tangerine Bold'), local('Tangerine-Bold'), url(https://fonts.gstatic.com/s/tangerine/v9/Iurd6Y5j_oScZZow4VO5srNZi5FN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Work Sans for text */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43Rh_cqDpp_k.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v5/QGYsz_wNahGAdqQ43Rh_fKDp.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Work Sans Bold'), local('WorkSans-Bold'), url(https://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3x4X8lthN2fk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Work Sans Bold'), local('WorkSans-Bold'), url(https://fonts.gstatic.com/s/worksans/v5/QGYpz_wNahGAdqQ43Rh3x4X8mNhN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: white;
}
::-webkit-scrollbar-thumb {
  background: #E64AAD;
}
::-webkit-scrollbar-thumb:hover {
  background: #EC6CC3;
}

* {
  box-sizing: border-box;
}

.red {
  color: red;
}

#bgvideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 1500px;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

body.pinkbackground:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("pictures/pink_gold_glitter_1536.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
}

#blackbackground {
  background-color: black;
}

h1 {
  font-family: 'Tangerine';
}

a {
  color: #E64AAD;
  cursor: pointer;
  text-decoration: none;
}

.nonclickablelink {
  color: gold;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

header {
  position: fixed;
  z-index: 10;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 30px;
  white-space: nowrap;
}

.title {
  color: white;
  font-size: 6em;
  display: inline-block;
}

.whitebutterfly {
  z-index: 10;
  height: 3em;
  display: inline-block;
}

#videolink {
  font-size: 1.25em;
  color: white;
  text-decoration: underline;
  padding: 10px;
  border: 1 solid #E64AAD;
  border-radius: 10px;
}

#videolink:hover {
  background-color: #E64AAD;
}

.logo-text {
  font-family: 'Tangerine';
  color: white;
  font-size: 1.5em;
  display: inline-block;
  margin-top: -3px;
}
/*menu for index is transparent*/
.topnav {
  top: 0;
  height: 50px;
  position: fixed;
  z-index: 10;
  border: 1px solid white;
  clear: left;
  max-width: 100%;
  margin: auto;
  text-align: center;
  right: 0;
  left: 0;
  overflow: hidden;
  display: flex;
}

.topnav a {
  float: left;
  font-size: 1.5em;
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  flex: 1 1 auto;
}

.topnav a:hover {
  background-color: #E64AAD;
  cursor: pointer;
}

.topnav .icon {
  display: none;
}
/*menu for pages other than index is pink*/

.topnavpink {
  top: 0;
  height: 50px;
  position: fixed;
  z-index: 10;
  border: 1px solid white;
  clear: left;
  max-width: 100%;
  margin: auto;
  text-align: center;
  right: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  background-color: #EC6CC3;
}

.topnavpink a {
  float: left;
  font-size: 1.5em;
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  flex: 1 1 auto;
}

.topnavpink a:hover {
  background-color: #E64AAD;
  cursor: pointer;
}

.topnavpink .icon {
  display: none;
}

.selectedtab {
  background-color: #E64AAD;
}

#selectedtab:hover {
  cursor: default;
}

.box {
  border-radius: 5px;
  text-align: center;
  background-color: white;
  max-width: 1000px;
  width: 90%;
  margin: 20px auto 0 auto;
  padding: 10px 15px;
  color: black;
}

.topbox {
  border-radius: 5px;
  text-align: center;
  background-color: white;
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 0 auto;
  padding: 10px 15px;
  color: black;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    background-color: black;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Docenten*/
#docenten-box {
  display: flex;
  padding-top: 15px;
  font-size: 1.5em;
}

.docenten {
  margin: auto;
  border-radius: 10px;
  max-width: 100%;
}

.docent {
  flex: 1 1 auto;
}

.portrait {
  max-width: auto;
  height: 225px;
  border-radius: 50%;
  border: 5px solid #E64AAD;
}

.portrait:hover {
  border: 5px solid gold;
  cursor: pointer;
}

.docentenpics {
  max-height: 400px;
}

.docentname {
  color: gold;
  font-family: 'Tangerine';
  font-size: 3em;
  margin: 0;
}

/*slideshow*/
.blackbackground {
  background-color: black;
}
.slideshow-container {
  max-width: 85%;
  margin: auto;
  position: relative;
}

.mySlides {
  position: relative;
  overflow: hidden;
  height: 550px; /* whatever height you want it to be */
}

.slideimage {
  /* centre the image */
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Number text (1/3 etc) */
.numbertext {
  color: gold;
  font-size: 1em;
  padding: 8px 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.goldtitle {
  color: gold;
}

#eline {
  max-width: 330px;
  align-self: center;
}

/*Lessen*/
#lesgeven {
  max-width: 350px;
  align-self: center;
}

#lessen-box {
  display: flex;
  justify-content: space-between;
}

.les-tekst {
  text-align: left;
  padding: 0 5px;
}

.les-foto {
  text-align: center;
}

/*Workshops*/
#workshops-box {
  justify-content: center;
}

.workshops-tekst {
  max-width: 800px;
  margin: auto;
}

.workshops-foto {
  max-width: 100%;
}

/*Vrijgezellenfeestje*/
#vrij-foto {
  max-width: 100%;
}

/*Shows*/
#boekons {
  padding: 15px;
  color: white;
  background-color: #E64AAD;
  border-radius: 10px;
  font-size: 1.5em;
  cursor: pointer;
  border: solid #E64AAD;
}

#boekons:hover {
  border: solid gold;
}

/*contact*/
#contact {
  text-align: left;
}

#contactbutton {
  background-color: #E64AAD;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 1.25em;
  border-radius: 10px;
  cursor: pointer;
}

#verzonden {
  color: #E64AAD;
  font-weight: bold;
  font-size: 1.25em;
}

/*notes to self*/
.note {
  color: red;
}

/*Responsive for mobile*/
@media screen and (max-width: 850px) {
  #bgvideo {
    margin-top: 50px;
  }
  #home {
    display: block;
  }
  .topnav a {
    display: none;
  }
  .topnav {
    background-color: #E64AAD;
  }
  .topnav a.icon {
    float: right;
    display: block;
    max-width: 50px;
  }
  .topnavpink a {
    display: none;
  }
  .topnavpink {
    background-color: #E64AAD;
  }
  .topnavpink a.icon {
    float: right;
    display: block;
    max-width: 50px;
  }
  .title {
    color: white;
    font-size: 2.5em;
    display: inline-block;
  }
  .whitebutterfly {
    z-index: 10;
    height: 1.8em;
    display: inline-block;
  }
  .responsive {
    position: relative;
    background-color: #E64AAD;
    display: block;
    z-index: 11;
  }
  .responsive .icon {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .responsive a {
    clear: left;
    float: none;
    font-size: 1.5em;
    display: block;
    color: white;
    text-align: left;
    background-color: #E64AAD;
    flex: none;
    padding: 10px;
  }
  .responsive a:hover {
    background-color: pink;
    color: #E64AAD;
  }
  .selectedtab:hover {
    background-color: pink;
    color: #E64AAD;
  }
  #docenten-box {
    display: block;
  }
  .docent {
    display: block;
    float: none;
  }
  .slideimage {
    width: 120% !important;
    height: auto !important;
    margin-left: 0 !important;
  }
  #lessen-box {
    display: block;
  }
  #lesgeven {
    max-width: 250px;
  }
}

/*festival*/
body.festivalbackground:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url("festival/gold2.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.language {
  top: 30px;
  z-index: 10;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  right: 0;
  left: 0;
  white-space: nowrap;
  font-size: 2em;
  font-weight: bold;
  text-decoration: underline;
  color: #900B04;
}

.location {
  font-size: 1.5em;
}

.festivalbox {
  border-radius: 5px;
  text-align: left;
  background-color: black;
  max-width: 1000px;
  width: 90%;
  margin: 20px auto;
  padding: 10px 15px;
  color: white;
}

.festivalbox h3, h4 {
  text-align: center;
  color: #900B04;
}

.festivalbox p {
  margin: 0 auto 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 10px;
  text-align: center;
  color: white;
}

.festivalbox ul, ol {
  margin: 0 auto 0 auto;
  padding-left: 150px;
  padding-right: 80px;
  padding-bottom: 10px;
  text-align: left;
  color: white;
}

.festivalbox img {
  margin: 0 auto 0 auto;
  max-width: 400px;
  max-height: auto;
  padding-bottom: 10px;
}

#flyer {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
}

table {
  margin: 0 auto 0 auto;
  padding-bottom: 15px;
}

.schedule td, th {
  padding: 5px;
  padding-right: 15px;
  background-color: #A17500;
}

#workshopsschedule {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

figure {
  width: 100%
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

figure img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  cursor: pointer;
  margin: 0 auto;
}

#please {
  font-weight: bold;
  color: #900B04;
}

.redlink {
  color: #900B04;
}

/*Responsive for tablets*/
@media screen and (max-width: 1202px) {
  #bgvideo {
    margin-top: 50px;
  }
  #home {
    display: block;
  }
  .topnav a {
    display: none;
  }
  .topnav {
    background-color: #E64AAD;
  }
  .topnav a.icon {
    float: right;
    display: block;
    max-width: 50px;
  }
  .topnavpink a {
    display: none;
  }
  .topnavpink {
    background-color: #E64AAD;
  }
  .topnavpink a.icon {
    float: right;
    display: block;
    max-width: 50px;
  }
  .responsive {
    position: relative;
    background-color: #E64AAD;
    display: block;
    z-index: 11;
  }
  .responsive .icon {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
  }
  .responsive a {
    clear: left;
    float: none;
    font-size: 1.5em;
    display: block;
    color: white;
    text-align: left;
    background-color: #E64AAD;
    flex: none;
    padding: 10px;
  }
  .responsive a:hover {
    background-color: pink;
    color: #E64AAD;
  }
  .selectedtab:hover {
    background-color: pink;
    color: #E64AAD;
  }
  .slideimage {
    width: 120% !important;
    height: auto !important;
    margin-left: 0 !important;
  }

  /*Responsive for tablets - Festival*/

  .festivalbox p {
    margin: 0 auto 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: white;
  }

  .festivalbox ul, ol {
    margin: 0 auto 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: white;
  }

  .location {
    font-size: 1.25em;
  }

  .language {
    font-size: 1.5em;
  }

}
