body
{
    /* Background pattern from Toptal Subtle Patterns */
    background-image: url(img/background1.png);
    margin: 0; 
    font-family: 'Lato', sans-serif;
    color: #FFF;
    font-size: 22px;
}
#header_bg
{
    border-top: 2px solid #808080;
    width: 100%;
    height: auto;
}

.bg-nav
{
	background-color: #6ead3a !important;
    border: 1px solid #808080;
}

#footer
{
    font-size: 22px;
    text-align: center;
    background-color: #6ead3a;
    border: 1px solid #808080;
    width: 100%;
}

h2
{
    border-bottom: 2px solid rgb(0, 117, 226);
}

.nav-link
{
    color: #FFF !important;
}

.nav-link:hover
{
    color: #DDD !important;
}

.container
{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding-bottom: 20px;
}

.announcements
{
    color: rgb(235, 0, 0) !important;
    text-align: center !important;
}

.center
{
    text-align: center !important;
}

.justy
{
    text-align: justify !important;
}

.map-responsive
{
    overflow :hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
}
.map-responsive iframe
{
    left :0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}