/*
* Eric Meyer's Reset CSS v2.0 - http://cssreset.com 
*/
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: #EBEBEB;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

img {
  vertical-align: middle; }

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

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

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

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

table td tr {
  display: inline; }

#background-nice {
  height: 200px; }
  @media (max-width: 991px) {
    #background-nice {
      height: 0px; } }

/**
* Navigation
*/
.navigation-bar {
  background: black;
  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", sans-serif;
    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 #eff4f6; }

.background-container {
  background: url("../images/OILS_Frontier_1100x1100.jpg");
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 0%;
  padding-top: 100px; }
  @media only screen and (max-width: 1050px) {
    .background-container {
      padding-top: 100px;
      background: url("../images/OILS_Frontier_1100x1100.jpg");
      background-size: contain;
      background-color: black;
      background-repeat: no-repeat; } }
  @media only screen and (max-width: 480px) {
    .background-container {
      background: none;
      background: black;
      padding: 0;
      margin: 0; } }

@media only screen and (max-width: 480px) {
  .packshot-small {
    display: block !important;
    background: black;
    padding: 0;
    margin: 0; } }

.content-panel {
  background: rgba(20, 20, 20, 0.7);
  border-radius: 5px;
  padding: 20px; }

/**
* Article
*/
.article-header {
  color: #eff4f6;
  background-color: background-color;
  padding: 10px 10px 25px 10px;
  text-align: center; }
  .article-header h1 {
    font-family: "alternate-gothic-no-3-d", sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: upper; }
    @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: 750px;
    margin-bottom: 75px; }
    @media (max-width: 1400px) {
      .article-header .band-logo {
        width: 750px; } }
    @media (max-width: 980px) {
      .article-header .band-logo {
        width: 450px; } }
    @media (max-width: 600px) {
      .article-header .band-logo {
        width: 280px;
        margin-bottom: 45px; } }

.main-section-container {
  background-color: transparent;
  padding: 0 20px 20px 20px;
  min-height: 100%;
  padding-top: 300px; }
  @media (max-width: 600px) {
    .main-section-container {
      padding: 5px 0 0 0; } }
  @media (max-width: 1500px) {
    .main-section-container {
      padding-top: 250px; } }
  @media (max-width: 1200px) {
    .main-section-container {
      padding-top: 200px; } }
  @media (max-width: 980px) {
    .main-section-container {
      padding-top: 100px; } }
  @media (max-width: 480px) {
    .main-section-container {
      padding-top: 0px; } }
  .main-section-container .article-content {
    background-color: transparent;
    color: #eff4f6;
    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", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 22px;
      color: #eff4f6; }
    .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
*/
.hero-container-image {
  height: 450px;
  background-color: #262626;
  /* Images */ }
  @media (max-width: 1400px) {
    .hero-container-image {
      height: 400px; } }
  @media (max-width: 980px) {
    .hero-container-image {
      height: 350px; } }
  @media (max-width: 700px) {
    .hero-container-image {
      height: 250px; } }
  @media (max-width: 400px) {
    .hero-container-image {
      height: 200px; } }
  .hero-container-image .hero-content {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    top: 75px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%; }
    @media only screen and (max-width: 1500px) {
      .hero-container-image .hero-content {
        background-position: 100%; } }
    @media only screen and (max-width: 1200px) {
      .hero-container-image .hero-content {
        background-position: 50%; } }
    @media only screen and (max-width: 1050px) {
      .hero-container-image .hero-content {
        background-position: 50%; } }
    @media only screen and (max-width: 960px) {
      .hero-container-image .hero-content {
        background-position: 50%; } }
  @media only screen and (min-width: 960px) {
    .hero-container-image .hero-content-image {
      background-image: url("../images/image_1920.png"); } }
  @media only screen and (max-width: 960px) {
    .hero-container-image .hero-content-image {
      background-image: url("../images/image_960.png"); } }
  @media only screen and (max-width: 480px) {
    .hero-container-image .hero-content-image {
      background-image: url("../images/image_480.png"); } }

/**
* Buy/Sell Links
*/
.button, .twickets-link-loader a {
  padding: 10px 11px 8px 14px;
  border: 2px solid black;
  background-color: black;
  border-radius: 100px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  text-align: center;
  font-family: "alternate-gothic-no-3-d", sans-serif;
  color: white; }
  .button:hover, .twickets-link-loader a:hover {
    background-color: white;
    border: 2px solid white;
    color: black;
    text-decoration: none; }

.col-2-table .ticket-row, .twickets-link-loader .ticket-row {
  background: background_colour;
  color: #eff4f6; }
  .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 #eff4f6 solid; }
.col-2-table span, .twickets-link-loader span {
  font-size: 17px; }
.col-2-table td, .twickets-link-loader td {
  background: background_colour;
  color: #eff4f6;
  padding: 20px;
  vertical-align: middle; }

.col-2-table a {
  text-decoration: none;
  color: white; }
  .col-2-table a:hover {
    color: black; }
  .col-2-table a:visited {
    color: #eff4f6; }
    .col-2-table a:visited:hover {
      color: black; }

/** 
* Figure
*/
.figure-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px 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; }
@font-face {
  font-family: 'right-chalk';
  src: url("../fonts/RightChalk.ttf");
  font-weight: normal;
  font-style: normal; }
/**
  Email signup
 */
#signup-button {
  margin-left: 20px; }

@media only screen and (max-width: 480px) {
  #signup-button {
    margin-left: 0px;
    margin-top: 20px; } }

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