body {
  background-color: #fff;
  background-image: url("../images/tracks-black-pattern.gif");
  background-repeat: repeat-x;
  background-position: -1960px -261px;
  color: #0c1a1a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.manifesto, body.civic-plaza, body.seeking-the-light, body.wicked-problems, body.artificial-intelligence-is, body.aurora-emotus, body.computational-art {
  background-color: #000;
  background-position: center -60px;
  background-repeat: no-repeat;
  background-size: 100%;
}

body.manifesto {
  background-image: url("../images/manifesto/promise-detail.jpg");
  background-position: center -269px;
}

body.civic-plaza {
  background-image: url("../images/civic-plaza/hero-civic-plaza.jpg");
}

body.seeking-the-light {
  background-image: url("../images/seeking-the-light/hero-seeking-the-light.jpg");
}

body.wicked-problems {
  background-image: url("../images/wicked-problems/hero-wicked-problems.jpg");
}

body.artificial-intelligence-is {
  background-image: url("../images/artificial-intelligence-is/hero-artificial-intelligence-is.jpg");
}

body.aurora-emotus {
  background-image: url("../images/aurora-emotus/hero-aurora-emotus.jpg");
}

body.computational-art {
  background-color: #fff;
  background-image: url("../images/computational-art/hero-computational-art.jpg");
}

/* div {
  border: 1px solid red;
} */

::selection {
    background-color: #F7931E;
    color: #fff;
}

h1, h2, h3, h4, h5, h6, .top-menu li {
  font-family:  'Open Sans', sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 2.25rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -.15rem;
}

h2 {
  font-size: 1.5rem;
  font-style: italic;
}

h3 {
  font-style: italic;
  font-weight: 800;
}

h4 {
  font-weight: 800;
}

h4 a {
  color: #F7931E;
  padding: 0 0 10px 10px;
}

h4 a:hover {
  border-left: 10px solid #F7931E;
  border-bottom: 10px solid #F7931E;
  padding: 0;
}

h1 a {
  color: #000;
}

h1 a:hover {
  color: #F7931E;
}

.head-sub h1 {
  font-size: 1.5rem;
}

a {
  color: #000;
}

a:hover {
  color: #F7931E;
}

.top-menu.home {
  margin-top: 5rem;
  margin-left: 0;
}

.logo {
  margin-top: 3.75rem;
}

.top-menu.home {
  color: #000;
}

.top-menu li {
  display: inline-block;
}

.top-menu li:after {
  content: " •";
}

.top-menu li:last-of-type:after {
  content: "";
}

.top-menu li a {
  color: #000;
  padding: 0 10px 10px 10px;
}

.top-menu li a:hover {
  border-bottom: 10px solid #F7931E;
  border-left: 10px solid #F7931E;
  padding: 0 10px 0 0;
}

.top-menu.home.white {
  color: #fff;
}

.top-menu.white li a {
  color: #fff;
}

.top-menu.white li a:hover {
  color: #fff;
}

.menu-container-sub .top-menu li a {
  color: #0c1a1a;
}

.menu-container-sub .top-menu li a:hover {
  color: #ffd200;
}

a:active {
  color: #F7931E;
}

a:visited {
  color: #F7931E;
}

.portfolio.hero {
  padding-top: 3rem;
  padding-bottom: 3rem;;
}

.hero h1 {
  color: #000;
  font-size: 5rem;
  line-height: 4rem;
}

.hero h1.ai {
  font-size: 3.5rem;
}

.hero h2 {
  font-size: 1.7rem;
}

.hero p {
  padding-top: 1rem;
}

.hero.white h1, .hero.white h2, .hero.white p {
  color: #fff;
}

.hero.white a {
  color: #fff;
}

.hero-sub h2 {
  color: #375e5d;
}

p a {
  color: #0c1a1a;
  text-decoration: underline;
}

.background.dark {
  background-color: #0c1a1a;
}

.background.dark p {
  color:#fff;
}

.background.dark h2, .background.dark h3, .background.dark h4, .background.dark h4 a, .background.dark a {
  color: #fff;
}

.background.dark h4 a:hover, .background.dark a:hover {
  color: #ffd200;
}

a.pulse img {
  /* filter: saturate(0); */
  padding: 0 0 20px 20px;
}

a.pulse img:hover {
  /* animation: imgpulse .1s 2;
  filter: saturate(50%) brightness(250%) contrast(100%); */
  border-left: 20px solid #F7931E;
  border-bottom: 20px solid #F7931E;
  padding: 0;
}

@keyframes imgpulse {
  100% {
    filter: saturate(50%) brightness(250%) contrast(100%);
  }
  0% {
    filter: none;
  }
}

.colophon {
  padding-top: 3.5rem;
}

.colophon a {
  text-decoration: underline;
}

.grad-school h2, .grad-school p {
  padding-left: 20px;
}

/* Transitions */

.menu-container, .dark-to-white, .dark-to-yellow, .white-to-yellow, .yellow-to-dark, .menu-container-sub, .footer.background.dark.sub {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.menu-container {
  background-image: url(../images/hero-line.svg);
  height: 8rem;
}

.menu-container-sub {
  background-image: url(../images/yellow-line.svg);
  height: 6rem;
}

.border, .image-border img {
  border: 1px solid #eee;
}

.pm-image {
  display: inline-block;
  max-width: 600px;
  text-align: center;
}

.about-section {
  padding: 3rem 0 0 0;
}

.ux-section {
  padding: 6rem 0 0 0;
}

.wireframes {
  margin-top: 3rem;
}

.hero-sub span {
    color: #375e5d;
    font-weight: 700;
}

.image-vert-margin img {
  margin: 1rem 0;
}

.vert-margin {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.vert-margin-double {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.vert-margin-double-wp {
  padding-top: 6rem;
}

.top-vert-margin {
  padding-top: 2.5rem;
}

.background.gray {
  background-color: #eee;
}

.background.white {
  background-color: #fff;
}

video {
  margin: 1rem 0;
  width: 100%;
}

.headline {
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}

.header {
  background-color: #bbb;
  color: #fff;
}

.background-black-trans {
  background-color: rgba(0, 0, 0, .75);
}

.footer {
  border-bottom: 1rem solid;
  text-align: center;
  height: 12.5rem;
  padding-top: 5rem;
}

.footer.white {
  border-bottom-color: #000;
}

.footer.dark {
  border-bottom-color: #fff;;
}

.image-interactions {
    margin-top: 20px;
}

.image-social-search {
    margin-bottom: 40px;
}

.solution {
    padding-bottom: 100px;
}

.reliaquote-image {
    max-height: 600px;
}

.redesign-solutions {
    margin-bottom: 40px;
}

.image-margin img, .passion-project img {
  margin: 1rem 0;
}

.slide {
  display: block;
  margin: 0 auto !important;
}

@media screen and (max-width: 40em) {
  .cell.medium-7.text-right, .cell.medium-3.home {
    text-align: center;
  }
}

@media screen and (max-width: 100em) {
  body.manifesto, body.civic-plaza, body.seeking-the-light, body.wicked-problems, body.artificial-intelligence-is, body.aurora-emotus, body.computational-art {
    background-size: 230%;
  }
}
