.div--footer {
  height: 170px;
}

.div--footerContent {
  width: 1100px;
  margin: 0 auto;
  height: inherit;
  background-color: #222222;
}

.div__nav--footer {
  padding-top: 15px;
}

.div__nav--footerLinks {
  height: 24px;
}

.footer__nav--link {
  cursor: pointer;
  display: inline-block;
  padding: 0 15px;
  color: #777777;
  float: left;
}
.footer__nav--link:active {
  color: #777777;
  text-decoration: none;
}
.footer__nav--link:focus {
  color: #777777;
  text-decoration: none;
}
.footer__nav--link:active:focus {
  color: #777777;
  text-decoration: none;
}
.footer__nav--link:hover {
  color: #BBBBBB;
  text-decoration: none;
}

.footer--navigation {
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
}

.div__footer--legal {
  margin-top: 35px;
}

.paragraph__footer--legal {
  font-size: 1.1em;
  font-style: italic;
  text-align: left;
  padding-left: 15px;
  color: #777777;
}

.div__footer--copy {
  padding-top: 15px;
  color: #BBBBBB;
}

.paragraph__footer--prompt {
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 15px;
}

.span__footer--prompt {
  font-weight: 500;
}
.link__footer--prompt:active {
  color: inherit;
  text-decoration: none;
}
.link__footer--prompt:focus {
  color: inherit;
  text-decoration: none;
}
.link__footer--prompt:hover {
  color: #DDDDDD;
  text-decoration: underline;
}

.paragraph__footer--attribution {
  margin-bottom: 5px;
  font-size: 1em;
}
.paragraph__footer--attribution:last-child {
  margin-bottom: 10px;
}
.span__footer--attribution {
  font-weight: 700;
}
.link__footer--attribution {
  color: #BBBBBB;
}
.link__footer--attribution:active {
  color: #BBBBBB;
  text-decoration: none;
}
.link__footer--attribution:focus {
  color: #BBBBBB;
  text-decoration: none;
}
.link__footer--attribution:hover {
  color: #DDDDDD;
  text-decoration: underline;
}




/*
 *  initial show/hides
 */
.div__mobile--footerContent {
  display: none;
}

/*
 *  media queries
 */
@media (max-width: 1150px) {
  .div--footer {
    height: 150px;
  }
  .div--footerContent {
    width: 840px;
  }
  .footer__nav--link {
    display: block;
    clear: both;
  }
  .div__footer--legal {
    margin-top: 57px;
  }
}

@media (max-width: 900px) {
  .div--footer {
    height: 165px;
  }
  .div--footerContent {
    width: 720px;
  }
  .span__footer--paulCoryLink {
    display: block;
  }
}

@media (max-width: 790px) {
  .div__desktop--footerContent {
    display: none;
  }
  .div__mobile--footerContent {
    display: block;
  }
  .div--footerContent {
    width: 370px;
  }
  .div--footer {
    height: 270px;
  }
  .div__nav--footerLinks {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer__nav--link {
    display: inline-block;
    clear: inherit;
  }
  .span__footer--paulCoryLink {
    display: inline-block;
  }
  .div__footer--legal {
    margin-top: 5px;
  }
  .paragraph__footer--legal {
    padding-left: 0;
  }
}

@media (max-width: 370px) {
  .div--footerContent {
    width: 320px;
  }
  .footer__nav--link {
    padding: 0 5px;
  }
  .div--footer {
    height: 290px;
  }
}


