body {
    font-family: "Montserrat", "Arial", "Helvetica Neue", sans-serif;
    background-color: #FFFFFF;
    font-size: 1rem;
}

.background-main {
    background-image: url("/img/background.png");
    background-size: 100% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #0e170f;
    /*background-attachment: fixed;*/

}


.background-green {
    background-color: rgba(109, 190, 79, .35);
}

.text-green {
    color: #6dbe4f;
}

.text-bold

.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}

.font-small {
    font-size: .583rem;
}


h1 {
    font-size: 3.75rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.17rem;
}

ul {
    list-style: none;
    padding-left: 17px;
}

ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #6dbe4f; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 15px; /* Also needed for space (tweak if needed) */
    margin-left: -15px; /* Also needed for space (tweak if needed) */
}

.container {
    color: #FFFFFF;
    max-width: 700px;
}

.spark-logo {
    max-width: 150px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

