﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url("bgimg.jpg");
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position-y: bottom;
}

/* 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;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


.buttoncolor {
    background-color: #282828 !important;
    color: white;
    padding: 1.4%;
}

    .buttoncolor:hover {
        background-color: dimgray !important;
        color: white;
    }


.headertext {
    padding-bottom: 1%;
    padding-top: 2%;
}

.formwidth {
    width: 100% !important;
}

.formlabel {
    font-weight: bold;
}

.formheader {
    padding-top: 2%;
    /*font-family: Segoe UI;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2 {
    /*font-family: Segoe UI;*/
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.rowpadding {
    padding-bottom: 2%;
    padding-top: 2%;
}

#trackawards, #trackactivities, #trackfeasibility, #trackservices {
    max-width: 85%;
    width: 85%;
}


#budgetfacility, #budgetsquareft {
    max-width: 100%;
    width: 100%;
}


.suboption {
    padding-left: 3%;
    line-height: inherit;
    text-align: justify;
}


.tablepadding {
    padding: 2%;
    text-align: center;
    font-weight: bold;
}



.buttonss {
}

.documentdiv {
    font-size: 1em;
    padding: 1%;
    text-align: justify;
    font-weight: 600;
}

.blankfields {
    max-width: 100% !important;
    width: 100% !important;
}

.tbwidth {
    width: 100% !important;
    max-width: 100% !important;
}


