/* Youtube Embed */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mainNav {
}

/* Play Button - Index page */

#player-container #play-pause {
  cursor: pointer;
  text-indent: -999999px;
  height: 40px;
  width: 40px;
  background-image: url('../../assets/img/play.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  margin-top: -30px;
  margin-bottom: 20px;
  border: none;
}

.play {
  background-image: url('../../assets/img/play.png');
}

div {
}

.pause {
  background-image: url('../../assets/img/pause.png')!important;
}

/* Musical Notes */

.muzieknootjes {
  display: block;
  margin: auto;
  position: relative;
  width: 50%;
  min-width: 300px;
  height: 200px;
  border: 0px solid #000;
}

.noot-1, .noot-2, .noot-3, .noot-4 {
  position: absolute;
  animation: notes 2s infinite linear;
  font-size: 35px;
  opacity: 0;
}

.noot-1 {
  top: 60px;
  left: 0;
  animation-delay: 0.5s;
  color: #f05f56;
}

.noot-2 {
  top: 30px;
  left: 30%;
  animation-delay: 1s;
  color: #598e8b;
}

.noot-3 {
  top: 90px;
  left: 60%;
  animation-delay: 1.5s;
  color: #b1d6c7;
}

.noot-4 {
  top: 40px;
  left: 90%;
  animation-delay: 2s;
  color: #477f7c;
}

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%);
  }
  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%);
  }
  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0;
  }
}

.muzieknootjes {
  margin-top: -150px;
}

/* Music Widget */

.container {
  background-color: rgba(255,255,255,0);
}

.text-white {
  color: #2c3e50 !important;
}

.star-dark {
  border-color: #2c3e47 !important;
}

hr.star-dark:after, hr.star-light:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 .25em;
  content: "";
  font-family: FontAwesome;
  font-size: 2em;
}

/* Contact Form */

.case-heading .h2, h2 {
}

#contact-style {
  margin-top: 80px !important;
}

#main-form {
}

.contact-wrap {
  margin-top: 0px;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 10px;
}

.contact-titles {
  font-family: Lato, sans-serif;
  font-size: 15px;
  color: rgb(82,84,86);
}

@media (max-width: 576px) {
  #main-form {
    margin-top: 160px;
  }
}

@media (max-width: 414px) {
  #main-form {
    margin-top: 340px;
  }
}

.btn-social {
  width: 52px;
  height: 52px;
  font-size: 24px;
  line-height: 2rem;
}

.btn:hover {
  color: #fcfcfc;
  text-decoration: none;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.soundcloud {
}

.soundcloud {
  padding-right: 10px !important;
}

#contact {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#valentine {
  position: absolute;
  width: 100%;
  padding-top: 20%;
  text-align: center;
  color: #ffffff;
}

#container {
  margin-top: -100px;
}

.bg_heart {
  z-index: 1000 !important;
  overflow: hidden;
  position: absolute;
}

#space {
  z-index: 10000;
}

#portfolio {
  background-color: #f2f2d6;
}

.audio-style {
  padding-bottom: 10px;
}

#newpost {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.btn-style {
  background-color: rgba(235,1,165,0);
  background-size: contain;
  filter: brightness(0%) contrast(0%) grayscale(0%) hue-rotate(0deg) invert(0%) sepia(0%);
  border: 0px;
}

