/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #121212;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #e3e3e3;
  line-height: 1.6rem;
}

h1, h2, h3, h4 {
  margin-bottom: 0.85rem;
  color: #48b067;
  font-family: 'Rubik Distressed', cursive;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
  text-align: center;
}

h3 {
  font-size: 1.8rem;
}

p {
  margin-bottom: 0.75rem;
}

.heavy {
  font-weight: 600;
}

h4 {
  font-size: 1.2rem;
  text-transform: capitalize !important;
}

.btn-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.btn-cta {
  display: block;
  padding: 10px 20px;
  color: #121212;
  background-color: #48b067;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  width: fit-content;
  margin-top: 15px;
  margin-right: 10px;
}
.btn-cta:hover {
  background-color: green;
}

.sm-cta {
  display: inline-block;
  padding: 5px 10px;
  color: #ff9966;
  background-color: transparent;
  border: 1px solid #48b067;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  width: fit-content;
  margin-top: 15px;
}

main .m-content {
  height: 100vh;
  overflow-y: scroll;
}
main .outer-container {
  padding: 0px 2rem;
}
main .outer-container .inner-container {
  width: 100%;
  max-width: 75vw !important;
  margin: 0 auto;
  border-radius: 5px;
}
main .outer-container .inner-container.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin-top: 2rem;
  flex-wrap: wrap;
}
main .outer-container .inner-container.shadow {
  border: 1px solid #010101;
}
main .outer-container .inner-container.pad-box {
  padding: 3rem;
}
main .outer-container .inner-container .left-col.text-col, main .outer-container .inner-container .right-col.text-col {
  padding: 3rem;
}
main .outer-container .inner-container .left-col.img-col, main .outer-container .inner-container .right-col.img-col {
  background-color: black;
  min-height: 400px;
}
main .outer-container .inner-container .left-col.img-col img, main .outer-container .inner-container .right-col.img-col img {
  width: 100%;
}
main .sec-pad {
  padding: 3rem 0;
}
main .static-sb {
  color: #ffffff;
  border-left: 2px dashed #48b067;
  padding: 2rem;
}

nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  background-color: transparent !important;
  padding: 1.3rem 0 2rem 0;
}
nav a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 10px;
  font-size: 1.4rem;
  font-family: 'Rubik Distressed', cursive;
  color: #48b067;
}
nav a:hover {
  color: green;
}

header {
  color: #48b067;
  width: 100%;
}
header.outer-container {
  padding-top: 2rem !important;
}
header .hero-sec {
  height: 66vh;
  background-image: url("../img/aa-hero-mob.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 2rem;
  display: flex;
  justify-content: right;
  align-items: center;
}

.logo {
  width: 100%;
  max-width: 200px;
  margin-right: 2rem;
}
.logo .sub-title {
  margin-top: 1.2rem;
}

/*.logo{
  font-weight: 600;
    width: 100%;
    max-width: 100px;
    
    img{
        width: 100%;
    max-width: 100px;
    }
}*/
.follow-sec {
  text-align: center;
}

.news-wrap article {
  padding: 2rem;
  background-color: #333;
  width: 100%;
  margin-bottom: 20px;
}
.news-wrap img {
  display: block;
  min-height: 150px;
}

.about-sec {
  font-size: 1.3rem;
  line-height: 2rem;
  padding-top: 8rem !important;
  max-width: 55vw !important;
}

.music-sec {
  font-size: 1.3rem;
  line-height: 2rem;
  max-width: 55vw !important;
}
.music-sec .music-player {
  padding: 2rem 0 0;
}

.news-sec {
  max-width: 55vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.newsThumb {
  display: block;
  height: 250px;
  margin-bottom: 15px;
}

.static-sb .next-gig, .static-sb .follow-us {
  line-height: 1.3rem;
}
.static-sb .next-gig {
  border-bottom: 2px solid #ff9966;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.static-sb .follow-us {
  padding-top: 1rem;
}
.static-sb .cta {
  display: inline-block;
  padding: 5px 15px;
  color: #121212;
  background-color: #ff9966;
  font-weight: 600;
  border-radius: 5px;
  margin-bottom: 15px;
  text-decoration: none;
  width: fit-content;
}
.static-sb .cta:hover {
  background-color: green;
}

.sm-icon {
  height: 100%;
  max-height: 25px;
  width: 100%;
  max-width: 25px;
}

.sm-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px;
}

footer {
  background-color: #121212;
}
footer.outer-container {
  padding: 0 2rem !important;
  margin: 0 auto;
}
footer.outer-container .inner-container {
  padding: 3rem;
  background-color: transparent !important;
  text-align: center;
}

/* Media Queries ----------------------- */
@media only screen and (min-width: 800px) {
  main {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 5fr 1fr;
    grid-template: content sidebar;
  }
  main .outer-container .inner-container {
    max-width: 55vw !important;
  }
  main .outer-container .inner-container.top-bar {
    flex-wrap: nowrap !important;
  }

  .col-2 {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }

  header .hero-sec {
    height: 80vh;
    background-image: url("../img/aa-hero2.png");
  }

  .no-mob {
    display: block !important;
  }

  .news-wrap {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
  }
  .news-wrap article {
    padding: 1rem;
    background-color: #333;
  }
  .news-wrap img {
    display: block;
    min-height: 150px;
  }
}
.no-mob {
  display: none;
}
