﻿body {
}

h3, h4, p {
    font-family: 'Roboto Mono', monospace;
}

.jumbotron {
    background: #eef2f3; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #eef2f3, #8e9eab); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #eef2f3, #8e9eab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

    .jumbotron .logo {
        max-width: 100px;
        margin-bottom: 1em;
    }

.featuresSection i {
    margin-bottom: 0.5em;
}

.featuresSection, .contactNow {
    padding-top: 2em;
    padding-bottom: 2em;
}

.whoWeAre i {
    color: #2196F3;
}

.whySuccessful i {
    color: #F44336;
}

.contactNow {
    background-color: #e9ecef;
}

    .contactNow a {
        text-decoration: none !important;
    }

    .contactNow .copyright {
        font-size: 0.75em;
    }
