@font-face {
    font-family: ReadexPro;
    src: url('../fonts/ReadexPro/ReadexPro-VariableFont_HEXP,wght.ttf');
}

@font-face {
    font-family: Raleway;
    src: url('../fonts/Raleway/Raleway-VariableFont_wght.ttf');
}

body {
    font-family: 'ReadexPro', sans-serif;
    letter-spacing: 1px;
}

h1,
h2,
h3 {
    font-weight: 400;
    margin: 1rem 0;
}

h1 {
    font-size: 5.5rem;
    letter-spacing: 2px;
}

h2 {
    font-size: 3rem;
    letter-spacing: 2px;
}

h3 {
    font-size: 2rem;
    letter-spacing: 2px;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    line-height: 2.5rem;
}

input[type="submit"],
.button {
    border: none;
    background: #47B2FF;
    color: white;
    font-family: inherit;
    padding: 10px 20px;
    margin: 10px 0;
    cursor: pointer;
}

#contact_banner {
    background: #47B2FF;
    color: white;
    padding: 10px 0;
}

#header_menu {
    width: 100vw;
    padding: 30px 0;
    background: white;
}

#header_menu a {
    font-size: 1.4rem;
    padding: 10px 20px;
}

#header_overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: #47B2FF;
    opacity: 0.5;
    mix-blend-mode: lighten;
}


.position_absolute {
    position: absolute;
    z-index: -1;
}