﻿.large-bold-text {
    font-size: 30px;
    font-weight: bold;
}

.medium-regular-text {
    font-size: 18px;
    font-weight: normal;
}

.small-regular-text {
    font-size: 12px;
}

.text-color-white {
    color: white;
}

.text-color-darkgray {
    color: darkgray;
}

.center {
    line-height: 50px;
    height: 50px;
}

.light-gray-background {
    background-color: ghostwhite;
}

.dark-gray-background {
    background-color: #1b1b1b;
}

.black-background {
    background-color: black;
}

.fa-social {
    color: lightgray;
    padding-left: 10px;
}

.green-text {
    color: green;
}

.green-background {
    background-color: #f3faea;
}

.solid-green-background {
    background-color: green;
}

.required {
    color: red;
}


