/* Makes content just a little wider on most screens */
@media (min-width: 1700px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1620px;
    }
}

/* Prevents zooming on phones when input selected */
@media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {
    input,
    textarea,
    select {
        font-size: 16px !important;
    }
}

