@font-face {
    font-family: gb;
    src: url('fonts/ebrima.ttf');
}
@font-face {
    font-family: bio;
    src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@300&display=swap');
}
body {
    font-family: gb!important;
    background-color: #EFF0F2!important;

}

.nav-link:hover {
    color: #929191!important;
}

#consultation:hover {
    background-color: navy!important;
    color: white!important;
}

#gbMainText {
    cursor: pointer;
}


.motto {
    display: flex;
    gap: 10%;
    justify-content: center;
}

.mottoContainer {
    display:flex;
    box-sizing: border-box;
    justify-content: space-evenly;
 
}

.mottoContsMobile {
    flex-direction: column!important;
}

.custom-hr {
    border: none;
    border-top: 2px solid white;

    width: 95%;
    margin: auto;

}

.speech-bubble {
	position: relative;
	background: #00aabb;
	border-radius: .4em;


}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #00aabb;
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -20px;
}

.addressInput {
    background-color: transparent;
    border: none;
}