body {
    background-color: #333;
}

.textarea {
    resize: none;
}

.input, .textarea, .button {
    box-shadow: none;
    border-radius: 0;
    border-color: #dbdbdb;
}

.input::placeholder, .textarea::placeholder {
    color: #555;
}

.input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea .textarea:active, .textarea:focus {
    border-color: #dbdbdb;
}

.header .title {
    color: white;
    margin-bottom: 0;
}

@media screen and (min-width: 769px) {
    .header .title {
        margin-bottom: 1.5rem;
    }

    .header .title span {
        left: -15px;
        top: -6px;
        position: relative;
    }
}

.hidden {
    display: none;
}

.hero-header {
    position: relative;
    padding: 0.75rem 0.75rem 1.5rem;
    color: white;
    background-color: rgba(180, 180, 180, 0.5);
}

.hero-header .bg {
    background-color: rgba(180, 180, 180, 0.5);
    transform-origin: top left;
    transform: skewy(2deg);
}

.hero-footer {
    position: relative;
    color: #FFF;
    padding: 1.75rem 0.75rem 0.75rem;
}

.hero-footer .bg {
    background-color: rgba(0, 0, 0, 0.5);
    transform-origin: bottom left;
    transform: skewy(2deg);
}

.hero-footer .bg-wrapper {
    overflow: hidden;
}

.bg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140%;
}

.bg {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

#bg {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
}