@keyframes smooth-appear {
  from{
    right: -30px;
    opacity:1;
  }
}


.filter {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23999999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e);
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}


@media (min-width: 1025px) {
    .map {
        width: 600px;
    }
}

@media screen and (max-width: 767px) {
    #social, #copyright {
        right: auto;
        margin-top: auto;
    }
}


@media (width: 1024px) and (max-height: 600px) {
    .home_hero {
        justify-content: center;
    }
}

@media (max-height: 430px) and (orientation: landscape) {
    .nav_container, .nav_div {
        height:auto;
    }
}

@media (max-width: 768px) and (orientation: landscape) {
    #social {
        right: 10px;
        bottom: 20px;
    }
    #copyright {
        bottom: 20px;
    }
    .home_heading {
        font-size: 28px;
    }
    .home_actions {
        margin-top: 0px;
        height: 100%;
    }
    .home_logo {
        width:120px;
        height: 50px;
    }
}

@media (orientation: portrait) {
    #social, #copyright {
        right: auto;
        bottom: 10px;
    }
}

.fb-c8a8f3d5 {
    display:none;
}
.fb-4cb4cf72 {
    display:none;
}

