header > .logo img {
    width: 3em;
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 736px) {

}

#header {
    padding: 0.5em !important;
    line-height: 0 !important;
    z-index: 10000 !important;
}
#header a {
    font-weight: bold !important;
}
#header.alt {
    background-color: transparent;
    padding: 1.5em 1em 1em 1em !important;
}

#banner {
    background-image: url("../../../../../images/banner.webp");
    background-position: center;
}
#banner h1 {
    font-weight: bold !important;
}
#banner p {
    font-weight: bold !important;
}
#banner .button.primary {
    background-color: #ffffff;
    color: #ff0000 !important;
}

#footer {
    background-color: #333333 !important;
}

#map-canvas {
	width: 100%;
	height: 500px;
}
#map-canvas img {
	max-width: none;
	background-color: transparent;
}

.features > article h3 {
    text-transform: uppercase;
}
.features > article a {
    font-weight: bold;
    color: #000000 !important;
    text-decoration: none !important;
}

.stats > article h3 span {
    font-weight: bold !important;
}

.wrapper.style1 {
    background-color: #333333 !important;
}

.row.box {
    padding: 1.5em 1.5em 1.5em 0 !important;
    margin-left: 0;
    background: #F9F9F9;
}
div.tabs {content-visibility:auto;}
.company{column-count: 2;
    column-gap: 2rem;
    margin: 1rem auto 3rem 0;}
