/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
*/

body {
    font-family: Cabin Condensed;
}

button:focus {
    outline: none;
    box-shadow: none;
}

img {
    display: block;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}


.scroll-margin {
    scroll-margin-top: 180px;
}

p {
    font-size: 16px;
}


@media only screen and (max-width: 1023px) {
    .scroll-margin {
        scroll-margin-top: 80px;
    }
}