body{
    background-color: rgb(252, 244, 233);
}
.agpci-nav{
    /* background-color: #57a05a; */
    background-image: linear-gradient(to left, #32612D , #60b463);
}
.agpci-nav a{
    color: white !important;
}
a.navbar-brand img{
    height: 70px;
}
a.navbar-brand button{
	margin-right: 10px;
}
ul.main-nav{
    margin-right: 30px;
    margin-left: auto;
}
a.nav-link:hover{
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px rgb(143, 143, 143)
}
li.nav-item.active a{
    color: yellow !important;
    font-weight: bold;
}
#paper-table-div .dataTables_scrollHeadInner, #paper-table-div .cell-border{
	width: 100% !important;
}
footer{
    height: 30%;
    background-image: url(filler-img.png);
    background-position: center;
    position: relative;
}
.footer{
    background-color: rgba(36, 107, 57, 0.795);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: white !important;
}
.footer .row{
    margin-top: 20px;
}
.line1{
    border-top: 3px solid white;
}
footer .col-sm a{
    color: white;
}
.col-sm.sitemap{
    margin-left: 50px;
}
@media only screen and (min-width: 300px) and (max-width: 600px) {
    .col-sm.sitemap{
        margin-left: 0px;
    }
}
.div-content{
    min-height: 70vh;
    margin-top: 50px;;
    margin-bottom: 50px;
}
.about-p{
    margin-top: 30px;
    font-size: large;
}
.submit-p{
    margin-top: 30px;
    font-size: x-large;
}
.contact-a div, .contact-a a{
    font-size: large;
    color: black;
    padding-top: 20px;
}
.google-map {
    padding-bottom: 50%;
    position: relative;
}
.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.count{
    text-align: center;
}
.count p{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: -3px;
}
.count span{
    font-size: 20px;
}
span.count-label{
    text-align: center;
}
.radio-options{
    margin: 20px 50px 20px 50px;
    font-size: 20px;
}
.radio-options label{
    margin-bottom: 0;
}
.section-div{
    background-color: #60b463;
    padding: 5px 12px;
    color: white;
}
.section-div-child{
    padding: 20px;
    color: black;
}
.issues{
    padding: 5px;
}
.issues-heading{
    border-style: solid;
    padding: 5px 10px;
    border-color: rgba(25, 177, 25, 0.288);
    margin: 0;
}
.inner-drop{
    padding: 10px;
    background-color: rgba(25, 177, 25, 0.288);
}

span.acronym {display: none; font-size: x-large;}
@media (max-width: 565px) {
span.acronym {display: inline-block;}
span.full {display: none;}
}
