#mainBanner_ID.container-fluid {
    background: #f7f7f7;
}
.banner-logo-container {
    padding: 20px;
}
.banner-logo-container img {
    height: 100px;
    width: 100px;
}
.banner-title-container h5{
    text-align: center;
    font-size: 1.5rem;
    transition: .7s all;
}
.banner-title-container h5:hover{
    transition: .5s all;
    text-shadow: 0px 0px 1px;
}
.banner-links {
    text-align: center;
    font-size: 1rem;
}

.banner-icon a {
    padding: 6px 15px;
    border-radius: 2rem;
    font-size: .7rem;
}
.banner-icon:hover a {
    border-radius: 2rem;
    font-size: .7rem;
    color: #ffffff;
    text-shadow: 0px 0px 1px;
    box-shadow: 0px 0px 5px #000000ab;
}
span.label-me {
    position: absolute;
    z-index: -1;
    padding: 0px 15px;
    border-radius: 1rem;
    background: #404040e8;
    color: #ffffff;
    font-size: 0.8rem;
    border: 1px solid #000000;
    margin-top: 3px;
    right: 50%;
    opacity: 0;
    transition: .1s all;
}
.banner-icon:hover span.label-me{
    transition: .4s all;
    z-index: 1;
    opacity: 1;
    right: 90%;
}
@media (min-width: 1024px)  {
   .banner-logo-container img {
        height: 160px;
        width: 160px;
    }
    .banner-title-container h5{
        font-size: 2rem;
    }    
}
@media (max-width: 767px) {
    .banner-logo-container {
        text-align: center;
    }
    .banner-logo-container img {
        height: 140px;
        width: 140px;
    }
    .banner-title-container {
        text-align: center;
        /* margin-bottom: 10px; */
    }
    .banner-links {
        font-size: 1.5rem;
    }
    .banner-icon {
        display: inline-block;
        padding: 10px;
    }
    .banner-icon a {
        padding: 8px 11px;
       
    }
    span.label-me {
        display: none;
    }
    .banner-icon:hover span.label-me{
        display: none;
    }
}
@media (max-width: 510px) {
    .glower p{
        font-size: .75rem;
    }
} 
@media (max-width: 426px) {
    .banner-logo-container {
        padding: 5px;
        margin-top: 10px;
    }
    .banner-logo-container img {
        height: 100px;
        width: 100px;
    }
    .banner-title-container h5 {
        font-size: 1rem;
    }
    .glower p{
        font-size: .65rem;
    }
    .banner-title-container {
        padding: 0px;
    }

}
@media (max-width: 320px) {
}
.glower p{
    text-align: center;
    margin: 0px;
    color: #db0f0f;
    text-shadow: 0px 0px 1px #db0f0fd9;
}
.glower:hover p {
    text-shadow: 0px 0px 1px #ff0202;
} 

.glower {
    height: unset;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.contact {
    background: #33cc33;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}
