/* Fix the header menu and logo */
#header .logo svg, #header .logo img { height: 142px; display: inherit; } /* Was 42 */

body.header-fixed.header-animated #header.scrolled, body.header-fixed.header-animated #header.scrolled { height: 70px; } /* was 55, 28 */

body.header-fixed.header-animated #header.scrolled .logo svg, body.header-fixed.header-animated #header.scrolled .logo img { height: 53px; } /* was 28 */

body.header-fixed.header-animated #header.scrolled .navbar-section {    height: 3.3rem;     }

#header.section {
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    height: 8rem;
    color: #454d5d;
    border-bottom: 1px solid rgba(172,179,194,.2);
    background: #fff;
}

#header.section.scrolled {
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    height: 15rem;
    color: #454d5d;
    border-bottom: 1px solid rgba(172,179,194,.2);
    background: #fff;
}
#header .navbar-section {
    height: 8rem;
}
#header .navbar-section .logo {
    height: 8rem;
}

#page-wapper {
    height: 100%;
}

#page-wrapper .section .modular-hero .hero {  margin-top: -80px;  }

.hero {
    display: -ms-flexbox;
    display: flex;
    padding-top: 8rem;
    padding-bottom: 30rem;
    background-position: center;
    background-size: cover;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#start .modular-text {
padding-bottom: 0;
}
#contact {
    color: wheat;
}

#contact .col-full {
    margin: 25px;
}

#contact h1, h3, h4 {
    color: white;
}

#contact form {
    background-color: transparent;
}

#contact .form-input {
    margin: 25px;
    width: 35%;
}

#contact form .button-wrapper {
    margin-left: 25px;
}

#contact .message-warning {
    margin: 25px;
}

#contact .message-success {
    margin: 25px;
}

#contact .col-four {
    margin: 25px;
}

#footer {
    display: contents;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2.5rem;            /* Footer height */
}

