/********************************************
GENERAL
********************************************/

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #000000;

}

#wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h3 {
  margin: 0 0 1em 0;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  line-height: 1.4em;
  margin: 0;
}


/********************************************
HEADING
********************************************/

header {
  float: left;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
  width: 100%;
}

#logo {
  max-width: 100%;
  max-height: auto;
}

h1#logo {
    width: 150px;
    height: 150px;
    background-image: url(../img/don-logo.png);
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

h1#logo span {
  display: none;
}

h1#logo-internal {
  width: 150px;
  height: 100px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

h1#logo-internal span {
  display: none;
}

h1 {
  font-size: 2em;
  margin: -5px 0 0;
  font-weight: normal;
}

h2 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h3 {
  color: #fff;
  font-size: 1.15em;
  margin: 0;
  font-weight: normal;
  text-align: center;
}

h4 {
  color: #fff;
  font-size: 1em;
  margin: 20px 0 5px;
  padding: 0;
  font-weight: 600;
  text-align: left;
}

h4.date {
  margin: 10px 0 10px;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: 'Asul', sans-serif;
}



/********************************************
HERO BANNER
********************************************/

#hero{
  background-image:url(../img/hero-img3.jpg);
  background-size:cover;
  background-position:center;
  height:75vh;
}

.hero-header{
  width:100%;
  color:#fff;
  font-size:36px;
  -ms-transform: translate(0,-50%); /* IE 9 */
    -webkit-transform: translate(0,-50%); /* Safari */
    transform: translate(0,-50%);  
    text-align: center;


}

.hero-header p {
    font-family: 'Montserrat', sans-serif;
  }



/********************************************
NAVIGATION
********************************************/

nav {
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

nav li {
    display: inline-block;
}

nav ul li a {
  font-weight: 800;
  padding: 15px 10px;
  color: #fff;
}



/********************************************
FOOTER
********************************************/

footer {
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding: 20px 0 10px;
  color: #ccc;
  background-color: #a71b1c;
}

.footer-link {
  color: #fff;
}

.social-icon {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

#support-logos {
  margin: 20px auto;
}

#support-logos img {
  height: auto;
  
  padding: 20px 0 0;
}



/********************************************
PAGE: FILMS
********************************************/

#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gallery li {
  float: left;
  margin: 2.5%;
  color: #bdc3c7;
}

#gallery li a p {
  margin: 0;
  padding: 5%;
  font-size: 0.75em;
  color: #bdc3c7;
}

#gallery p.date  {
  margin: 0;
  padding: 10px 0 5px;
  font-size: .8em;
  color: #fee411;
  text-align: center;
}




/********************************************
PAGE: FILM DETAIL
********************************************/

#film-hero-annaandtheapocalypse {
  background-image:url(../img/film-annaandtheapocalypse.jpg);
  background-size:cover;
  background-position:center;
  height: 80vh;
}

#film-hero-carrie {
  background-image:url(../img/film-carrie.jpg);
  background-size:cover;
  background-position:center;
  height:80vh;
}

#film-hero-theomen {
  background-image:url(../img/film-theomen.jpg);
  background-size:cover;
  background-position:center;
  height:80vh;
}

#film-hero-possum {
  background-image:url(../img/film-possum.jpg);
  background-size:cover;
  background-position:center;
  height:80vh;
}

#film-hero-theevildead {
  background-image:url(../img/film-theevildead.jpg);
  background-size:cover;
  background-position:center;
  height:80vh;
}

#film-hero-mandy {
  background-image:url(../img/film-mandy.jpg);
  background-size:cover;
  background-position:center;
  height:80vh;
}

#film-hero-thefly {
  background-image:url(../img/film-thefly.jpg);
  background-size:cover;
  background-position:center;
  height:80vh;
}

#film-hero-onecutofthedead {
  background-image:url(../img/film-onecutofthedead.jpg);
  background-size:cover;
  background-position:center;
  height:80vh;
}

p.film-description {
  margin-bottom: 20px;
}

p.detail {
  margin-bottom: 15px;
}

p.quote {
  font-style: italic;
  margin: 20px 0;
}

p.quote span {
  font-style: normal;
}

.film-poster {
  display: block;
  max-width: 25%;
  margin: 40px 0;
  padding: 0 20px; 
  float: left;
}

.film-synopsis {
  display: block;
  max-width: 40%;
  margin: 40px 0;
  padding: 0 20px; 
  float: left;
}

.film-detail {
  display: block;
  max-width: 20%;
  margin: 40px 0;
  padding: 0 20px; 
  float: left;
}


/********************************************
PAGE: TICKETS & INFO
********************************************/

#fest-info {
  padding: 150px 5% 50px;
}

#fest-info h3 {
  text-align: left;
  margin-bottom: 20px;
}

#fest-info a {
  color: #fee411;
}


/********************************************
COLORS
********************************************/

/* site body */
body {
  color: #2a2a2a;
}

/* red header */
header {
  background: #a71b1c;
  border-color: #c5000a;
}

/* nav background on mobile devices */
nav {
  background: #000;
}

/* logo text */
h1, h2 {
  color: #000;
}

#tagline h2, #tagline p {
  color: #fff;
}

p {
  color: #fff;
}

/* links */
a {
  color: #fff;
}

p.film-description a {
  color: #fee411;
}

/* nav link */
nav a, nav a:visited {
  color: #fff;
}

/* selected nav link */
nav a:hover {
  text-decoration: underline; 
}

h2.film-title {
  color: #fff;
  font-family: 'Asul', sans-serif;
}
p.black {
  color: #000;
}

.yellow {
  color: #fee411;
}



/********************************************
BUTTONS
********************************************/

a.button {
    background-color: #c5000a;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    margin: 0 0 30px;
}
a.button:hover {
    background-color: #d31922;
}






