.capabilities-card {
    text-align: center;
    font-weight: 400 !important;
    font-size: 1.25rem !important;
    color: #556;
}

.processing-card {
    text-align: center;
    font-weight: 400 !important;
    font-size: 1rem !important;
    color: #556;
}

.index-intro {
    height: 100vh;
    min-height: 600px;
    background: url('../../images/indexbackground.jpg') no-repeat center center;
    background-size: cover;
    margin-top: -156px;
}

.index-intro h2 {
    font-weight: 400;
    font-style: italic;
    margin-top: 156px;
}

.index-intro span {
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

.index-card {
    height: 50vh;
    min-height: 300px;
}

.index-card h3 {
    font-weight: 400;
    font-style: normal;
}

.index-quality {
    background: url('../../images/indexquality.jpg') no-repeat center center;
    background-size: cover;
}

.index-equipment {
    background: url('../../images/indexequipment.jpg') no-repeat center center;
    background-size: cover;
}

.index-facility {
    background: url('../../images/indexfacility.png') no-repeat center center;
    background-size: cover;
}

.page-title {
    height: 300px;
    margin-top: -156px;
}

.page-title h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 40px;
    text-align: center;
}

.background-quality {
    background: url('../../images/qualitybackground.jpg') no-repeat center center;
    background-size: cover;
}

.background-equipment {
    background: url('../../images/equipmentbackground.jpg') no-repeat center center;
    background-size: cover;
}

.background-materials {
    background: url('../../images/materialsbackground.jpg') no-repeat center center;
    background-size: cover;
}

.background-capabilities {
    background: url('../../images/capabilitiesbackground.jpg') no-repeat center center;
    background-size: cover;
}

.background-contact {
    background: url('../../images/contactbackground.jpg') no-repeat center center;
    background-size: cover;
}

.md-pills.pills-left .nav-link {
    text-align: left;
}

.yellow-text.darken-3 {
    color: #f9a825 !important;
}

.mdb-color-text.darken-3 {
    color: #1c2a48 !important;
}

.pills-mdb-color.darken-3 .nav-link.active {
    background-color: #1c2a48 !important;
}

.pills-yellow.darken-3 .nav-link.active {
    background-color: #f9a825 !important;
}

.btn-yellow.darken-3 {
    background-color: #f9a825 !important;
}

.mdb-color-text.darken-3 {
    color: #1c2a48 !important;
}

hr.heading {
    background-color: currentColor;
    width: 90%;
    height: 3px;
    border: none;
}
