h1.entry-title {
    text-align: center;
    margin-top: 130px;
}

@media screen and (max-width:768px) {
    h1.entry-title {
        margin-top: 40px;
    }
}

body {
    font-family: "Montserrat", Sans-serif;
}

a {
    color: #3ba1da;
}

/* These pages adds a scrollbar on desktop since they overflow when they load their an animation coming from the side, so disable their scroll functionality */
div[data-elementor-type="wp-page"], .elementor-inner, .elementor-section-wrap {
    overflow: hidden;
}

body > div[data-elementor-type="header"] {
    position: absolute;
    width: 100%;
}

h1, h2, h3, h4 {
    color: #54595F;
}
p, b, html, body {
    color: #BFBFBF;
}