
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  /* background-color: #ADBBDA; */
  background-color: #000;
}

footer {
  position: absolute;
  position: relative;
  margin-top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color:#000;
  text-align: center;
}

footer a:link, footer a:visited {
  color: #ADBBDA;
}

h1, h2 {
  font-family: "Eczar", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h3 a:link, h3 a:visited {
  color: #2e3b59;
}

img {
  width: 100%;
}

.logo {
  width: 20%;
  max-width: 120px;
  float: left;
  position: absolute;
  top: 0.5%;
  left: 0.5%;
}

main {
  padding: 20px 5%;
  padding-top: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content-box {
  max-width: 1200px;
  margin: 0 auto;
}

.dark {
  border-radius: 20px;
  background: #2e3b59;
  overflow: hidden;
}

.light {
  border-radius: 20px;
  background: #EDE8F5;
  overflow: hidden;
}

.light .big-btn, .light .big-btn:visited {
  padding: 10px;
  background-color: #2e3b59;
  color: white;
  text-transform: uppercase;
  margin: 20px;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Eczar", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.dark .big-btn, .dark .big-btn:visited {
  padding: 10px;
  background-color: #2e3b59;
  color: white;
  text-transform: uppercase;
  margin: 20px;
  border-radius: 10px;
  border: #8da2ba 2px solid;
  text-decoration: none;
  font-family: "Eczar", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
}

.clear {
  clear: both;
}

.section-title {
  width: 98%;
  margin: 0 auto;
  clear: both;
}

.content-box .title-right {
  float: right;
  padding-right: 2%;
}

.content-box .title-left {
  float: left;
  padding-left: 2%;
}

.content-box .section-title h2 {
  font-size: 2em;
  font-weight: 500;
  display: flex;               /* Enable flexbox on the h1 */
  align-items: center;         /* Vertically center content */
}

.content-box .title-left.light h2 {
    color: #2e3b59;
}


.dark .title-left h2 {
    color: #DBDBDB;
}

.content-box .title-right.dark h2:before {
    content: '';    
    flex-grow: 1;              /* Line will grow to fill space */
    height: 2.5px;
    margin-right: 10px;        /* Space between line and text */
    background: #DBDBDB;
}

.content-box .title-left.light h2:after {
    content: '';    
    flex-grow: 1;              /* Line will grow to fill space */
    height: 2.5px;
    margin-left: 10px;        /* Space between line and text */
    background: #2e3b59;
}


.content-box .title-left.dark h2:after {
    content: '';    
    flex-grow: 1;              /* Line will grow to fill space */
    height: 2.5px;
    margin-left: 10px;        /* Space between line and text */
    background: #DBDBDB;
}

.content-box .title-right.dark h2:before {
    content: '';    
    flex-grow: 1;              /* Line will grow to fill space */
    height: 2.5px;
    margin-right: 10px;        /* Space between line and text */
    background: #DBDBDB;
}


.inner-wrapper {
  padding: 0 2%;
}

#banner-img {
    height: 280px;
    width: 100%;
    background: url(images/tc-bannerimg.png) no-repeat left -50px top;
    background-size: cover;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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


#tourdates {
  color: #D8d8d8;
}

.tourdates {
  position: relative;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 25px;
  text-align: center;
  padding: 0 2%;
}

.tourdate {
  padding: 0 0 2% 0;
  border-bottom: #6a88ad 1px solid;
}

.tourdate:last-child {
  border-bottom: none;
}

.tourdate .date {
  font-weight: 700;
  padding: 5px;
  border: #8da2ba 1px solid;
  border-radius: 10px;
  width: auto;
  margin: 0 auto 20px auto;
}

.tourdate .location {
  font-style: italic;
  font-weight: 300;
  text-transform: capitalize;
}

.content-box .tourpic-mobile {
  display: block;
}

.content-box .tourpic {
  display: none;
}

.about {
  position: relative;
}

#drummer-knows-best {
  text-align: center;
  padding-bottom:20px;
}



#images {
 padding: 10px 2%;
 text-align: center;
}

#images h3 {
  text-transform: lowercase;
  font-weight: normal;
  color: white;
}

#images img {
  float: none;
  width: 100%;
  margin: 0;
}


.endorsements {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  opacity: 0.7;
}

.endorsements div {
  flex-grow: 1;
	min-width: 100px;
	height: 100px;
}

.endorsements div img {
  max-width: 120px;
}

@media screen and (min-width: 900px){

#banner-img {
    height: 380px;
    background: url(images/tc-bannerimg.png) no-repeat center top;
    background-size: contain;
}

.tourdate {
  display: flex;
  align-items: center;   /* vertically center text */
  gap: 1rem;             /* spacing between columns */
  /* padding: 0.5rem 0; */
}

/* let each section control its width */
.tourdate .date {
  flex: 0 0 80px;       /* fixed width column */
  font-weight: bold;
  width: auto;
  margin: auto;
}

.tourdate .artist {
  flex: 1.3;              /* grows to fill available space */
  text-align: left;
}

.tourdate .location {
  flex: 1.2;            /* grows a little more than artist */
  text-align: right;    /* align to the right edge */
}


#images img {
  float: Left;
  width: 45%;
  margin: 0 2%;
}

}
