@import url(https://fonts.googleapis.com/css?family=Quattrocento:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

/* GLOBALS */
body {
  font-family: "Quattrocento", georgia, "times new roman", times, serif;
  color: #333333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased
}

/* GLOBAL TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  padding: 10px 0 5px
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #999999
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%
}

p {
  font: 400 1em/1.444444 "Quattrocento", georgia, "times new roman", times, serif;
  margin: 0 0 1rem
}

a {
  color: #8540c9;
  text-decoration: none
}

figure {
  margin: 1.77778em auto
}

.figure { 
  display: table
}

figcaption {
  font: 300 0.875em/1.4444444 "Oswald", "Helvetica", Arial, sans-serif;
  color: #333333;
  caption-side: bottom;
  padding: 5px 0px
}

figcaption span {
  font-size: 0.750em;
  color: #666666;
  display: inline-block
}

hr {
  margin: 2em 0
}

/* HEADER */
header {
  z-index: 1;
  box-shadow: 0px -10px 25px #414141
}

/* NAVIGATION */
header nav {
  background-image: linear-gradient(#460a69, #a871c0)
}

#siteNavbar {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px
}

.navbar-brand {
  margin: 0
}

.navbar-nav {
  margin-left: 7rem
}

/* ALERTS */
.alert {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

/* UTILITIES */
.award-block, .release-static {
  font-size: .8em;
  line-height: 1.4;
  color: #666666
}

.callout {
  max-width: 500px;
  background-color: hsla(270, 55.8%, 32%, 0.1);
  padding: 25px;
  margin: 25px auto 25px
}

.callout-wide {
  max-width: 700px;
  background-color: hsla(270, 55.8%, 32%, 0.1);
  padding: 25px;
  margin: 25px auto 25px
}

/* INTERIOR TYPOGRAPHY */
.pageTitle {
  margin-bottom: 1.25rem
}

.author-bio {
  background-color: #f1f1f1;
  border: none;
  padding: 2rem  
}

/* MURA OVERRIDES */
.mura-index dl {
  border: none
}

.content .mura-index, section .mura-index {
  border-top: none
}

.mura-item-meta {
  font-family: "Oswald", "Helvetica", Arial, sans-serif
}

.mura-item-meta__title {
  font-weight: 400;
  line-height: 1.222222
}

.mura-item-meta__date {
  font-size: .9rem;
  font-weight: 100;
  color: #666666
}

.mura-item-meta__summary {
  font-family: "Quattrocento", georgia, "times new roman", times, serif;
  margin-top: 10px
}

.mura-item-meta__credits {
  font-size: .9rem;
  font-weight: 100;
  color: #666666
}

.summary {
  clear: both
}

.cicle-bullet li {
  font: 400 1em/1.222222 "Quattrocento", georgia, "times new roman", times, serif;
  list-style-type: circle;
  color: #222222;
  padding: 0 0 15px 5px
}

.title {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 300
}

/* FRONT PAGE */
.fp__container {
  margin: 2em 0 3em;
}

.jumbotron {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 65vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  border-radius: 0;
  margin: 0
}

.intro-body {
  display: table-cell;
  vertical-align: middle;
  text-align: left
}

.jumbotron__content {
  margin-left: 2rem;
  width: 80%
}

.jumbotron__cell-headline {
  max-width: 54em;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.2em;
  margin: 1em 0
}
  
.j-head {
  font-size: 2em;
  text-transform: uppercase
}

.jumbotron__cell-text {
  max-width: 36em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  margin: .6em 0
}

.j-copy {
  color: white;
  padding: 0
}

.jumbotron__cell-button {
  margin: auto
}

.jumbotron__cell-button .btn {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s
}

.jumbotron__cell-button .btn:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.6);
}

/* FOOTER */
.c-footer {
  background-color: #411c65;
  color: white;
  padding: 0 1rem 2rem;
  opacity: 1
}

.c-footer__container {
  margin: 0 auto;
  max-width: 1200px
}

.c-footer__nav--top {
  margin-bottom: 2rem
}

.c-footer__section {
  border-bottom: 0
}

.c-footer__section-title {
  font-family: "Oswald", "Helvetica", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0
}

.c-footer__section-title::after {
  border-color: white;
  border-style: solid;
  border-width: 0 0 1px 1px;
  height: .5rem;
  margin-right: .25rem;
  transform: rotateX(0) rotateZ(-45deg);
  transform-origin: center center;
  transition: transform 500ms linear;
  width: .5rem
}

.c-footer__section-title .is-open::after {
  transform: rotateX(180deg) rotateZ(-45deg);
  transition: transform 250ms linear
}

.c-footer__section-title+.c-footer__secondary {
  max-height: none;
  transition: max-height 500ms linear
}

.c-footer__secondary {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms linear
}

.c-footer__list {
  list-style: none;
  padding: 0
}

.c-footer__list--secondary {
  margin: 0 1.5rem 2rem
}

.c-footer__list--follow {
  display: flex;
  flex-wrap: wrap;
  height: 1rem;
  justify-content: space-between
}

.c-footer__list--follow:not(:last-child) {
  margin-bottom: 1.5rem
}

.c-footer__item {
  line-height: 1.25
}

.c-footer__item--top:not(:last-child) {
  margin-bottom: .6rem
}

.c-footer__item--bottom {
  display: inline-block;
  margin-bottom: .5rem;
  line-height: 1.2222222
}

.c-footer__item--bottom:not(:last-child) {
  border-right: 1px solid white;
  margin-right: .5rem;
  padding-right: .5rem
}

.c-footer__item--follow:not(:last-child) {
  margin-right: 1.5rem
}

.c-footer__link {
  color: white;
  fill: white
}

.c-footer__link:hover {
  text-decoration: none;
  color: gray;
  fill: gray
}

.c-footer__bottom {
  text-align: center
}

.c-footer__copyright {
  font-size: .825rem;
  color: white;
  margin: 0
}

.c-footer__logo {
  height: 2rem;
  margin: 0 auto
}

.c-footer__icon {
  height: 1rem;
  width: 1rem
}

.c-footer__logo-image {
  padding-top: 2rem;
  fill: white
}

/*SMALL BREAKPOINT*/
@media (min-width:576px) {
}

/*MEDIUM BREAKPOINT*/
@media (min-width:768px) {
  .navbar-brand {
    margin-right: 6em
  }

  .c-footer {
    font-size: .85rem;
    padding: 2rem 2rem 4rem
  }

  .c-footer__nav--top {
    border-bottom: 1px solid white;
    margin-bottom: 1rem;
    padding-bottom: 2rem
  }

  .c-footer__section-title {
    content: normal;
    cursor: auto;
    margin-bottom: 1rem;
    padding: 0
  }

  .c-footer__secondary {
    max-height: none
  }

  .c-footer__list--top {
    display: flex;
    justify-content: space-between
  }

  .c-footer__list--secondary {
    margin: 0
  }
}

/*LARGE BREAKPOINT*/
@media (min-width:992px) {
  .j-head {
    font-size: 3.6rem;
  }
}

/*EXTRA LARGE BREAKPOINT*/
@media (min-width:1200px) {
  .c-footer__bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left
  }

  .c-footer__bottom-info {
    margin: 0
  }

  .c-footer__logo {
    margin: 0
  }
}