/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/michroma-v7-latin-regular.eot');
  src: local('Michroma'), url('../fonts/michroma-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   url('../fonts/michroma-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
   url('../fonts/michroma-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
   url('../fonts/michroma-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/michroma-v7-latin-regular.svg#Michroma') format('svg');/* IE9 Compat Modes */
  /* Legacy iOS */
}
html {
  font-size: 100%;
  overflow-x: hidden;
  /* Stops horizontal scrolling. */

}
body {
  font-family: 'Michroma';
  font-size: 14px;
  color: black;
  font-weight: 400;
  overflow-x: hidden;
  text-align: left;
  background-color: #ffffff;
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Other fixes*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
i {
  vertical-align: baseline;
}
ul,
ol {
  padding-left: 0px;
}
li {
  list-style: outside none square;
  padding-left: 0px;
  line-height: 2em;
}
/* Selection colours (while copy-pasting in the page) */
::-moz-selection {
  background: #80b9e4;
  color: #eaeaea;
}
::selection {
  background: #80b9e4;
  color: #eaeaea;
}
a {
  color: #ffffff;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.readmore,
a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
  color: white;
  cursor: pointer;
}
.readmore:hover,
a:hover {
  color: #80b9e4;
  cursor: pointer;
}
p {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0px;
  margin-bottom: 14px;
}
.full-width {
  width: 100%;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
h1 {
  font-size: 55px;
}
h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 16px;
}
.fa {
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .equal,
  .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
  }
}
.wrapper-label {
  text-align: center;
  padding-top: 10px;
  font-size: 28px;
  padding-bottom: 20px;
}
.label-blue {
  color: #80b9e4;
}
.first-wrapper {
  margin-top: 10px;
  border-radius: 25px;
  border: 1px solid #eaeaea;
  color: #eaeaea;
  text-align: center;
}
.first-wrapper .logo-image {
  margin-left: auto;
  margin-right: auto;
}
.second-wrapper {
  margin-top: 20px;
  border-radius: 25px;
  border: 1px solid #80b9e4;
  color: #eaeaea;
  padding-bottom: 20px;
}
.second-wrapper #player {
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 6px;
}
.second-wrapper .hoesje {
  padding-left: 6px;
  padding-right: 6px;
}
.second-wrapper .td.player {
  font-family: 'Michroma' !important;
  max-height: 600px;
}
.second-wrapper .playlist {
  padding-top: 10px;
  max-height: 150px;
  overflow-y: scroll;
}
.second-wrapper .td.player .start-time,
.second-wrapper .td.player .stop-time {
  font-size: 10px !important;
}
.second-wrapper .td.player .stop-time {
  padding-left: 12px !important;
}
.third-wrapper {
  margin-top: 20px;
  border-radius: 25px;
  padding-bottom: 10px;
  border: 1px solid #eaeaea;
  color: #eaeaea;
}
.third-wrapper .readmore {
  display: none;
}


.bandmember .member-pic {
  height: 80%;
  width: 100%;
  text-align: center;
  max-height: 240px;

}
.bandmember .member-pic img {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display:block;

}
.bandmember .member-text {
  text-align: center;
  padding: 10px 0px;
}
.third-wrapper .bio-text {
  line-height: 28px;
  padding-left: 6px;
}
.fourth-wrapper {
  margin-top: 20px;
  border-radius: 25px;
  border: 1px solid #80b9e4;
  color: #eaeaea;
  padding-bottom: 40px;
}
.fourth-wrapper .photostru {
  height: 100%;
}
.fifth-wrapper {
  margin-top: 20px;
  padding: 2px 20px;
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px solid #eaeaea;
  color: #eaeaea;
}

@media only screen and (max-width: 767px) {

  .bandmember .member-pic img {
    max-height: 150px;
    max-width: 150px;
  }
  .bio-text {
    padding-top: 50px;
  }
  .bio-text .no-mobile {
    display: none;
  }
  .bio-text .readmore {
    display: block;
    text-align: center;
  }
  .hoesje {
    display: none;
  }
  .contactitem {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: auto;
    padding-left: 0px;
  }
  .playlist {
    padding-top: 10px;
    max-height: 600px !important;
    overflow-y: hidden !important;
  }

  .bandmember .member-text {
    font-size: 12px;
    padding: 2px 0px;
  }
}
.navbar {
  background-image: url('../img/bg-white.jpg');
  background-repeat: repeat-x;
  overflow: visible;
  border: 0;
  height: 80px;
  border-radius: 0 !important;
  text-align: left;
  -webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
  box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
}
#main-nav {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.navbar-inverse {
  font-weight: bold;
  font-size: 16px;
}
.navbar-inverse .navbar-nav > li {
  display: inline;
  margin-right: 8px;
  margin-top: 20px;
}
.navbar-inverse .navbar-nav > li:last-child {
  margin-right: 0 !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000;
  text-transform: none;
  padding: 0;
  line-height: 35px;
  outline-style: none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #c04600;
  outline: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #c04600;
  color: #c04600;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #c04600;
  color: #c04600;
}
.navbar-inverse .navbar-brand {
  height: 80px;
  line-height: 50px;
  color: Black;
  font-size: 30px;
}
.navbar-inverse .navbar-brand:hover {
  color: #c04600 !important;
}
.navbar-inverse .navbar-toggle {
  border: 0;
  background-color: transparent;
  color: black;
  margin-top: 25px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: black ;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: #c04600;
}
.navbar-inverse .navbar-collapse.collapsing,
.navbar-inverse .navbar-collapse.in {
  background-color: white;
  border: 0px;
  line-height: 12px;
}
.navbar-inverse .navbar-collapse.collapsing li,
.navbar-inverse .navbar-collapse.in li {
  padding: 0 0 !important;
  margin: 0 0 !important;
}
.navbar-inverse .navbar-collapse.collapsing li > a,
.navbar-inverse .navbar-collapse.in li > a {
  margin-left: 10px;
  border-bottom: 1px solid black;
  margin-right: 10px;
  padding-top: 10px;
}
