body {
    font-family: 'Titillium Web', sans-serif;
}
a.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans','Lato','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
}
* {
    transition: 0.1s linear;
}
a:hover {
    color: #57a8ff;
    text-decoration: none;
}
header.masthead {
    background: url(../img/docs_index_banner.png) no-repeat center center;
    background-size: cover;
    box-shadow: inset 0px 0px 21px 4px #000000;
}
.call-to-action {
    background: url(../img/ODST_Firefight_CraterNight.jpg) no-repeat center center;
    background-size: cover;
    box-shadow: inset 0px 0px 21px 4px #000000;
}
.alert-danger {
    color: #c58187;
    background-color: rgba(109, 0, 11, 0.51);
    border-color: #960010;
    border-radius: 0px;
    box-shadow: 0px 2px 8px 1px #292929;
}
.footerlogo {
    max-height: 40px;
}

.footercontainer {
    text-align: right;
}

.navbar {
    /*position: fixed;
    z-index: 200;
    width: 100%;*/
    box-shadow: 0px 2px 8px 1px #292929;
}

@media (max-width: 991px)
{
    .footercontainer {
        text-align: center;
    }
}
.service_box p {
    /*height: 160px;
    max-height: 160px;*/
}
.service_box .features-icons-item {
    box-shadow: 0px 2px 8px 1px #212121;
    padding: 20px;
    /*border-radius: 5px;*/
    max-width: none;
    border: 1px solid #5d5d5d;
}

/* change accent color */
.bg-primary {
    background-color: #e23e94 !important;
}
.text-primary {
    color: #e23e94 !important;
}
.btn-primary {
    background-color: #e23e94;
    border-color: #e23e94;
}
.btn-primary:hover {
    background-color: #bf2676;
    border-color: #bf2676;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(226,62,148,0.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(226,62,148,0.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #bf2676;
    border-color: #bf2676;
}
a {
    color: #e23e94;
}
a:hover {
    color: #f35eac;
}

.project_icon {
    max-width: 100%;
    max-height: 100%;
    height: 100px;
    width: auto;
}

.project_icon.pixelated {
    image-rendering: pixelated;
}

.project_group_header {
    border-bottom: 2px solid #e23e94;
    text-align: left;
    margin-bottom: 4px;
    margin-top: 40px;
}

.project_group_header .header_title {
    font-size: 40px;
    display: block;
}

.project_group_header .header_desc {
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
}

.service_box a.btn-lg {
    bottom: 20px;
    position: absolute;
    left: 10%;
    width: 80% !important;
}

.service_box > div {
    height: 95%;
    margin-bottom: 60px !important;
}