body {
    font-family: Montserrat, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.project_group_header {
    border-bottom-width: 1px;
}

.bg-dark {
    background-color: #12171c !important;
}

.service_box .features-icons-item {
    box-shadow: 0px 1px 5px 0px #000;
    border: 0px;
    border-radius: 4px;
    background: #181d25;
}

.alert-danger {
    box-shadow: 0px 1px 5px 0px #000;
    border-radius: 4px;
}

a.navbar-brand {
    font-family: Montserrat, 'Open Sans', sans-serif;
    font-weight: normal;
}