@font-face {
    font-family: 'antrasteregular';
    src: url('../fonts/antraste-webfont.eot');
    src: 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'),
         url('../fonts/antraste-webfont.svg#antrasteregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p.lead {
  font-size: 24px;
  font-family: 'antrasteregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'antrasteregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase; }
  
#mainNav .navbar-brand {
    font-size: 24px;
    text-decoration: none;
    opacity: 1;
    color: white;
    margin-left: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-family: 'antrasteregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase; }

header.masthead .masthead-title {
    font-size: 4rem;
    line-height: 4rem;
    font-family: 'antrasteregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase; }

.atd {font-size: 80%;
    font-weight: 400;
    margin-top: -2.5rem;}	

footer.footer .copyright p.small {
    font-size: 14px;
} 	
	
.portfolio-carousel {
  padding: 0;
  color: white;
  background-color: #222; }
  .portfolio-carousel .item {
    padding-top: 75px;
    padding-right: 30px;
    padding-bottom: 75px;
    padding-left: 30px;
    text-align: center;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .portfolio-carousel .item .project-details .project-name {
      font-size: 40px;
      line-height: 40px;
      display: block;
      margin-bottom: 5px;
      font-family: 'antrasteregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
    .portfolio-carousel .item .project-details .project-description {
      font-size: 18px;
      line-height: 18px;
      display: block; }
    .portfolio-carousel .item .device-container {
      padding: 25px; }
  @media (min-width: 768px) {
    .portfolio-carousel .item {
      padding-top: 155px;
      padding-right: 30px;
      padding-bottom: 155px;
      padding-left: 30px;
      text-align: left; }
      .portfolio-carousel .item .project-details img.client-logo {
        margin: 0 auto 25px 0; }
      .portfolio-carousel .item .project-details .project-name {
        font-size: 50px;
        line-height: 50px;
        display: block; }
      .portfolio-carousel .item .project-details .project-description {
        font-size: 20px;
        line-height: 20px; }
      .portfolio-carousel .item hr.colored {
        margin: 20px auto 20px 0; } }

.testimonials {
  text-align: center; }
  .testimonials .testimonials-carousel .item .testimonial-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px; }
    .testimonials .testimonials-carousel .item .testimonial-img img {
      vertical-align: baseline; }
  .testimonials .testimonials-carousel .item .testimonial-author {
    display: inline-block; }
    .testimonials .testimonials-carousel .item .testimonial-author .name {
      font-family: 'antrasteregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 900;
      text-transform: uppercase; }
    .testimonials .testimonials-carousel .item .testimonial-author hr.colored {
      max-width: 50px;
      margin: 3px auto; }
    .testimonials .testimonials-carousel .item .testimonial-author p {
      margin: 0; }
    .testimonials .testimonials-carousel .item .testimonial-author .stars {
      color: #f1c40f; }
  @media (min-width: 992px) {
    .testimonials .testimonials-carousel .item {
      padding: 0 100px; } }


	  