html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg_navyblue {
    background-color: #000080;
    padding: 10px;
}

.bg_bluephilly {
    background-image: url("https://fjdefile.phila.gov/assets/img/bluephilly.jpg");
}

.fa-facebook-square:hover,
.fa-twitter-square:hover {
    color: bisque;
}




nav .navbar-nav li a {
    color: white !important;
}

.phlcol1 {
    color: cyan !important;
    text-transform: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}


.phlcol2 {
    color: white !important;
    text-transform: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.sidebar1 {
    align-content: flex-start;
    background-image: url("https://fjdefile.phila.gov/assets/img/bluephilly.jpg");
}

.nav-shine:hover {
    color: bisque !important;
}

.page-link {
    background-color: bisque;
}