﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: lightyellow;
    font-family: Calibri;
}

/* 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: 280px;
}

#divpageheader
{
    padding-left: 50px;
    height: 75px;
    width: 100%;
    background-color: #664499;
    color: lightyellow;
    font-size: 15px;
    line-height: 75px;
}

.sidebar
{
    border: solid;
    border-color: #664499;
    float:left;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 40px;
}

.header 
{
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 40px;
    background-color: #664499;
    width: 100%; 
}

.main
{
    width:80%;
    float:left;
    margin-left:25px;
    margin-top: 10px;
}

.sidebar h1, .sidebar h3
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
    color: lightyellow;
    font-family:Calibri;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
