body {
    font-family: 'Roboto', sans-serif;
}

#header {
    background-color: #600;
}

.pretitle {
    color: #880000;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
}

.title {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

.graybr {
    background-color: #1f2a2e;
}

.blackbr {
    background-color: #000000;
}

.redbr {
    background-color: #880000;
    color: #fff;
}

.redbr a {
    color: #fff;
    text-decoration: none;
}

.graybr a {
    color: #fff;
    text-decoration: none;
}

.blackbr a {
    color: #fff;
    text-decoration: none;
}

.text-icon-red {
    color: #ff0000;
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.text-gray {
    color: #3a3a3a;
    font-weight: bold;
}

.full_justify {
    text-align: justify!important;
    text-justify: inter-word;
}

#mapbr {
    background-image: url('/static/assets/images/pic-map-1400.jpg');
    background-size: cover;
    min-height: 250px;
}

#maptext {
    font-size: 2rem;
}

#header_logo {
    max-width: 200px;
}

.img-icons {
    width: 65px;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
    display: flex;
    justify-content: center;
}

.mb-3 {
    margin-bottom: 1rem;
  }
  

@media screen and (max-width: 767px) {
    .container-md {
        padding-left: 0px;
        padding-right: 0px;
    }
}