body {
  /* too light font-family: "prenton-display",sans-serif; */
  /* too dark font-family: "pt-sans-narrow",sans-serif; */
  /* splotchy esp against photo back font-family: "museo-sans-condensed",sans-serif; */
  /* too heavy font-family: "dejarip",sans-serif; */
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 300;
  color: #333;
}
h1,
h2,
h3 {
  font-weight: 400;
  font-family: "futura-pt-condensed", sans-serif;
}
p {
  font-size: 18px;
}
.inq {
	color: #0D0DA5;
}
.uirium {
	color: #55B7DD;
}
.copy {
  font-family: "helvetica","arial","verdana",sans-serif;
}
.reg {
  font-family: "helvetica","arial","verdana",sans-serif;
	font-size: 0.7em;
	vertical-align: super;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: white;
  z-index: 20;
  text-align: center;
}
header h1 {
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #55B7DD;
}
header h1 .inq {
  color: #0D0DA5;
}
header .navbar {
  position: absolute;
  top: 15px;
  right: 50px;
}
header .motto {
  color: #ccc;
  font-size: 20px;
}
header .navbar,
footer ul {
  font-size: 20px;
  list-style-type: none;
  padding: 0;
}
header .navbar a,
footer a {
  text-decoration: none;
}
footer {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
  color: #999;
  background-color: #eee;
  text-align: center;
  font-family: "futura-pt-condensed", sans-serif;
}
body {
  background-color: #fafaff;
  margin-top: 150px;
  /* Keep content out of header */
}
#collapsed-projects {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 119px;
  width: 100%;
  z-index: 25;
}
#collapsed-projects #collapsed-projects-list {
  background-color: rgba(230, 230, 243, 0.32);
}
#collapsed-projects h1 {
  margin: 5px 0;
  padding-left: 25px;
}
#collapsed-projects h1 a {
  color: #333;
}
.design-blurb {
  text-align: center;
  color: #bbb;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 60px;
}
.design-blurb em {
  color: #E2E2E2;
  font-variant: normal;
}
.portfolio article {
  margin: 50px 40px;
}
.portfolio article h1 {
  margin: 0px;
  line-height: 1.2em;
}
.portfolio article h2 {
  color: #A7B3B9;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 20px;
  margin: 0 0 0.6em 0;
  line-height: 1.2em;
}
.portfolio article h3 {
  color: #6D94C5;
  font-family: "georgia", serif;
  font-style: italic;
  font-size: 22px;
  margin: 0px;
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.2em;
}
.portfolio article strong {
  font-weight: 700;
  color: #333;
}
.card {
  color: #333;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
  height: 100%;
  background-size: cover;
  height: 500px;
}
@media (max-width: 767px) {
  .card {
    height: 100%;
  }
}
.mini-card {
  padding: 40px 20px 40px 0px;
  color: #CDBEDD;
  background-color: #685091;
}
.portfolio .mini-card h2 {
  color: #B0A7B9;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 30px;
  margin-top: 0px;
  padding-left: 45px;
}
/* Card Background Images */
.card {
  position: relative;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.card::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.card-txt::after {
  opacity: 0.075;
  z-index: -1;
}
.card-img p {
  z-index: 2;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.carousel-control {
  z-index: 10;
}
.carousel,
.carousel-inner {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: none;
  height: 100%;
  width: 100%;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 100, 0.25) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 100, 0.25) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 100, 0.25) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 100, 0.25) 100%);
}
@media (min-width: 768px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    max-width: none;
    height: 100%;
    width: auto;
  }
}
.carousel-caption {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 20px 20px 30px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .portfolio article h1 {
    font-size: 1.8em;
  }
  .carousel {
    display: none;
  }
}
@media (min-width: 768px) {
  #tas-txt::after {
    background-image: url("../img/tas-mus.jpg");
  }
  #tas-img::after {
    background-image: url("../img/tas-screen.jpg");
  }
  #ucla-txt::after {
    background-image: url("../img/bg-roots.jpg");
  }
  #scribe-txt::after {
    background-image: url("../img/bg-wood.jpg");
  }
  #step-img::after {
    background-image: url("../img/tas-screen.jpg");
  }
  #step-txt::after {
    background-image: url("../img/bg-pritzker.jpg");
  }
  #readi-img::after {
    background-image: url("../img/bones-img.jpg");
  }
  #readi-txt::after {
    background-image: url("../img/bones-img.jpg");
  }
  #icls-txt::after {
    background-image: url("../img/icls-txt.jpg");
    opacity: 0.8;
    z-index: -2;
  }
  #inqscribe-img::after {
    background-image: url("../img/inqscribe.jpg");
  }
}
