body {
    background-color: #777;
}

.col-md-push-2 {
    left: 16.66666667%
}

.p-30 {
    padding: 30px;
}

.container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.display-table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

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


@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.text-theme-colored {
    color: #006400 !important;
}

.text-sm {
    font-size: .875rem !important;
}

.text-2xl {
    font-size: 1.5rem !important;
}

.text-4xl {
    font-size: 2.25rem !important;
}

.font-semibold {
    font-weight: 600 !important;
}

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

.font-bold {
    font-weight: 700 !important;
}
