﻿body {
    background-color: #01207B;
    font-family: "Crimson Text",Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    background-size: cover;
    background-attachment: fixed;
}

#content {
    background-color: white;
}

#integrator-header {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}

#integrator-footer {
    background-color: #0D8DD6;
    color: white;
}

ul.social-media {
    list-style: none;
}

ul.social-media li {
    display: inline-block;
    background-color: #01207B;
    border-radius: 50%;
}

ul.social-media li a {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 32px;
    width: 32px;
}

.btn-success {
    background-color: #F1511B !important;
    border-color: #F29E7E !important;
}