html {
  position: relative;
  min-height: 100%;
}
@font-face {
  font-family: MyriadPro-Regular;
  src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: MyriadPro-Bold;
  src: url("../fonts/MyriadPro-Semibold.otf") format("opentype");
}
body {
  font-family: MyriadPro-Regular;
  color: #888;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
h1 {
  font-family: MyriadPro-Bold;
  font-weight: 400;
  color: #c9dedf;
}
h2 {
  font-family: MyriadPro-Bold;
  font-weight: 400;
  color: #c9dedf;
  font-size: 20px;
}
a:link {
  color: #888;
}
.container {
  max-width: 935px !important;
}
#overlay {
  text-align: center;
  padding: 0 30px;
  z-index: 1;
}
#overlay ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 35px;
  padding-top: 20px;
}
#overlay li {
  padding: 25px 0;
  color: #888;
  border-bottom: 1px solid #888;
}
#overlay li:last-child {
  border-bottom: none;
}
#overlay .fa {
  color: #888 !important;
  font-size: 60px;
}
#overlay a {
  color: #888;
  margin-top: 15px;
}
.borderradius {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#header {
  position: relative;
  z-index: 1;
}
#header ul.social {
  margin: 50px 0 15px 0;
  padding: 0;
}
#header ul.social li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #faf0f0;
  color: #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 24px;
  text-align: center;
  padding-top: 7px;
}
#header ul.social li a {
  color: #FFF;
}
#header ul.social li:hover {
  background: #ffe2e1;
}
#header ul.social li:hover a {
  color: #888;
}
#header #toggle {
  margin: 0 auto;
  font-size: 30px;
  cursor: pointer;
  display: block;
  border: none;
}
#headerlogo {
  height: 70px;
  margin-top: 20px;
}
#header #overlay,
#homeMobile #overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background: #FFF;
}
#header #overlay a,
#homeMobile #overlay a {
  color: #888;
}
.subtitle {
  text-align: center;
}
#coverfoto {
  height: 230px !important;
}
#breadcumbs {
  font-size: 16px;
}
section#intro {
  position: relative;
  z-index: 0;
  padding: 165px 0 275px 0;
  height: 100vh !important;
  height: 100%;
}
section#intro ul#menu {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
  width: 50%;
}
section#intro ul#menu li {
  margin-bottom: 15px;
  background: #faf0f0;
  list-style: none;
}
section#intro ul#menu li:first-child {
  display: none;
}
section#intro ul#menu li a {
  font-family: 'MyriadPro-Regular', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  color: #888;
  display: block;
  padding: 15px 0 15px 35px;
}
section#intro ul#menu li a:hover {
  background: #ffe2e1;
}
section#intro .intro {
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 15%;
}
.recensie-left {
  background-color: #faf0f0;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.recensie-right {
  background-color: #c9dedf;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.button-block .button-reportoire {
  text-align: center;
  margin-right: 20px;
}
.repertiore-list {
  list-style-type: none;
  padding: 15px;
}
.repertiore-list li {
  line-height: 40px;
  font-size: 16px;
}
.repertiore-list li:before {
  padding-right: 10px;
  font-size: 16px;
  font-family: FontAwesome;
  content: "\f001";
}
#breadcumbs {
  margin: 30px 0;
}
#breadcumbs a {
  color: #888;
}
#breadcumbs strong {
  font-family: MyriadPro-Bold;
  color: #c9dedf;
}
section#subIntro {
  position: relative;
  margin: 30px 0;
}
section#subIntro img {
  margin: 20px 25%;
}
section#subIntro .line-border {
  content: "";
  display: block;
  border-bottom: 1px solid #eef2f5;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 10px;
}
section#subIntro ul#secondMenu {
  background: #FFF;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  text-align: center;
}
section#subIntro ul#secondMenu li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}
section#subIntro ul#secondMenu li a {
  color: #888;
  font-family: MyriadPro-Bold;
  font-size: 16px;
  letter-spacing: 1px;
}
section#subIntro ul#secondMenu li:hover ul.dropdown-menu {
  display: block;
  margin: 0;
}
section#subIntro ul#secondMenu li:last-child {
  margin: 0;
}
section#subIntro ul#secondMenu li ul.dropdown-menu > li > a {
  font-family: MyriadPro-Regular;
  font-size: 14px;
}
section#subIntro ul#secondMenu li ul.dropdown-menu > li > a:hover {
  background: none;
  color: #c9dedf;
}
section#subIntro ul#secondMenu .current-menu-item a {
  color: #c9dedf;
}
section#subIntro ul#secondMenu li.current_page_item > ul > li > a {
  color: #888;
}
.menuBtn {
  display: inline-block;
  width: 85px;
  height: 85px;
  background: #faf0f0;
  color: #888;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  text-align: center;
  border: solid 2px #ffe2e1;
  text-transform: uppercase;
  position: relative;
  top: 340px;
  left: 20px;
  z-index: 0;
  padding: 0;
}
#homeMobile {
  background: url(../images/kelly.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#homeMobile img {
  margin-top: 205px;
}
section#video {
  background: #eef2f5;
  padding: 30px 0;
  text-align: center;
}
section#about {
  padding: 30px 0;
}
section#about h2 {
  font-size: 36px;
}
.container {
  max-width: 960px;
}
.bloem {
  background: url(../images/bloemen_detail.png) center center no-repeat;
  width: 100%;
  height: 115px;
  background-size: contain;
}
.btn-primary {
  font-family: MyriadPro-Bold;
  letter-spacing: 1px;
  font-size: 18px;
  background: #c9dedf;
  color: #FFF !important;
  border: none;
}
.btn-primary:hover {
  background: #c9dedf;
  color: #FFF;
}
.btn-primary:focus {
  background: #c9dedf;
  color: #FFF;
}
.btn-primary:active {
  background: #c9dedf;
  color: #FFF;
}
.envelop {
  border-radius: 50%;
  border: none;
  background-color: #c9dedf;
  padding: 15px;
  color: #FFF !important;
  font-size: 25px;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 3000;
  margin-bottom: 240px;
  margin-right: 15px;
}
.envelop:hover {
  color: #888888 !important;
}
#footer {
  background: #faf0f0;
  width: 100%;
  padding: 15px 0;
}
#footer ul {
  margin: 0;
  padding: 0;
}
#footer ul li {
  list-style: none;
}
#footer ul li a {
  color: #888;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
@media (max-width: 1950px) {
  section#intro img {
    width: 800px;
  }
}
@media (max-width: 1024px) {
  section#intro img {
	left: 20.5% !important;
    width: 550px;
    top: 100px!important;
  }
}
@media (max-width: 600px) {
  #header ul.social {
    margin: 20px auto;
    float: inherit !important;
    width: inherit !important;
    text-align: center;
  }
  section#subIntro img {
    margin: 20px auto;
  }
  footer .col-sm-4 {
    margin-bottom: 20px;
  }
  section#intro .intro {
    left: 0%;
  }
  section#intro {
    padding: 165px 0;
  }
  #about img,
  .wp-image-36 {
    margin: 0 auto;
  }
  #footer {
    height: 315px;
  }
  .bloem {
    margin-bottom: 325px;
  }
}
@media (max-width: 450px) {
  #nav_menu-2,
  #nav_menu-3,
  #nav_menu-4 {
    display: none;
  }
  .bloem {
    margin-bottom: 10px !important;
  }
  #footer {
    height: inherit !important;
  }
  #headerlogo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #homeMobile .menuBtn {
    top: 270px;
  }
  #homeMobile img {
    margin-top: 170px;
  }
  ul#secondMenu {
    position: inherit  !important;
    z-index: inherit  !important;
  }
  ul#secondMenu li {
    margin: 0 10px 10px 0 !important;
    background: #c9dedf;
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 10px 20px;
  }
  ul#secondMenu li a {
    color: #FFF !important;
    font-size: 14px !important;
  }
  ul#secondMenu li ul.dropdown-menu {
    display: none !important;
  }
  ul#secondMenu .current-menu-item a {
    color: #888 !important;
  }
  .btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 320px) {
  #homeMobile img {
    width: 290px;
    margin-top: 135px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #homeMobile .menuBtn {
    top: 246px;
    left: 5px;
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 350px) and (max-width: 375px) {
  #homeMobile img {
    width: 350px;
    margin-top: 175px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #homeMobile .menuBtn {
    top: 300px;
    left: 10px;
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 375px) and (max-width: 500px) {
  #homeMobile img {
    width: 350px;
    margin-top: 170px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #homeMobile .menuBtn {
    top: 300px;
    left: 30px;
    width: 75px;
    height: 75px;
  }
}
