.green {
    background-color: #2a794e;
}

.green-text {
    color: #2a794e;
}

.black-text {
    color: #4d4d4d !important;
}

.header-design {
    color: #2a794e;
    font-family: "Cookie", cursive;
    font-size: 2em;
}

.cookie-text {
    font-family: "Cookie", cursive;
    font-size: 1.5em;
}

.bold-text {
    font-weight: bold;
}

.h1 {
    font-weight: bold;
    font-size: 53px;
}

.h2 {
    font-weight: bold;
    font-size: 40px;
}

.h3 {
    font-weight: bold;
    font-size: 1em;
}

.h4 {
    font-weight: bold;
    font-size: 24px;
}

.vertical-parent {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-align {
    display: table-cell;
    vertical-align: middle;
}

.inlineBlock-parent > * {
    display: inline-block;
    vertical-align: middle;
}
