body::before {
    display: block;
    content: '';
    /* height: 60px; */
}

@media (min-width: 768px){
    .news-input {
        width: 50%;
        padding-left: 20px;
        margin-right: auto;
    }
}

x-text-small{
    font-size: x-small;
}

text-smaller{
    font-size: xx-small;
}

text-small{
    font-size: small;
}

.accordian-link {
text-decoration: none;
}
.accordian-link2 {
    text-decoration: none;
    color: white;
    }
.bi.bi-facebook:hover{
    color: #4267B2;
}

.bi.bi-instagram:hover{
    color: #C13584;
}

.map{
    width: 100%;
    height: 100%;
}

.back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
  }
  
.hidden {
    display: none;
}


.emploiModal:hover{
    visibility: visible;
  }

.hide {
    display: none;
  }

.bi-arrow-up-square{
    color: rgb(0, 0, 255);
}