#mainNav .navbar-brand {
    font-weight: 400;
}

.navbar-brand, .navbar-brand:link, .navbar-brand:visited{
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    color: #3d3d3d !important;
    text-transform: none !important;
}

.margin-top-10 {
    margin-top: 10px;
}

section.contact h3 i {
    color: #dd4b39;
}

section.features .feature-item {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

section.features .section-heading {
    margin-bottom: 50px;
}

.pricing-card-title {
    font-size: 2.5rem;
    font-family: Catamaran,Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

@media (max-width: 1025px) {
    section {
        padding: 30px 0 !important;
    }
    section.features .device-container {
        margin-bottom: 30px !important;
    }

    section.features .section-heading {
        margin-bottom: 30px !important;
    }

    #price-plans .btn {
        text-transform: capitalize !important;
        letter-spacing: 1px;
    }

    #price-plans .card-body {
        padding: 1rem !important;
    }

    header.masthead .header-content {
        margin-bottom: 40px;
    }

    header.masthead {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}

@media (min-width: 576px) and (max-width: 1025px) {
    .card-deck .card {
        margin-right: 5px;
        margin-left: 5px;
    }
}