

@charset "utf-8";

/* CSS Document */

.jumbotron
{
    color: #162b50;
    margin-bottom: 0;
    padding-top: 200px;
    background-image: url('images/blue.jpg');
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
}

.jumboparacolor
{
    color: #e8d9f1;
    font-size: 36;
    font-family: open sans;
}

@media (max-width:479px)
{
    .jumboh3
    {
        font-size: 28px;
    }
    .jumboparawhite
    {
        color: #43e9be;
    }
}

.p
{
    color: rgba(159, 241, 138, 0.95);
    font-weight: 300;
}

