/* CSS Document v2 */

div.ja-masthead {
    background:#fff;
}

div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    background: #2A2A2A;
        background-clip: border-box;
    background-clip:text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    display: inline-block;
    font-size: 70px;
    letter-spacing: -3px;
    margin: 0;
}

div.ja-masthead .ja-masthead-detail .ja-masthead-description {color:#2A2A2A;}

@media (max-width: 767px) {
  div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 34px;
  }
}


.acm-features.style-2 .features-item::before {
    background: #28282d;
   }

   
 .acm-features.style-1 h1 {
    background: linear-gradient(135deg, #fff, #fff);
        background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 36px;
    letter-spacing: -4px;
    position: relative;

}

.navbar-default .navbar-nav {
    text-align: center;
    width: 100%;
    font-size: 16px;
	font-weight:400;
}

.btn-primary {

    background: #5c5858;

}

.module-title {
    background: transparent;
    color: #2A2A2A;
    font-size: 12px;
    font-family: "Metropolis", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 24px 0;
    padding: 0;
    letter-spacing: 0;
}

::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.latest-project .intro-image::before {

    background: #2A2A2A;
    border-radius: 3px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;

}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {

    background: #28282d;

}

h2, .h2 {
    font-size: 30px;
}

.list-group-item-heading {
    color: #28282d;
    font-size: 11px;
    font-family: "Metropolis",Helvetica,Arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


.project-view .view-project .image-wrap a::before {
    background: linear-gradient(45deg,#28282d,#28282d);
}


.article-title{
    font-weight: 200;
}