footer {
  text-align: center;
  padding: 60px 0;
}
footer hr {
  border-top: 10px solid #a68b4f;
  margin-bottom: 30px;
  width: 100%;
}
footer p {
  font-size: 12px;
}
header {
  text-align: center;
  margin-bottom: 60px;
}
/* 

Dimensions with out bleed: 1170px by 380px
Dimensions with bleed: 1170px by 440px

*/
.hero {
  background-color: #333333;
  margin: 0 0 0 0;
  padding: 0 0 60px 0;
  text-align: center;
}
.hero img {
  margin: 0;
}
.hero.full-bleed {
  padding: 0;
}
.hero-image {
  width: 100%;
}
.icon {
  line-height: 40px;
}
.icon span {
  background-color: #333333;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  text-indent: -9999px;
  width: 40px;
}
@media (min-width: 992px) {
  .icon {
    line-height: 60px;
  }
  .icon span {
    border-radius: 30px;
    height: 60px;
    width: 60px;
  }
}
.icon-download {
  background: url(../icons/download.svg);
  background-size: auto 66%;
}
.icon-link {
  background: url(../icons/link.svg);
  background-size: auto 58%;
}
.icon-see {
  background: url(../icons/see.svg);
  background-size: auto 66%;
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
.navigation-bar {
  background-color: #333333;
  padding: 60px 0;
  position: relative;
}
.navigation-bar .navigation-header {
  text-align: center;
}
.navigation-bar .navigation-header .navigation-bar-brand {
  color: white;
  display: inline-block;
  font-family: "abril-display", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  margin-bottom: 60px;
}
.navigation-bar .navigation-header .navigation-bar-brand:hover,
.navigation-bar .navigation-header .navigation-bar-brand:active {
  text-decoration: none;
}
.navigation-bar .navigation-header .navigation-bar-brand span {
  color: #a68b4f;
}
@media (min-width: 992px) {
  .navigation-bar .navigation-header {
    text-align: left;
  }
  .navigation-bar .navigation-header .navigation-bar-brand {
    font-size: 48px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navigation-bar .navigation-header .navigation-bar-brand {
    font-size: 72px;
  }
}
.navigation-bar .navigation {
  text-align: center;
}
.navigation-bar .navigation ul {
  list-style-type: none;
  padding-left: 0;
}
.navigation-bar .navigation ul li {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.navigation-bar .navigation ul li a {
  color: #ffffff;
}
.navigation-bar .navigation ul li a:hover,
.navigation-bar .navigation ul li a:active {
  text-decoration: none;
}
.navigation-bar .navigation ul li span {
  border-bottom: 1px #a68b4f solid;
  margin-right: 20px;
  padding-bottom: 3px;
}
.navigation-bar .navigation ul li span:hover,
.navigation-bar .navigation ul li span:active {
  border-bottom: none;
}
.navigation-bar .navigation ul li span.active {
  border-bottom: none;
  color: #ffffff;
}
@media (min-width: 992px) {
  .navigation-bar .navigation {
    text-align: right;
  }
  .navigation-bar .navigation ul li {
    display: inline;
  }
}
@media (min-width: 992px) {
  .navigation-bar.with-hero .navigation-bar-brand {
    font-size: 30px;
  }
}
th.col-3 {
  width: 33%;
}
/* 

There are two methods of resizing fonts in Bootstrap

Setting a percentage of @font-size-base to DECREASE the size:
14px base font * 85% = about 12px 
.small  { font-size: 85%; }

Multiplying @font-size-base to INCREASE the size:
font-size: (@font-size-base * 1.5);

When adding a margin-bottom value, use @line-height-computed or 

@vertical-measure
@vertical-half-measure

*/
.category {
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.category span {
  background-color: #a68b4f;
  padding: 8px;
}
.caption {
  color: #999999;
  font-family: "letter-gothic-std", Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}
.caption.hero-caption {
  margin-top: 30px;
}
.details {
  color: #999999;
  font-family: "letter-gothic-std", Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 60px;
  padding: 0;
  text-align: center;
}
.details .running-copy {
  text-align: left;
  margin-bottom: 15px;
}
.page-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-sub-title {
  color: #a68b4f;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.question {
  color: #999999;
  font-family: "letter-gothic-std", Monaco, Menlo, Consolas, "Courier New", monospace;
}
.selected-work h3 {
  text-align: center;
}
.selected-work hr + h3 {
  margin-top: 0px;
}
.selected-work ul li {
  margin-bottom: 10px;
}
.ruled {
  text-align: center;
}
hr {
  border-top: 1px solid #a68b4f;
  margin-bottom: 30px;
  width: 7.5%;
}
img,
p,
ol,
ul {
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  body {
    font-size: 18px;
  }
  body img,
  body p,
  body ol,
  body ul {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 21px;
  }
  body .selected-work {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 24px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .video-container {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .video-container {
    margin: 0 0 30px;
  }
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.selected-work div[class*='col-'] ul li a {
  color: #957d47;
}
.selected-work div[class*='col-'] ul li a:hover {
  color: #836e3f;
}
.getting-started {
  background-color: #f8f8f8;
  padding: 20px;
}
.getting-started h3 {
  margin-top: 40px;
}
