/* Add custom fonts */
@font-face {
    font-family: OpenSans-Regular;
    src: url('/assets/fonts/OpenSans-Regular.ttf');
    font-style: normal;
}
@font-face {
    font-family: OpenSans-Semibold;
    src: url('/assets/fonts/OpenSans-Semibold.ttf');
    font-weight: bold;
}

body {
    font-family: OpenSans-Regular, serif;
    font-size: 16px;
    background-color: #ffffff;
    color: black;
}

a.hover:hover {
    text-decoration: none;
}

#googleMap {
    width: 100%;
    height: 400px;
}

.fa:hover {
    opacity: 0.7;
}

.icon-black {
    color: #000000;
}

.no-padding {
    padding: 0;
    margin: 0;
}