/* Main.css */
body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #f4f4f4;
}

h1, h2, h3, h4 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
}

h1 {
    font-size: 4rem;
}

#atcb-reference {
  display: none !important;
}

.large {
  font-size: 5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h2, h3, h4, p {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.2rem;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  padding-top: 1rem;
}

#mailinglist {
    padding-top: 10px;
    margin-bottom: 2em;
    margin-top: 2em;
    border-bottom: 5px solid black;
    border-top: 5px solid black;
}

#dates {
  margin-top: 2em;
    border-top: 5px solid black;
}

#gig {
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-bottom: 5px solid black;
}

.scrollingHeader {
   height: 50px;
   overflow: hidden;
   position: relative;
   background-color: #0090ff;
}

.libre-baskerville-regular-italic {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 4rem;
}

.container {
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
}

ul {
  list-style: none;
}

.banner {
	width: 3550px;
  background-color: #0090ff;
}

.box {
  display: inline-block;
  width: 220px;
  margin: 0.5rem;
  padding: 0;
  color: yellow;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

/*keyframe animations*/
.box:first-child {
  animation: box 50s linear infinite;
}

@keyframes box {
 0% {
  margin-left: 0px;
  transform: translateX(0);
  -moz-transform: translateX(0); /* Firefox bug fix */
  -webkit-transform: translateX(0);
 }
 100% {
    margin-left: -2100px;
 }

}

input {
  font-size: 1em;
  padding: 6px;
  margin-bottom: 12px;
  background-color: white;
  border: 1px solid #FFF;
  box-shadow: 1px 1px black;
  margin-right: 4px;
}

.email {
  width: 100%;
}

input:focus {
  outline: none;
}

menu {
  margin-top: 1rem;
}

#allContent {
  position: relative;
  margin: auto;
  width: 80%;
  padding-top: 2.5vw;
  margin-bottom: 2rem;
  max-width: 900px;
}

.submenu {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#album h3 {
  padding: 0px;
}

#release, #dates {
  margin-bottom: 1em;
}

.sib-form {
  text-align: center;
}

/* Add a black background color to the top navigation */
.topnav, .featurenav {
  text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {
  margin-right: 0.5rem;
  text-decoration: none;
  font-size: 2rem;
}

table {
  width: 100%;
}

td {
  font-size: 0.9em;
  color: black;
  padding-bottom: 15px;
}

.livedate, .alignRight, .venue, .narrow {
  height: 15px;
  line-height: 15px;
}

td.artistline {
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 20px;
}

.yellow {
    padding: 5px 0px 0px 0px;
    height: 100%;
}

#dateHeader {
  margin-bottom: 10px;
}

.livedate .yellow, .narrow .yellow {
  padding-right: 5px;
}

.alignRight .yellow {
  text-align: right;
  padding-right: 5px;
}

.alignRight {
  font-weight: bold;
}

.livedate .yellow {
  padding-left: 5px;
}

.narrow {
  font-weight: bold;
  text-transform: uppercase;
}

footer {
    margin-top: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 5px solid black;
}

footer p {
  padding: 2px;
  font-size: 0.8em;
  text-align: center;
}

footer p a {
  text-decoration: underline;
}

a.buylink {
  text-decoration: underline;
}

.packshot {
  width: 60%;
  padding-top: 10px;
  margin-left: 20%;
  margin-bottom: 1rem;
  position: relative;
}

.regular {
  text-transform: capitalize;
}

.month {
  font-weight: bold;
  margin: 10px 0px;
  text-transform: uppercase;
}

.tourVenue {
  padding: 0px 0.4em;
}

#myVideo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

#datesTable {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {

  #datesTable {
    width: 80%;
    margin: auto;
  }

  .yellow {
    font-size: 80%;
  }

  .large {
    font-size: 3em;
  }

  .submenu {
    margin-top: 1rem;
    line-height: 125%;
  }

  .packshot {
    width: 100%;
    margin-left: 0;
  }

  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 900px) {
  #datesTable, #mailinglist {
    width: 100%;
    margin: 2rem auto;
  }

  .topnav a {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 2em;
  }

  .packshot {
    width: 80%;
    margin-left: 10%;
  }
}


@media (max-aspect-ratio: 1/1) {
    #myVideo {
        width:auto;
        height: 100%;
    }
}

@media (min-aspect-ratio: 1/1) {
    #myVideo {
        width:100%;
        height: auto;
    }
}
