small.out-of{
    font-size: small;
    font-weight: normal;
}

#map{ 
    height:330px; 
}
.nav-link:focus, .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f27149 !important;
}
.nav-link.active{
    color: #f27149 !important;
}
.bi-star-fill{
    color: gold
}
.bi-award-fill{
    color: red
}

#page-container {
    position: relative;
    min-height: 100vh;
}

.bg-light {
    background-color: #efefef !important;
}

.text-justify p{
    text-align: justify;
}

nav{
    border-bottom: 1px solid #efefef;
}

footer{
    border-top: 1px solid #efefef;
}

.highlights table tr td:last-child{
    text-align:right;
}

body{
    background-image: url("./../img/background.png");
}


nav, footer, .table-responsive{
    background-color: white;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 4rem;    /* Footer height */
    background-color: rgb(255 255 255 / 40%);
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;            /* Footer height */
}

.prev-year{
    font-size: 13px !important;
    font-style: italic;
    color: #747272;
}

.text-middle {
vertical-align: middle;
}

.select2.select2-container.select2-container--default{
    width: 100% !important;
}