.mainComponent {
    background-color: white;
    min-height: 20px;
}

.displayNone {
    display: none;
}


.logo-img {
    width: 100px;
}

.fa-newspaper-o:first-of-type:before {
    display: none;
}

.footer {
 background-color: #656263;
 color: white;
}


.footer a.ahover:hover {
 color: #e6e6e6!important;
}

.header {
    background-color: #80cc28;
}

.topbar {
    background-color: #f35d20;
    color: white;
}

.topbar a.ahover:hover {
 color: #e6e6e6!important;
}

.footersearch {
    width: fit-content;
    margin: auto;
}

.page-header h2 {
    text-transform: uppercase;
    font-size: 220%;
    border-bottom: #e6e6e6 solid 2px;

}

/** fix bug**/
body.fa-recycle:before, body.fa-home:before, body.fa-child:before, body.fa-info:before, body.fa-newspaper:before  {
    content: "";
}

.text-slogan {
    padding: 18px;
    margin-bottom: 14px;
    display: inline-block;
    font-size: 130%;
    font-style: italic;
    letter-spacing: 0.8px;
}

thead,tbody,tfoot,tr,td,th {
    border-width: 1px;
}

.btn.btn-secondary {
    background-color: white!important;
    border-radius: 50px;
}

a.btn.btn-info, a.btn.btn-success {
    color: initial;
}