#header .navbar {
    background: #fff !important;
}

#topBar {
    padding: 6.5px 0;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    background-color: var(--color-1);
}

#header {
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.colored-boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
    text-align: center;
    background: var(--color-3);
    -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 25px;
}

.promotiles:after {
    background-color: rgb(214, 179, 95, 0.2);
}

.socials li.linkedin,
.socials li.linkedin:hover {
    --socials-bg: transparent;
    --socials: #ffffff;
    --socials-bg-hover: #ffffff;
    --socials-hover: #0064bb;
}

.inner-boxed img {
    max-width: 100px;
    padding-bottom: 30px;
}

.page-header {
    margin-top: 0 !important;
}

h2 {
    color: var(--color-1);
}

.nm-pin {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #1f5b38;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.loc-btn {
    border: solid #fff 1px !important;
    margin-top: 15px;
    margin-bottom: 5px;
}
.loc-btn:hover, .loc-btn:active, .loc-btn:focus {
    border: solid #fff 1px !important;
    margin-top: 15px;
    margin-bottom: 5px;
}




#main-navigation, #home .btn, #promotiles, .wrapper-bottom, .top-bar-links, .navbar-toggler {
    display: none!important;
}

.row > .col-lg-4:nth-of-type(2),
.row > .col-lg-4:nth-of-type(3) {
  display: none !important;
}
.row > .col-lg-4:nth-of-type(1) {
    width: 100%!important;
}