/* Main.css */
body {
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  text-shadow: 1px 1px black;
}

h1, h2, h3, h4 {
  font-weight: bold;
  text-transform: uppercase;
}

h1 {
    font-size: 5em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 1.5em;
}

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

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

a {
  color: white;
  font-weight: bold;
}

pre {
  font-size: 90%;
  line-height: 120%;
}

menu, header, main, #mailinglist {
  color: white;
  margin-bottom: 1em;
  border-bottom: 1px solid #FFF;
}

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: 40%;
}

input:focus {
  outline: none;
}

header {
  margin-top: 1em;
}

#allContent {
  position: relative;
  left: 25%;
  width: 50%;
}



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

/* Add a black background color to the top navigation */
.topnav, .featurenav {
  overflow: hidden;
  margin-bottom: 12px;
  /*position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 10px;
  margin-right: 10px;
  */
}

/* Style the links inside the navigation bar */
.topnav a, .featurenav a {
  display: block;
  margin-left: 2px;
  float: left;
  color: white;
  text-align: center;
  margin-right: 1rem;
  text-decoration: none;
  font-size: 1.2em;
}

table {
  width: 100%;
}

td {
  font-size: 0.9em;
  padding: 0px 10px 10px 0px;
}

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

.buylink a {
  font-weight: normal;
  text-decoration: none;
}

.buylink a:hover {
  color: lightgray;
}

.italic-serif {
  font-family: serif;
  text-transform: none;
  font-style: italic;
  margin-top: 0.25em;
}

.featurenav a {
  font-size: 3em;
}

/* Change the color of links on hover */
.topnav a:hover, .featurenav a:hover {
  color: lightgray;
}

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

.tourDate, .ticketLink {
  font-size: 75%;
  font-weight: bold;
}

.ticketLink a {
  text-transform: uppercase;
  color: lightgray;
  text-decoration: none;
}

.tourVenue {
  padding: 0px 0.4em;
}

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

#datesTable {
  width: 100%;
}

/* 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) {
  #allContent {
    position: relative;
    left: 10%;
    width: 80%;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 900px) {
  #datesTable {
    width: 100%;
  }
}


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

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