/*
dk blue #1e2940
red #561a0d
green #3a4132
gold #9C813a
grey #424241
*/

* {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

html {
    font-size: 17px;
}

body {
    background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4em;
    display: block;
    width: 100%;
    border-bottom: 4px solid #FFF;
    line-height: 1.1em;
}

p,
li,
td,
th {
    font-size: 1em;
}

button,
a.button {
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    border-radius: 8px;
    padding: 6px 9px;
    text-decoration: none !important;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s linear;
}

button:hover,
a.button:hover {
    border-color: #9C813a;
    color: #9C813a;
}

/**
 * blue
 */
.blue {
    color: #1e2940 !important;
}

.blue--hover:hover {
    color: #1e2940 !important;
}

.blue--background {
    background-color: #1e2940 !important;
}

.blue--background-80 {
    background-color: rgba(30, 41, 64, 0.8);
}

.blue--background--after:after {
    background-color: #1e2940 !important;
}

.blue--border {
    border-color: #1e2940 !important;
}

.blue--border-hover:hover {
    border-color: #1e2940 !important;
}

/**
 * red
 */
.red {
    color: #561a0d !important;
}

.red--hover:hover {
    color: #561a0d !important;
}

.red--background {
    background-color: #561a0d !important;
}

.red--background-80 {
    background-color: rgba(86, 26, 13, 0.8);
}

.red--background--after:after {
    background-color: #561a0d !important;
}

.red--border {
    border-color: #561a0d !important;
}

/**
 * green
 */
.green {
    color: #3a4132 !important;
}

.green--hover:hover {
    color: #3a4132 !important;
}

.green--background {
    background-color: #3a4132 !important;
}

.green--background-80 {
    background-color: rgba(58, 65, 50, 0.8);
}

.green--background--after:after {
    background-color: #3a4132 !important;
}

.green--border {
    border-color: #3a4132 !important;
}

/**
 * gold
 */
.gold {
    color: #9C813a !important;
}

.gold--hover:hover {
    color: #9C813a !important;
}

.gold--background {
    background-color: #9C813a !important;
}

.gold--background-80 {
    background-color: rgba(156, 129, 58, 0.8) !important;
}

.gold--background--after:after {
    background-color: #9C813a !important;
}

.gold--border {
    border-color: #9C813a !important;
}

/**
 * grey
 */
.grey {
    color: #424241 !important;
}

.grey--hover:hover {
    color: #424241 !important;
}

.grey--background {
    background-color: #424241 !important;
}

.grey--background-80 {
    background-color: rgba(66, 66, 65, 0.8) !important;
}

.grey--background--after:after {
    background-color: #424241 !important;
}

.grey--border {
    border-color: #424241 !important;
}

/**
 * white
 */
.white {
    color: #fff !important;
}

.white--hover:hover {
    color: #fff !important;
}

.white--background {
    background-color: #fff !important;
}

.white--background-80 {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.white--background--after:after {
    background-color: #fff !important;
}

.white--border {
    border-color: #fff !important;
}

/**
 * white
 */
.black {
    color: #000 !important;
}

.black--hover:hover {
    color: #000 !important;
}

.black--background {
    background-color: #000 !important;
}

.black--background-80 {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

black--background--after:after {
    background-color: #000 !important;
}

.black--border {
    border-color: #000 !important;
}