body{
    font-family: 'Montserrat', sans-serif;
}

.title-font{
    font-family: 'DM Serif Display', serif !important;
}

.hero-clip{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

.hero-content-clip{
    clip-path: polygon(0% 0%, 87% 0, 100% 50%, 87% 100%, 0% 100%);
}

.topbar-phone{
    letter-spacing: 2px;
}

.parallax{
    /* background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; */
}

.feather-16{
    width: 16px;
    height: 16px;
}

.feather-24{
    width: 24px;
    height: 24px;
}

.feather-32{
    width: 80px;
    height: 80px;
}

h1{
    font-size: 1.75em !important;
}

h2{
    font-size: 1.5em !important;
}

h3{
    font-size: 1.25em !important;
}

h4{
    font-size: 1.15em !important;
}

h5{
    font-size: 1.1em !important;
}

ul {
    list-style-type: initial !important;
    list-style-position: inside !important;
}

.wp-block-separator{
    border-top: 1px solid #00A741;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-left: 25vw; 
    margin-right: 25vw; 
    margin-top: 30px; 
    margin-bottom: 30px; 
}