/* ------------- FULL PAGE ----------- */
#full_page {
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 75px;
}



.content_inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 10px;
    padding-top: 30px;
}

.content_text_box {
    padding: 15px;
    color: var(--col_dark);
    font-size: 18px;
    font-weight: normal;
    border: 1px solid var(--col_light_grey);
}

