@import url(normalize.css);
body {
  background: #0f0808;
  padding: 0 0 40px 0;
  position: relative; }

.about-background {
  background-image: url("../images/about-background-1.jpg");
  background-position: center top;
  background-color: #03080d; }

.scene {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -680px; }

.scene2 {
  position: absolute;
  top: -30px;
  left: 50%;
  margin: 0 0 0 -680px; }

.container {
  max-width: 1000px;
  margin: 0 auto; }

.about {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box; }
  @media only screen and (min-width: 992px) {
    .about {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .about {
      padding: 10px; } }
  .about .about-container {
    max-width: 780px;
    margin: 0 auto;
    padding: 25px 0 45px 0; }
    .about .about-container h2 {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: white;
      text-transform: uppercase;
      margin: 0 0 15px 0;
      padding: 0; }
    .about .about-container .hr {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      margin: 0 0 25px 0; }
    .about .about-container p {
      font-family: 'Noto Serif', serif;
      color: white;
      font-style: italic;
      font-size: 13px;
      line-height: 25px;
      margin: 0 0 35px 0;
      padding: 0; }
    .about .about-container .contact-button a:link, .about .about-container .contact-button a:visited {
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: white;
      text-transform: uppercase;
      font-size: 16px;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.8);
      padding: 10px 15px 10px 15px; }
    .about .about-container .contact-button a:hover {
      color: #eea66c; }

.section {
  position: relative;
  margin: 9px 0 18px 0;
  padding: 0 18px 0 18px; }
  @media only screen and (min-width: 992px) {
    .section {
      text-align: left; } }
  @media only screen and (max-width: 767px) {
    .section {
      text-align: center; } }

.header {
  border-bottom: 1px solid white;
  margin: 92px 0 92px 0;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .header {
      padding: 0 0 0 9px; } }
  @media only screen and (max-width: 767px) {
    .header a:link, .header a:visited {
      margin: 0 auto;
      width: 264px;
      display: block; } }
  .header a:link h1, .header a:visited h1 {
    width: 264px;
    height: 43px;
    line-height: 500px;
    overflow: hidden;
    display: block;
    margin: 0 0 9px 0;
    background-image: url(../images/appliedart-logo.png); }
  @media only screen and (min-width: 768px) {
    .header .site-nav {
      right: 0px;
      bottom: 14px;
      position: absolute;
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    .header .site-nav {
      text-align: center;
      padding: 0 0 18px 0; } }
  .header .site-nav .site-description {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: 400;
    color: white;
    margin: 0 4px 0 4px; }
    @media only screen and (min-width: 992px) {
      .header .site-nav .site-description {
        float: left; } }
    @media only screen and (max-width: 767px) {
      .header .site-nav .site-description {
        display: inline; } }
  .header .site-nav .slash {
    font-family: 'Lato', sans-serif;
    color: white;
    margin: 0 4px 0 4px; }
    @media only screen and (min-width: 992px) {
      .header .site-nav .slash {
        float: left; } }
    @media only screen and (max-width: 767px) {
      .header .site-nav .slash {
        display: inline; } }
  .header .site-nav .about-link a:link, .header .site-nav .about-link a:visited {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #eea66c;
    text-decoration: none;
    max-width: 65px; }
    @media only screen and (min-width: 992px) {
      .header .site-nav .about-link a:link, .header .site-nav .about-link a:visited {
        float: left; } }
    @media only screen and (max-width: 767px) {
      .header .site-nav .about-link a:link, .header .site-nav .about-link a:visited {
        display: inline; } }
  .header .site-nav .about-link a:hover {
    color: white; }

.section-headline h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px; }
  @media only screen and (max-width: 767px) {
    .section-headline h2 {
      width: 200px;
      margin: 9px auto 9px auto; } }
  @media only screen and (min-width: 992px) {
    .section-headline h2 {
      float: left;
      margin: 9px; } }

a.portfolio-thumbnail {
  border: 9px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 200px;
  height: 146px;
  margin: 9px; }
  a.portfolio-thumbnail img {
    border: 1px solid white;
    width: 198px;
    height: 144px; }

.img-attribution {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: black;
  padding: 5px;
  color: white;
  font-size: 10px; }
  .img-attribution a:link, .img-attribution a:visited {
    color: #eea66c; }

.clearfix {
  clear: both; }
