body {
    color: #696969;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3 {
    color: #696969;
}

header, .header {

}

.form-holder {
    background: #F1F1F1;
    border-radius: 5px;
}

@media(min-width:992px){

    .form-holder {
        background: transparent;
    }
}

.feature {
    background: url("images/feature.jpg") no-repeat;
    background-size: 100%;
}

.services {
    background: #efefef;
}

.feature .lead,
.feature h1 {
    color: #FFFFFF;
    text-shadow: 0 0 2px #000;
}

figure {
    min-height: 200px;
}

.greyling {
    background: #F1F1F1;
}

.greenling {
    color: #ffffff;
    text-shadow: 0 0 2px #000;
}
.btn-secondary {
    background: #80cbc4;
    color: #ffffff;
    text-shadow: 0 0 2px #000;
}

.btn-primary {
    color: #000;
    background-color: rgba(119,228,242,1);
    border-color: rgba(119,228,242,1);
    border-radius: 1.5em;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #333333;
    background-color: rgba(119,228,242,1);
    border-color: rgba(119,228,242,1);
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
    background-color: rgb(87, 239, 242);
    border-color: rgba(119,228,242,1);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: rgba(119,228,242,1);
    border-color: rgba(119,228,242,1);
}

.btn-primary .badge {
    color: rgba(119,228,242,1);
    background-color: #ffffff;
}

footer,
.mastfoot {
    color: #FFFFFF;
    background: rgb(52, 54, 58);
}

footer h3,
.mastfoot h3 {
    color: #FFFFFF;
    text-shadow: 0 0 2px #000;
}


#standout img {
    width: 57px;
}

img {
    max-width: 100%;
    vertical-align: text-top;
}

.social {
    display: flex;
    align-items: center;
}