body {
  font-family: "bebas-neue-pro";
  font-weight: 400;
  font-size: 1em;
  background: #000;
}
header {
  width: 100%;
  max-width: 860px;
  margin: auto;
  padding-top: 20px;
  color: #fff;
  /* background: olive; */
}
header > .holder {
  /* background: url("/img/headerbg.jpg") bottom center no-repeat; */
  /* background: url(/img/headerbg.jpg) no-repeat center bottom;
    background-size: contain; */
  position: relative;
  padding: 5% 0;
}
.menu-toggle {
  position: absolute;
  padding: 0.8em;
  top: 1em;
  right: 0;
  cursor: pointer;
}
.hamburger, .hamburger::before, .hamburger::after {
  content: '';
  display: block;
  background: #fff;
  height: 3px;
  width: 2em;
  border-radius: 3px;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms;
}
.hamburger::before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.hamburger::after {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.open .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .hamburger::before {
  display: none;
}
.open .hamburger::after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
  transform: translateY(-1px) rotate(-90deg);
}
nav {
  margin: 0;
  padding: 0;
  position: absolute;
  right: -1em;
  top: -1em;
  width: auto;
  z-index: 6;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
nav ul.opening {
  display: block;
  height: 30px;
}
nav a {
  background: #141414;
  color: #fff;
  display: block;
  padding: .75em 3.2em .75em 1.5em;
  text-transform: uppercase;
  text-decoration: none;
}
video {
  width: 600px;
  max-width: 100%;
}
strong, b, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1.logotxt {
  font-family: "mighty-slab";
  /* font-size: 2em; */
  font-size: 1.563em;
  text-transform: uppercase;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  margin-top: -25px;
  /* float: left; */
  width: 100%;
  z-index: 5;
  /* border: red solid 1px;
  background: #f0f; */
}
h1.logotxt img {
  display: inline-block;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  border: 2px solid #63a2e9;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
header > .holder > img {
  max-width: 860px;
  height: auto;
  margin: 1.5em auto auto;
  width: 100%;
}
.jmm-background > h1 {
  /* text-align: center; */
}
.jmm-background {
  width: 100%;
  height: 250px !important;
  display: flex;
  background: url(../img/headerbg.jpg) no-repeat center bottom;
  background-size: contain;
  position: relative;
  padding: 5% 0;
}
article {
  background: #fff;
  width: 90%;
  max-width: 860px;
  margin: auto;
}
section {
  /* border: solid red 1px; */
}
.holder {
  padding: 30px 10% 20px;
  /* padding: 50px 60px 0; */
  /* background: #fff; */
}
.headings {
  font-size: 2.25em;
  text-align: center;
  text-transform: uppercase;
}
.play-all {
  text-align: center;
  margin: .5em auto;
}
.play-all > span {
  font-size: 1.3em;
  font-weight: 300;
  cursor: pointer;
}
.play-all > span > img.play {
  width: 18px;
  height: 18px;
  position: relative;
  top: .1em;
  left: 5px;
  opacity: .8;
}
.about > p {
  font-size: 1.625em;
  font-weight: 300;
}
.about > ul {
  font-size: 1.625em;
  font-weight: 300;
}
#thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*.song-video-holder {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
  /* margin: 20px auto; *
}*/
.titles {
  font-size: 1.250em;
  text-transform: uppercase;
}
.thumbnail {
  /* width: 131px; */
  /*max-width: 262px;*/
  /*width: auto;*/
  /* margin-bottom: 10%; */
  margin: 1em 0;
  width: 44%;
  max-width: 100%;
  position: relative;
  cursor: pointer;
}
.thumbnail > img {
  /* max-width: 131px;
    width: auto; */
  max-width: 100%;
}
.thumbnail .play {
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(50% - 2.5em);
  left: calc(50% - 13px);
  opacity: .8;
  
}
.song-video-content {
  max-width: 430px;
  padding: 0 10px;
}
.news-content {
  max-width: 650px;
  padding: 25px;
}
/*.modal-dialog * {
  max-width: calc(100% - 1.5em);
}*/
.song-video-content > p, .panel > p, .news-content > p {
  font-style: normal;
  font-weight: 300;
  ;
  font-size: 1.2em;
  line-height: 1.5em;
}
.song-vid-btn, .news-btn {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.song-vid-icon, .news-icon {
  /* border: red solid 1px; */
  width: 27.5px;
  padding-right: 5px;
}
.news-btn {
  /* border: red solid 1px; */
  margin: 0 0 20px;
}
.news-titles {
  line-height: 1.85em;
  font-weight: 400;
  font-size: 1.2em;
}
.news {
  padding-top: 2px;
  padding-bottom: 70px;
}
.news > ul {
  list-style: none;
  line-height: 1.85em;
  font-weight: 400;
  font-size: 1.2em;
}
.news > ul > li {
  cursor: pointer;
  padding: 10px 0;
}
.news-img {
  height: auto;
  width: 150px;
  max-width: 100%;
}
#contact {
  background: #000;
  color: #fff;
  max-width: 860px;
  margin: auto;
  padding-bottom: 90px;
}
#contact > .holder {
  max-width: 430px;
  margin: auto;
}
#contact > .holder > p {
  font-weight: 600;
  font-size: 1.875em;
  text-align: center;
}
#contact a {
  color: white;
}
form.email {
  position: relative;
  margin: 60px auto 0 auto;
}
label {
  display: block;
  width: 100%;
  font-size: 1.250em;
}
input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}
.btn {
  background: 0 0;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 30px 0 25px;
  position: relative;
  transition: all .3s;
  border: 2px solid #fff;
  font-size: 1.500em;
  font-weight: 600;
  /* letter-spacing: 2px; */
  text-transform: capitalize;
  z-index: 0;
  margin: 60px auto 0 auto;
  color: #fff;
  overflow: hidden;
  ;
}
.btn:hover {
  color: #000;
}
/*Adding the hover effect base */
.btn::before {
  content: '';
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s;
  z-index: -1;
}
/*Fade in*/
.btn::before {
  opacity: 0;
}
.btn:hover::before {
  opacity: 1;
}
#message-status.success {
  padding-top: 25px;
}
#message-status.success h2 {
  font-size: 25px;
  line-height: 30px;
}
.copy-privacy {
  margin-top: 1.8em;
  font-size: .95em !important;
}
.privacy {
  cursor: pointer;
  text-decoration: underline;
}
#modal-privacy > .modal-dialog > .modal-content {
  color: black;
}
#modal-privacy > .modal-dialog > .modal-content > p > a {
  color: black;
}
/* accord */
.accordion {
  font-size: 1.250em;
  text-transform: uppercase;
  /* background-color: #eee;
    color: #444; */
  cursor: pointer;
  /* padding: 18px; */
  /* width: 100%; */
  /* border: none; */
  /* text-align: left; */
  /* outline: none; */
  /* font-size: 15px; */
  transition: 0.4s;
}
.active, .accordion:hover {
  /* background-color: #ccc; */
}
.accordion:after {
  content: '\002B';
  /* color: #777; */
  /* font-weight: bold; */
  float: right;
  margin-left: 5px;
  font-size: 1.5em;
  border-radius: 100%;
  border: black solid 1px;
  /* padding: .25em; */
  height: .75em;
  width: .75em;
  display: inline-block;
  text-align: center;
  line-height: .75em;
}
.active:after {
  content: "\2212";
}
.panel {
  /* padding: 0 18px;
    background-color: white; */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* end accord */
@media screen and (min-width: 600px) {
  .thumbnail {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .thumbnail {
    width: 21%;
  }
}
@media screen and (min-width: 830px) {
  /*.thumbnail img {
    max-width: 131px;
  }*/
}
@media screen and (min-width: 430px) {
  h1.logotxt {
    font-size: 1.8em;
    text-align: center;
    top: 195px;
  }
}
@media screen and (min-width: 768px) {
  /*DESKTOP NAV*/
  .menu-toggle {
    display: none;
  }
  nav {
    display: block !important;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -1em;
    top: -1em;
    width: auto;
  }
  nav ul {
    display: block;
    float: right;
  }
  nav li {
    display: inline-block;
    margin: 0 0 0 -5px;
  }
  nav ul.opening {
    display: block;
    height: 30px;
  }
  nav a {
    background: #000;
    padding: .75em 1em .75em 1.5em;
  }
  .modal-content {
    min-width: 640px;
  }
  h1.logotxt {
    font-size: 2em;
    text-align: center;
    top: 180px;
  }
}