﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 90px;
    padding-bottom: 20px;
}

#footer {
    background-color: #2d5d8d;
    color: whitesmoke;
    background-image: linear-gradient(#2d5d8d, #042c7d 60%, #033769);
}

    #footer a {
        color:aliceblue;
    }

    #footer h3 {
        color: whitesmoke;
    }

.navbar-inverse {
    background-image: linear-gradient(#2d5d8d, #042c7d 60%, #033769);
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 480px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

h1 {
    font-size:x-large;
}

h2 {
    font-size:large;
}

label {
    padding-top:15px;
}


.right-btn 
{
    float:right;
}