﻿.action-section__jumbotron {
    background-color: #b0c8e9;
    margin-bottom: 0;
}

    .action-section__jumbotron button {
        background-color: rgba(177, 32, 40, .9);
        border-color: #b12028;
        border-radius: 1.5em;
        padding-left: 5%;
        padding-right: 5%;
    }

        .action-section__jumbotron button:hover {
            background-color: #b12028;
            border-color: #b12028;
        }

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../../fonts/Roboto_Slab/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Fira Sans';
    src: url('../../fonts/Fira_Sans/FiraSans-Regular.ttf') format('truetype');
}

.feature-parent {
    padding: 0 3% 3%;
    text-align: center;
}

.feature-parent__child {
    margin-top: 3%;
}

    .feature-parent__child h2 {
        font-weight: 600;
    }

    .feature-parent__child h4 {
        color: #b12028;
        font-family: 'Roboto Slab', serif;
        font-style: italic;
        margin-bottom: 3%;
    }

    .feature-parent__child p {
        color: rgba(0, 0, 0, .7);
    }

.feature-parent__child__img {
    height: 30em;
    margin: 4% auto;
    max-width: 840px;
}

.feature-parent__child__separator {
    display: block;
    width: 100px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #b0c8e9;
    position: relative;
    border: 1px solid #b0c8e9;
}

    .feature-parent__child__separator:after {
        width: 50px;
        height: 5px;
        background: #b12028;
        position: absolute;
        top: -1px;
        left: -1px;
        content: "";
    }

.feature-parent__child--separator {
    background-color: #b0c8e9;
    border: 1px solid #b0c8e9;
}

    .feature-parent__child--separator:after {
        background: #00609c;
    }

.information-section__child {
    min-height: 300px;
    padding: 25px;
    text-align: center;
}

.information-section__child__separator {
    display: block;
    width: 100px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #00609c;
    position: relative;
    border: 1px solid #00609c;
}

    .information-section__child__separator:after {
        width: 50px;
        height: 5px;
        background: #b12028;
        position: absolute;
        top: -1px;
        left: -1px;
        content: "";
    }

.information-section__child h2 {
    margin-bottom: 2rem;
}

.dpp-slider__inner__item__img {
    height: 100vh;
}

@media screen and (min-width:1400px) {
    .dpp-slider__inner__item__img {
        height: 100vh;
    }
}

@media(max-width:767px) {
    .dpp-slider__inner__item__img {
        height: 100vh;
    }
}

.dpp-slider__inner__item__caption {
    bottom: -120px;
    opacity: 0;
}

    .dpp-slider__inner__item__caption p {
        font-size: 1.8em;
    }

.dpp-main {
    padding: 0;
}

.sectionWithAnimation {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    transition: all 1.5s ease;
    visibility: hidden;
}

.fadeInAnimation {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.rotate {
    animation: rotation 8s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.error {
    color: #f00;
    margin-left: 5px;
}

label.error {
    display: inline;
}

.dpp-floating__wrapper {
    background-color: #b12028;
    bottom: 10%;
    border-radius: 50%;
    display: flex;
    height: 3rem;
    justify-content: center;
    position: fixed;
    right: 1%;
    width: 3rem;
    z-index: 4;
}

.dpp-floating__wrapper__btn {
    background-color: transparent;
}

.dpp-floating__wrapper__btn__img {
    transform: rotate(0deg);
    transition: transform 1s linear;
}

.dpp-floating__wrapper__btn__img--scroll {
    transform: rotate(180deg);
    transition: transform 1s linear;
}
