/* This is Terri's custom CSS file for all of her goodies */


/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');




/* Desktop CSS */

html *, body * {
    font-family: 'Montserrat', sans-serif !important;
}

.homeOverlay {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.3) 26%, rgba(28,28,28,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 56px !important;
    line-height: 1.3 !important;
}

/* Responsive media queries */
