﻿:root {
    --primary-color: #75b306; /* Michigan Paving Pea Green */
    --primary-color-hover: #659a05; /* 5% darker */
    --primary-color-active: #558204; /* 10% darker */
}

.page-title {
    background-image: url(img/abstract-triangles-green-light-green.svg);
    background-size: cover;
}

.page-title h1 {
    font-weight: normal;
    color: inherit;
}

.company-logo img {
    max-width: 200px;
}

.company-logo img[src$="stoneco-white.svg"] {
    max-width: 160px;
}