﻿
/*.body {*/
    /*padding-top: 25px;*/
    /*padding-bottom: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    height: auto;
    min-height: 100vh;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;*/
    background-color: #51932B;
    width: 100%;
    color: #FFF
    /*padding-bottom: 20px;
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    height: auto;
    min-height: 100vh;*/
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 1000px;
}

.w100 {
    width: 100%;
    min-width:100%;
}

.bold {
    font-weight:bold;
}

.center {
    text-align: center;
}

.card {
    flex: 100%;
}

.nav-item .nav-link  {
    font-size: 20px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
