@font-face {
    font-family: 'antrasteregular';
    src: url('../fonts/antraste-webfont.eot');
    src: url('../fonts/antraste-webfont.svg#antrasteregular') format('svg'),
		 url('../fonts/antraste-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antraste-webfont.woff2') format('woff2'),
         url('../fonts/antraste-webfont.woff') format('woff'),
         url('../fonts/antraste-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

p.lead {
  font-family: "antrasteregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "antrasteregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.navbar-inverse .navbar-brand {
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "antrasteregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
header .brand-name {
  font-family: "antrasteregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 15px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
  font-family: "antrasteregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-name {
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-family: "antrasteregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "antrasteregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
.about-carousel .item .caption {
  padding: 15px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  margin: auto;
  position: absolute;
  top: 95%;
  left: 95%;
  -webkit-transform: translate(-95%, -95%);
  -ms-transform: translate(-95%, -95%);
  transform: translate(-95%, -95%);
}