@font-face {
    font-family: 'alteHaas';
    src: url(../fonts/altehaas.ttf) format('truetype');
   
}

body {
  width: 95%;
  margin: 0 auto;
  background-color: #f3f6ef;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
}



/* ----- HEADER ------ */

header {
  text-align: center;
  margin-top: 15px;
}

header a {
  font-family: 'alteHaas';
  font-size: 1.75em;
  color: rgba(181,57,45,1);
  text-transform: uppercase;
  letter-spacing: initial;
}

header a:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.8);
}

header:active>a {
  color: rgba(181,57,45,0.9);
}



/* ------ NAV ------- */

nav {
  width: 100%;
  margin-top: 25px;
  padding-left: 0px;
}

nav li {
  display: inline-block;
}

nav li.inline1mly {
  display: none;
}

nav li a {
  font-family: 'alteHaas';
  font-size: 1em;
  color: rgba(0,0,0,0.6);
  text-transform: uppercase;
  text-align: center;
}

.nav {
  border-bottom: 1px solid black;
  padding-right: 0px;
}

.nav>li>a {
  padding: 10px 0px;
  border-bottom: 1px solid black;
  border-top: 1px solid rgba(0,0,0,0.8);
  border-right: 1px solid rgba(0,0,0,0.8);
  border-bottom: 1px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0.8);
  border-radius: 0;
  margin-bottom: 3px;
}


a:focus {
outline: 0;
}

.nav>li>a:hover {
  border-top: 1px solid rgba(0,0,0,0.9);
  border-right: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0);
  color: rgba(181,57,45,0.9);
  background-color: #f3f6ef;
}

.nav>li.active>a {
  border-top: 1px solid rgba(0,0,0,0.9);
  border-right: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0);
  color: rgba(181,57,45,0.8);
  background-color: #f3f6ef;
}

.nav>li.active>a:hover {
  border-top: 1px solid rgba(0,0,0,0.9);
  border-right: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0);
  color: rgba(181,57,45,0.8);
  background-color: #f3f6ef;
}

.nav>li.active>a:focus {
  border-top: 1px solid rgba(0,0,0,0.9);
  border-right: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0);
  color: rgba(181,57,45,0.8);
  background-color: #f3f6ef;

}

.nav>li.active>a.mly {
  border-top: 1px solid rgba(0,0,0,0);
  border-right: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0);
  color: rgba(181,57,45,0.9);
  background-color: rgba(181,57,45,0.0);
}




/* ------ HOME ------ */

table  {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: initial;
  border-spacing: 1px;
}

tbody {
  width: 100%;
}

tr {
  width: 100%;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(181,57,45,1);
}

.square {
  width: 50px;
  height: 50px;
  background-color: rgba(181,57,45,1);
}

.tri {
  border-color: rgba(181,57,45,1) rgba(181,57,45,1) transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    height: 0px;
    width: 0px;
}

.triangleone {
  border-color: rgba(181,57,45,1) rgba(181,57,45,1) transparent transparent;
    border-style: solid;
    border-width: 25px 25px 25px 25px;
    height: 0px;
    width: 0px;
}

.triangletwo {
  border-color: rgba(181,57,45,1) transparent transparent rgba(181,57,45,1);
    border-style: solid;
    border-width: 25px 25px 25px 25px;
    height: 0px;
    width: 0px;
}

.trianglethree {
  border-color: transparent rgba(181,57,45,1) rgba(181,57,45,1) transparent;
    border-style: solid;
    border-width: 25px 25px 25px 25px;
    height: 0px;
    width: 0px;
}

.trianglefour {
  border-color: transparent transparent rgba(181,57,45,1) rgba(181,57,45,1);
    border-style: solid;
    border-width: 25px 25px 25px 25px;
    height: 0px;
    width: 0px;
}



/* ---- STYLES ------ */

.redtext {
  color: rgba(181,57,45,1);
}

.audioembed {
  width: 100%;
}

.audioembed .row {
    margin-bottom: 2em;
}

.musichead {
  font-family: 'Source Sans Pro';
  font-size: 1.1em;
  font-weight: 300;
  letter-spacing: .2em;
  color: rgba(181,57,45,0.8);
  border-bottom: 1px solid rgba(181,57,45,1);
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  margin: 15px 0px 50px 10px;
  float: left;
  clear: right;
  padding-bottom: 12px;
}

.blackbar {
  color: rgba(0,0,0,0.8);
}

.subhead {
  border-top: 1px solid rgba(0,0,0,0);
  border-right: 1px solid rgba(0,0,0,0.8);
  border-bottom: 1px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0.8);
  padding-right: 20px;
  padding-left: 20px;
}

.releaseinfo {
  font-family: 'Oxygen Mono';
  font-size: 1em;
  color: rgba(0,0,0,0.7);
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.releaseinfo a {
  color: rgba(181,57,45,0.7);
  text-decoration: underline;
}

.releaseinfo a:hover {
  color: #f3f6ef;
  background-color: rgba(181,57,45,0.7);
  text-decoration: none;
}

.releaseinfo>a:hover img {
  opacity: .5;
}

iframe.bandcampembed {
  border: 0;
  width: 100%;
  height: 180px;
}

iframe.embed-responsive-item {
  margin-bottom: 25px;
}

.audembed {
  margin-bottom: 50px;
  margin-left: 5px;
}

.vidembed {
  margin-bottom: 50px;
  
}

.news  {
  font-size: 1.1em;
  width: 95%;
  margin-top: -15px;
  margin-left: 10px;
  letter-spacing: 0.05em;
}

.news a {
  color: rgba(181,57,45,0.7);
  text-decoration: underline;
}

.news a:hover {
  color: #f3f6ef;
  background-color: rgba(181,57,45,0.7);
  text-decoration: none;
}

.line {
  border-bottom: 1px solid black;
}

.aboutP {
  margin-top: 20px;
}

.topPad {
  padding-top: 40px;
}

.about {
  letter-spacing: 0.05em;
}

.about a {
  color: rgba(181,57,45,0.7);
  text-decoration: underline;
}

.about a:hover {
  color: #f3f6ef;
  background-color: rgba(181,57,45,0.7);
  text-decoration: none;
}

.alte {
  font-family: 'alteHaas';
}




/* ----- FOOTER ------ */

footer ul {
  list-style-type: none;
}

ul.social {
  margin-top: 0px;
  margin-left: 2%;
}

footer {
  margin-bottom: 150px;
}

footer ul {
  padding-left: 0px;
}

footer li a {
  border-top: 1px solid rgba(0,0,0,0);
  border-right: 1px solid rgba(0,0,0,0.8);
  border-bottom: 1px solid rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0.8);
  padding: 5px;
}

footer li a:hover {
  opacity: 0.7;
  border-top: 1px solid rgba(0,0,0,0);
  border-right: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0.8);
  border-left: 1px solid rgba(0,0,0,0);
}








/* /////////////////////////////////////Tablet and above //////////////////////////////////////////*/


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

body {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f3f6ef;
}

header {
  display: none;
}



nav li.inline1mly {
  display: initial;
}

nav li a {
  font-size: 1.1em;
}

.col-md-2, .col-sm-2 {
  padding-right: 20px;
  padding-left: 0px;
}

.nav>li>a {
  padding: 10px 5px;
}

.nav>li>a:hover.mly {
  color: rgba(0,0,0,0.9);
  background-color: #f3f6ef;
  border: 1px solid rgba(0,0,0,0);
}

.nav>li>a.mly {
  font-size: 1.1em;
  text-align: right;
  border: 1px solid rgba(0,0,0,0);
}



.circle {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: rgba(181,57,45,1);
}

.square {
  width: 100px;
  height: 100px;
  background-color: rgba(181,57,45,1);
}

.tri {
  border-color: rgba(181,57,45,1) rgba(181,57,45,1) transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    height: 0px;
    width: 0px;
}

.triangleone {
  border-color: rgba(181,57,45,1) rgba(181,57,45,1) transparent transparent;
    border-style: solid;
    border-width: 50px 50px 50px 50px;
    height: 0px;
    width: 0px;
}

.triangletwo {
  border-color: rgba(181,57,45,1) transparent transparent rgba(181,57,45,1);
    border-style: solid;
    border-width: 50px 50px 50px 50px;
    height: 0px;
    width: 0px;
}

.trianglethree {
  border-color: transparent rgba(181,57,45,1) rgba(181,57,45,1) transparent;
    border-style: solid;
    border-width: 50px 50px 50px 50px;
    height: 0px;
    width: 0px;
}

.trianglefour {
  border-color: transparent transparent rgba(181,57,45,1) rgba(181,57,45,1);
    border-style: solid;
    border-width: 50px 50px 50px 50px;
    height: 0px;
    width: 0px;
}



.news {
  font-size: 1.12em;
}

.news p {
  padding-bottom: 25px;
}

.about {
  font-size: 1.15em;
  text-align: justify;
}


.musichead {
  font-size: 1.6em;
  margin: 15px 0px 50px 0px;
  padding-right: 10px;
  padding-left: 0px;
  padding-bottom: 12px;
}

iframe.scloud {
  position: relative;
  text-align: center;
  margin:0 auto;
  padding: 10px 80px 50px 80px;
}

iframe.bandcampembed {
  border: 0;
  width: 66%;
  height: 180px;
}

iframe.embed-responsive-item {
  padding: 0px 80px 150px 80px;
}

.audioembed>iframe {
  width: 80%;
  float: left;
  margin-bottom: 5%;
}

.vidembed {
  margin-bottom: 0px;
  margin-left: 0px;
}




ul.social {
  margin-top: 0px;
  margin-left: 10%;
}

footer li a {
  padding: 10px;
}
}


@media (min-width: 992px) {

nav li a {
  font-size: 1.4em;
}

.nav>li>a.mly {
  font-size: 1.5em;
}

.aboutP {
  margin-top: 0px;
}


}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1650px) { 

body {
  margin-top: 50px;
}

.circle {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}

.square {
  width: 120px;
  height: 120px;
}

.triangleone {
    border-width: 60px 60px 60px 60px;
}

.triangletwo {
    border-width: 60px 60px 60px 60px;
}

.trianglethree {
    border-width: 60px 60px 60px 60px;
}

.trianglefour {
    border-width: 60px 60px 60px 60px;
}
}


