﻿:root {
    --bg-color: #f2f2f2;
    --header-bg-color: #072f49;
    --sub-header-bg-color: #194a6b;
    --border-color: #edbd03;
    --error-color: #A52422;
    --success-color: #6290C3;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    line-height: 1.3;
}

.text-link {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.75em;
}


#soa-img-background-container[b-b49jii0yls] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-image: url("../media/2016-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}