/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/*  apply a natural box layout model to all elements  */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------BODY-----------------------------*/
body {
  font-family: "Berlin Sans FB", sans-serif;
  font-weight: 300;
  font-size: 16px;
  height: 100%;
  margin: 1vw;
  background-image: url("../images/background_inv_BW_dk_350.png");
  /*background-image: url("../images/Montage-lossy.webp");*/ }

/*.main-grid {
    display: grid;
    grid-template-rows: 25vw auto 5%;
    grid-template-areas: "head" "meat" "feet";
    height: 100vh;
 }
 

.oneOff {
    
    
    height: 100vh;
}*/
/*--------------------HEADER-------------------------*/
.toppers {
  grid-area: head; }

.head-grid {
  display: grid;
  grid-template-columns: 20% auto 20%;
  grid-template-rows: 1fr 1fr auto;
  grid-template-areas: "logo dsl sml-menu" "logo tag sml-menu" "navStrip navStrip navStrip"; }

header {
  border-bottom: 3px solid #0540ff;
  color: #0540ff; }

#wd-logo {
  grid-area: logo;
  padding: 10px; }

.wds-logo {
  width: 75%;
  min-width: 25px;
  max-width: 70px; }

h1 {
  font-size: clamp(10px, 5vw, 25px);
  /*border: 1px solid $accent;*/
  text-align: center; }

h2 {
  color: #0540ff;
  font-size: 5vw;
  font-weight: 300;
  text-align: center; }

.headline {
  grid-area: dsl;
  margin: 3vw 5px 0 5px; }

.subTitle {
  grid-area: tag;
  margin-bottom: 3vw; }

.smallNav {
  padding-top: 3vw;
  grid-area: sml-menu;
  text-align: center; }

.smNav {
  width: 60%;
  min-width: 15px;
  max-width: 35px; }

.closeNav {
  width: 60%;
  max-width: 35px;
  min-width: 15px; }

/*Menu*/
.menu {
  width: 5vw;
  min-width: 10px;
  cursor: pointer; }

/*Menu Area*/
#menuList {
  margin-top: 20px; }

.navMenuArea {
  padding: 0;
  position: absolute;
  left: -500px;
  margin: 0;
  background-color: #f6f6f6;
  border-radius: 20px;
  height: 85%;
  width: 85%;
  box-shadow: 5px 0 10px rgba(44, 45, 45, 0.4);
  z-index: 1000; }

.navMenuArea ul {
  align-self: center;
  font-size: 2vw;
  margin-top: 5px;
  list-style: none;
  color: #868889;
  padding: 0; }

.navMenuArea li {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  background-color: #edf0f0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dee1e3;
  padding: 3vw;
  cursor: pointer; }

.navMenuArea li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #dee1e3; }

.navMenuArea li:hover {
  background-color: #e0e2e5; }

.navMenuArea ul li.active a {
  color: #bfbfbf;
  background-color: #0540ff;
  border-radius: 10px;
  padding: 0 10px; }

.closeNav {
  margin: 5px;
  min-width: 7px;
  width: 5vw;
  height: auto;
  cursor: pointer; }

/*end of h1*/
/*end of HEADER*/
/*--------------------NAVIGATION-------------------------*/
.nStrip {
  display: none;
  grid-area: navStrip;
  height: 8vw; }

nav {
  border-top: 3px solid #bfbfbf;
  background-color: #0540ff;
  border-bottom: 3px solid #bfbfbf;
  /*end of Anchors*/ }
  nav ul li {
    float: left;
    width: 25%;
    /*border-right: 1px solid $secondaryColor;*/ }
  nav ul li:last-child {
    border: none; }
  nav ul li a {
    display: block;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    color: #0540ff;
    text-decoration: none;
    transition: 0.5s ease, color 0.5s ease; }
  nav ul li.active a {
    color: #bfbfbf;
    background-color: #0540ff; }
  nav ul li a:hover {
    color: #bfbfbf;
    background-color: #000000; }

/*--------------------MAIN-------------------------*/
main {
  color: #0540ff;
  text-align: center;
  padding: 2%; }

#main-grid {
  display: grid;
  grid-template-rows: auto auto auto; }

#top {
  grid-row-start: 1;
  grid-row-end: 2; }

#meat {
  grid-row-start: 2;
  grid-row-end: 3; }

#foot {
  grid-row-start: 3;
  grid-row-end: 4; }

p {
  color: #0540ff;
  text-align: center; }

h3 {
  color: #0540ff;
  text-align: center;
  font-size: 6vw; }

h4 {
  color: #0540ff;
  font-size: 2vw;
  text-align: center; }

#booking {
  grid-column: 2 / span 2; }

#booking figcaption {
  margin: 10px; }

#carousel {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
  background-image: url("../images/Carousel/Gold-Storm.jpg");
  background-repeat: no-repeat;
  
  background-size: 100% 50vw;
     }

.carousel-item .slide-image {
  width: 100%; }

.carousel-item {
  position: absolute;
  width: 100%;
  height: 270px;
  border: none;
  top: 0;
  left: 700px; }

.carousel-item.active {
  left: 0;
  transition: all 0.3s ease-out; }

.banner-pic {
  width: 85%; }

.coming-gigs {
  padding: 1vw;
  grid-area: ad-left;
  text-align: center; }

#coming-flyer {
  width: 100%;
  max-width: 200px; }

.feature {
  padding: 1vw;
  grid-area: ad-right; }

#feature-pic {
  width: 100%;
  max-width: 200px; }

.video {
  padding: 3vw;
  aspect-ratio: 16 / 9;
  width: 100%;
  /*border: 3px solid $secondaryColor;*/ }

#story {
  background-color: #bfbfbf;
  border-top: 3px solid #000000;
  padding: 2vw; }

article {
  background-color: #000000;
  color: #000000;
  padding: 3vw;
  text-align: center; }

a:link {
  text-decoration: none;
  padding: 0; }

.media audio {
  width: 100%;
  height: 5vw;
  padding: 1vw; }

.media img {
  width: 75%;
  max-width: 300px; }

#schedule {
  padding: 3vw;
  color: #0540ff;
  text-align: center; }

#schedule a {
  color: #bfbfbf; }

#schedule a:hover {
  color: #0540ff; }

article a:hover {
  color: #000000;
  background-color: #0540ff; }

figure {
  text-align: center; }

figcaption {
  color: #0540ff;
  padding: 1vw;
  font-size: 4vw;
  text-align: center;
  text-decoration: none; }

article a {
  line-height: 2rem;
  padding: 1vw;
  font-weight: bold; }

section img {
  width: 250px;
  padding: 2vw; }

section .media {
  padding: 3vw;
  grid-area: band-media;
  border-bottom: 1px solid #bfbfbf;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  text-align: center; }

.pagePicGrid {
  background-image: url(../images/The-Page/Grendels_Background_350_Opa.webp);
  display: grid;
  grid-template-columns: 1fr 1fr; }

.pagePicGrid a {
  margin: 5%; }

.pagePicGrid img {
  padding: 1vw; }

.imgTN {
  width: 90%;
  max-width: 200px; }

.clickLink {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  border-bottom: 1px solid #bfbfbf; }

.clickLink a {
  width: 85%;
  margin: 2vw;
  margin: 0 auto 0 auto; }

.clickLink img {
  width: 80%; }

.clickLink figure {
  padding: 2vw; }

#albumPlayerLink {
  display: none; }

.drivLiner {
  text-align: center; }

.drivLiner a {
  display: inline; }

.drivLiner div {
  display: inline; }

.drivLiner img {
  width: 70%; }

.allPlayer {
  grid-area: cover; }

#drivBack {
  grid-area: back; }

#drivMid {
  grid-area: middle; }

.Album-cover {
  width: 85%;
  max-width: 350px; }

.allPlayer {
  display: none; }

.singlePlayer {
  width: 85%;
  margin: 0 auto; }

.albumSongs {
  grid-area: songs; }

.albumSongs li {
  font-size: 4vw; }

section aside {
  border-top: 1px solid #0540ff;
  padding: 3vw 0;
  grid-area: bottom-list; }

section ol li {
  display: inline-block;
  width: 45%;
  font-size: 3vw;
  font-weight: bold;
  padding: 2vw 0;
  text-align: center;
  vertical-align: top; }

section ol li a {
  text-decoration: none; }

 /*section #drivGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
 }


/* section #drivGrid img {
    
    margin: auto;
    width: 80%;
 }*/
section aside ul li {
  width: 49%;
  display: inline-block;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  line-height: 3vw;
  border-right: 1px solid #bfbfbf;
  color: #bfbfbf;
  text-decoration: none; }

section aside ul li:nth-child(2n) {
  border-right: none; }

section aside ul li a {
  text-decoration: none; }

ul li a:hover {
  color: #000000;
  background-color: #0540ff; }

#WIP {
  width: 75%; }

.clearfix ol {
  padding: 10px; }

/*end of Anchors*/
/*--------------------FOOTER-------------------------*/
footer {
  grid-area: feet;
  width: 100%;
  background-color: #0540ff; }
  footer p {
    text-align: center;
    color: #bfbfbf;
    font-weight: 700;
    padding: .75rem 0;
    font-size: 12px; }

/*end of FOOTER*/
/*----- Clearfix: Force an Element not to collapse -----*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 560px) {
  .head-grid {
    display: grid;
    grid-template-columns: 20% auto;
    grid-template-rows: 1fr 1fr auto;
    grid-template-areas: "logo dsl" "logo tag" "navStrip navStrip"; }

  header {
    border-bottom: 0; }

  #wd-logo {
    padding: 10px; }

  .wds-logo {
    min-width: 70px;
    max-width: 100px;
    margin-left: 3vw;
    padding-bottom: 10px; }

  h1 {
    font-size: clamp(25px, 5vw, 40px); }

  h2 {
    font-size: 23px; }

  .toppers {
    padding-right: 3vw; }

  .headline {
    margin: 15px auto 0; }

  .subTitle {
    margin: 15 auto 0;
    padding: 0; }

  .smallNav {
    display: none; }

  .nstrip {
    display: inline; }

  nav ul li {
    background-color: #bfbfbf;
    float: left;
    width: 12.5%;
    /*border-right: 1px solid $secondaryColor;*/ }

  nav ul li a {
    font-size: clamp(12px, 2vw, 15px); }

  a:link {
    text-decoration: none;
    padding: 0; }

  .nStrip {
    height: 20px; }

  section .media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto; }

  #pageTape {
    grid-column-start: 1;
    grid-column-end: 3; }

  .media-sgl {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto; }

  .banner-pic {
    max-width: 500px; }

  .coming-gigs {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center; }

  #coming-flyer {
    width: 80%;
    max-width: 350px; }

  #feature-pic {
    width: 100%;
    max-width: 350px; }

  .blank {
    grid-area: blnk; }

  #index-page {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 40% 60%; }

  #carousel {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 4;
    position: relative;
    width: 100%;
    height: 30vw;
    overflow: hidden;
    text-align: center;
    background-size: 100% 34vw; }

  .feature {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3; }

  section .bandMedia {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 3fr auto; }

  #DoD-cover {
    max-width: 350px; }

  #DoD-back {
    max-width: 150px; }

  #DoD-center {
    max-width: 200px; }

  #drivBack {
    text-align: center; }

  figcaption {
    padding: 1vw;
    font-size: 20px; }

  h3 {
    font-size: 3vw; }

  article a {
    font-size: 40px; }

  section img {
    width: 350px; }

  .pagePicGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }

  .imgTN {
    max-width: 250px; }

  .albumSongs li {
    font-size: 20px; }

  .side-band {
    font-size: 20px; }

  section aside ul li {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px; } }
@media only screen and (min-width: 1140px) {
  /*body {
     background-image: url("../images/Montage2.webp")
  }*/
  /*.main-grid {
     grid-template-rows: 200px auto 30px;
     height: 100vh;
  }*/
  .head-grid {
    display: grid;
    grid-template-columns: 20% auto;
    grid-template-rows: 50% 50%; }

  .wds-logo {
    min-width: 150px;
    padding: 1vw; }

  h1 {
    font-size: 50px;
    /*border: 1px solid $accent;*/ }

  header h2 {
    grid-area: tag;
    font-size: 35px; }

  .subTitle {
    margin: 0; }

  nav ul {
    height: 25px; }

  nav ul li a {
    font-size: 20px;
    padding: 0;
    margin: 0;
    height: 25px; }

  h3 {
    font-size: 3vw; }

  .head-grid {
    height: 175px; }

  section img {
    width: 350px; }

  #feature-pic {
    width: 500px;
    max-width: 500px; }

  #index-page {
    display: grid;
    grid-template-columns: 1fr 300px 300px 1fr;
    grid-template-rows: 40% 60%; }

  #carousel {
    width: 600px;
    justify-self: center;
    height: 280px; }

  section #bsg-calendar {
    margin: 20px 100px 20px 100px; }

  figure {
    padding: 0; }

  figcaption {
    font-size: 25px;
     }

  #albumPlayerLink {
    display: inline; }

  .band-main .video {
    aspect-ratio: 16 / 9;
    width: 30vw;
    border: 3px solid #bfbfbf; }

  .media audio {
    height: 4vw; }

  .media figure {
    text-align: center;
    padding-top: 2vw; }

  .media figcaption {
    padding: 1vw;
    font-size: 2rem; }

  section .bandMedia {
    grid-template-rows: 45% auto; }

  #DoD-back {
    max-width: 200px; }

  #DoD-center {
    min-width: 200px;
    max-width: 350px; }

  .pagePicGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

  #drivBack {
    text-align: center; }

  #DoD-cover {
    min-width: 300px;
    max-width: 300px; }

  .clickLink {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto; }

  .singlePlayer {
    display: none; }

  .allPlayer {
    display: block;
    width: 85%;
    margin: 0 auto; }

  .headline {
    margin: 0 auto; } }

/*# sourceMappingURL=styles.css.map */
