/*
* Eric Meyer's Reset CSS v2.0 - http://cssreset.com 
*/

/*
* HERE ARE ALL THE THINGS YOU MAY WANT TO STYLE
*/

/*----------------------------------- */

/* BACKGROUND COLOUR */
.main-section-container .article-content {
  background: black;
}

/* PAGE BORDER */
.main-section-container {
  background-color: black;
}

/*----------------------------------- */

/* ARTIST INFO */
.about {
  background-color: black;
}

.about-font-color {
  color: white;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.about-section {
  margin: 0px;
  padding-bottom: 20px;
}

.about-facts-font-color {
  font-size: 1em;
  color: white;
  padding: 1em;
  text-align: justify; 
  background-color: rgb(112, 112, 112);
  margin-bottom: 2em; 
}

.about-facts-font-color li {
  font-size: 16px;
  padding: 3px;
}

div.right-hand-column > div , img{ 
  margin-bottom: 2em ;
}

#twickets-sell {
  margin-bottom: 2em;
 }
 
 .about-section {
   margin: 0px;
   padding-bottom: 20px;
 }
/*----------------------------------- */

/* IMPORTANT INFO TEXT & BUY AND SELL TITLE */
.article-content {
  color: white;
}

/* IMPORTANT INFO BACKGROUND */
.important-info {
  background-color: black;
}

/*----------------------------------- */

/* BUY AND SELL BACKGROUND */
.col-2-table .ticket-row, .twickets-link-loader .ticket-row {
  background: black;
}

/* VENUE AND DATE TEXT */
.event-name {
  color: WHITE;
}

/* BUY BUTTON (NORMAL) */
#buy_button {
  background-color: black;
  color: white;
}

/* BUY BUTTON (HOVER) */
#buy_button:hover {
  background-color: white;
  color: black;
}

/* SELL BUTTON (NORMAL) */
.button, .twickets-link-loader a {
  background-color: black;
  color: white;
}

/* SELL BUTTON (HOVER)*/
.button:hover, .twickets-link-loader a:hover {
  background-color: white;
  color: black;
}

/*----------------------------------- */

/* HOW IT WORKS BOX */
.works {
  text-align: center;
  border-top: 8px solid white;
  background-color: rgb(112, 112, 112);
}

/* TEXT COLOUR (FAN TO FAN...) */
.trusted { 
  color: black;
}

/* HOW IT WORKS BUTTON */
#works-button {
  background-color: white;
  border-color: black;
  color: black;
}

/*----------------------------------- */

/* NO EVENTS */

#no-events {
  background-color: BLACK;
  color: WHITE;
}

html, body, div, span, applet, object, iframe, blockquote, pre, h1, h2, h3, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html, body {
  background-color: white;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

img {
  vertical-align: middle;
}

/* LINK COLOUR */

p a {
  color: rgb(44, 208, 223);
  text-decoration: none;
}

p a:hover {
  color: rgb(0, 119, 255);
  text-decoration: none;
}

a {
  color: #fd820a;
  text-decoration: none;
}

a:hover {
  color: #2a6394;
  text-decoration: none;
}

table td tr {
  display: inline;
}

/* NAVIGATION BAR */

.navigation-bar {
  background: #1E232A;
  width: 100%;
  min-height: 75px;
}

.navigation-bar .twickets-logo {
  float: left;
  margin: 20px 5px 0 20px;
}

.navigation-bar .twickets-logo-text {
  float: left;
  margin-top: 25px;
}

.navigation-bar .link {
  color: white;
  letter-spacing: 2px;
  font-family: "alternate-gothic-no-3-d";
  float: left;
  margin: 30px 25px 0 0;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .navigation-bar .link {
    margin: 33px 10px 0 0;
    font-size: 14px;
  }
}

.navigation-bar .link:hover {
  color: grey;
}

h2 {
  padding-bottom: 3px;
  border-bottom: 2px solid black;
}

/**
* Article
*/

.article-header {
  color: black;
  text-decoration: underline;
  text-align: center;
}

.article-header h1 {
  font-family: "alternate-gothic-no-3-d";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
}

@media (max-width: 950px) {
  .article-header h1 {
    font-size: 23px;
  }
}

@media (max-width: 600px) {
  .article-header h1 {
    font-size: 20px;
  }
}

/* .article-header .band-logo {
  width: 200px;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .article-header .band-logo {
    width: 200px;
  }
}

@media (max-width: 980px) {
  .article-header .band-logo {
    width: 250px;
  }
}

@media (max-width: 700px) {
  .article-header .band-logo {
    width: 250px;
  }
}

@media (max-width: 400px) {
  .article-header .band-logo {
    width: 175px;
  }
} */

.main-section-container {
  padding: 0px 20px 20px 20px;
  min-height: 100%;
}

@media (max-width: 600px) {
  .main-section-container {
    padding: 5px 0 0 0;
    background-color: white;
  }
}

.main-section-container .article-content {
  padding: 60px 80px 60px 80px;
}

@media (max-width: 1200px) {
  .main-section-container .article-content {
    padding: 40px 60px 40px 60px;
  }
}

@media (max-width: 600px) {
  .main-section-container .article-content {
    padding: 20px 20px 20px 20px;
  }
}

.main-section-container .article-content h2 {
  font-family: "alternate-gothic-no-3-d";
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 22px;
  color: black;
}

.main-section-container .article-content a:hover {
  text-decoration: none;
}

.main-section-container .article-content p {
  font-size: 16px;
  margin: 0 0 20px 0;
}

@media (max-width: 950px) {
  .main-section-container .article-content p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .main-section-container .article-content p {
    font-size: 16px;
  }
}

/* HERO IMAGE RESIZE */

.hero-container-image {
  height: 450px;
  background-color: #262626;
  /* Images */
}

@media (max-width: 3000px) {
  .hero-container-image {
    height: 1000px;
  }
}

@media (max-width: 2000px) {
  .hero-container-image {
    height: 700px;
  }
}

@media (max-width: 1440px) {
  .hero-container-image {
    height: 600px;
  }
}

@media (max-width: 980px) {
  .hero-container-image {
    height: 450px;
  }
}

@media (max-width: 700px) {
  .hero-container-image {
    height: 350px;
  }
}

@media (max-width: 580px) {
  .hero-container-image {
    height: 250px;
  }
}

.hero-container-image .hero-content {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  top: 75px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 0%;
}

@media only screen and (min-width: 960px) {
  .hero-container-image .hero-content-image {
    background-image: url("../images/image_1920.jpg");
  }
}

@media only screen and (max-width: 960px) {
  .hero-container-image .hero-content-image {
    background-image: url("../images/image_960.jpg");
  }
}

@media only screen and (max-width: 480px) {
  .hero-container-image .hero-content-image {
    background-image: url("../images/image_480.jpg");
  }
}

/** BUY/SELL BUTTONS */
/** Border radius for square vs circle buttons, make sure border is the same size for normal and hover. Change padding for button size. */

.button, .twickets-link-loader a {
  padding: 10px 21px 8px 24px;
  margin-left: 4px;
  margin-right: 4px;
  border: 2px solid WHITE;
  border-radius: 0px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-family: "alternate-gothic-no-3-d";
}

.button:hover, .twickets-link-loader a:hover {
  border: 2px solid WHITE;
  text-decoration: none;
}

#buy_button {
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 25px;
}

.col-2-table .ticket-row, .twickets-link-loader .ticket-row {
  color: black;
}

.col-2-table .ticket-row .event-name, .twickets-link-loader .ticket-row .event-name {
  font-size: 17px;
}

.col-2-table tr, .twickets-link-loader tr {
  border-bottom: 2px white solid;
}

.col-2-table span, .twickets-link-loader span {
  font-size: 17px;
}

.col-2-table td, .twickets-link-loader td {
  background: #1E232A;
  color: white;
  padding: 20px;
  vertical-align: middle;
}

.col-2-table a {
  text-decoration: none;
  color: white;
}

.col-2-table a:hover {
  color: #1E232A;
}

.col-2-table a:visited {
  color: white;
}

.col-2-table a:visited:hover {
  color: #1E232A;
}

/** 
* Figure
*/

.figure-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 10% 0 0 0;
}

.figure-container img {
  margin: 0 0 0 20px;
}

/*
* Fonts
*/

@font-face {
  font-family: 'alternate-gothic-no-3-d';
  src: url("../fonts/AlternateGotNo3DOT.otf");
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=main.css.map */

.important-info {
  padding: 2%;
}

.works{
  text-align: center;
}

.spotify {
  text-align: center;
  padding-top: 4%;
}

.facebook-video {
  padding-top: 10%;
}

#short {
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 1%;
  width: 85%;
}

/*----------------------------------- */

/* LOGO */

.artist-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: black;
  opacity: 0.8;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
}

.artist-logo>.band-logo {
  max-width: 95%;
  height: 80px;
}

@media only screen and (max-width: 980px) {
  .artist-logo {
    padding: 5px;
  }
  .artist-logo>.band-logo {
    height: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .artist-logo {
    padding: 5px;
  }
  .artist-logo>.band-logo {
    height: 15px;
  }

}

#works-button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 5px;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 20px;
}

#long {

  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 15;
  width: 85%;
  visibility: none;
}

#see-more {
  background: none;
  border: none;
}

#see-less {
  background: none;
  border: none;
}

.idea-container {
  text-align: right;
}

.idea {
  width: 140px;
  margin-top: -19%;
  margin-bottom: -17%;
  margin-right: 0%;
  padding-bottom: 40px;
}

#long {
  width: 85%;
  font-size: 16px;
}

#short {
  width: 83%;
  font-size: 16px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
  .idea {
    width: 100px;
    margin-top: -20%;
    margin-bottom: -15%;
    margin-right: -4%;
    padding-bottom: 0px;
  }
  #long {
    padding-top: 2%;
    width: 100%;
  }
  #short {
    padding-top: 2%;
    width: 100%;
  }
}

@media only screen and (min-width: 581px) and (max-width: 900px) {
  .idea {
    width: 140px;
    margin-top: -20%;
    margin-bottom: -17%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  #long {
    padding-top: 2.5%;
    padding-bottom: 2%;
  }
  #short {
    padding-top: 2.5%;
    padding-bottom: 2%;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .idea {
    width: 220px;
    margin-top: -19%;
    margin-bottom: -17%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  #long {
    padding-top: 0%;
    ;
  }
  #short {
    padding-top: 0%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 2000px) {
  .idea {
    width: 220px;
    margin-top: -19%;
    margin-bottom: -17%;
    margin-right: 0%;
    padding-bottom: 0px;
  }
  #long {
    padding-top: 0%;
    ;
  }
  #short {
    padding-top: 0%;

  }  
  #no-events {
      padding: 2%;
    }
  }
