﻿html, body {
    width: 100%;
    font: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1 {
    font-size: 2.2em !important;
    padding-top: 10px;
    letter-spacing: 5px;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

/*Header*/

.blue {
    color: white;
    background: rgba(45,62,80,1);
    background: -moz-linear-gradient(left, rgba(45,62,80,1) 0%, rgba(16,79,143,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45,62,80,1)), color-stop(100%, rgba(16,79,143,1)));
    background: -webkit-linear-gradient(left, rgba(45,62,80,1) 0%, rgba(16,79,143,1) 100%);
    background: -o-linear-gradient(left, rgba(45,62,80,1) 0%, rgba(16,79,143,1) 100%);
    background: -ms-linear-gradient(left, rgba(45,62,80,1) 0%, rgba(16,79,143,1) 100%);
    background: linear-gradient(to right, rgba(45,62,80,1) 0%, rgba(16,79,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3e50', endColorstr='#104f8f', GradientType=1 );
}

    .blue a {
        opacity: .7;
    }

        .blue a:hover {
            opacity: 1;
            color: white;
            text-decoration: none;
            display: inline;
            padding-bottom: 3px;
            border-bottom: solid 2px white;
        }

    .blue .project-tagline {
        font-style: italic !important;
        margin-bottom: 2rem;
        font-weight: normal;
        color: white;
        opacity: 0.8;
        text-align: center;
    }

        .blue .project-tagline a {
            color: white;
        }



nav ul {
    color: white;
    padding: 10px;
    margin-right: 10px;
    color: white;
    text-align: center;
}

nav li {
    color: white;
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
}

    nav li a {
        padding: 10px 15px;
        color: white;
    }



/*Content*/


.left-image {
    float: left;
    margin: 10px;
    padding: 10px;
    padding-right: 25px;
}

.right-image {
    float: right;
    margin: 10px;
    padding: 10px;
    padding-left: 25px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.center {
    text-align: center;
    margin: 5px;
    padding: 5px;
}


hr.small {
    width: 90%;
    max-width: 600px;
}


p {
    line-height: 1.6;
    margin: 5px;
}

.img-center img {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    padding-top: 5px!important;
}


.super-grid .row {
    padding-top: 25px !important;
    padding-bottom: 5px !important;
}

.pricing-table, .col-md-4 {
    height: 100%;
}




footer a {
    border-color: transparent !important;
}

footer li {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.super-grid p {
}

.autoscale {font-size: 16px; font-size: 4vw;}

