﻿#index {
    background-color: #fff;
    height: auto;
}

#project {
    background-color: #fff;
    height: auto;
}

#service {
    background-color: #fff;
    height: auto;
}

#shortcodes {
    background-color: #fff;
    height: auto;
}

#contact {
    background-color: #fff;
    height: auto;
}

.formulate__field--button button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: inherit;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    padding: 8px 15px;
    transition: all 0.3s;
    text-decoration: none;
    color: #ffffff;
    outline: 0;
    background-image: none;
    background-color: #222f3d;
}
label.formulate__field__label {
    position: absolute;
    top: 0;
}

.formulate__field {
    position: relative;
    padding-top: 30px;
}
ul.formulate__inline-validation-summary {
    margin: 0;
    margin-bottom: 10px;
    margin-top: -10px;
    list-style: none;
    padding: 0 5px;
    color: #ff0000;
    font-size: 12px;
}