.site-footer img {
    max-width: 100%;
}

.text-primary {
        color: #004d99 !important
}
/*
.img-fluid {
        max-width: 180%;
            height: auto;
        }
        */


#scrollarrow {
  position: absolute;
  top: 80vh;
  left: calc(50vw - 35px);
  z-index: 1000;
}

@media (max-height: 667px) {
    #scrollarrow {
    top: 65vh;
  }
}
