.border-top {
    top: 50px;
    margin-top: 110px;
}
.border-between {
    margin-top: 20px;
}
.bold-text {
    font-style: italic;
    text-decoration: underline;
}
.margin-between {
    margin-top: 30px;
}
.black-back {
    background-color: #000000;
}
.h2 {
    font-size: medium;
}
.top-margin {
    margin-top: 80px;
}
.container-fluid.top-margin.h1 .text-center {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.medium-text {
    font-size: 24px;
}
.text-h2 {
    font-size: large;
}
.text-white {
}
.extra-small-text {
    font-size: 8px;
}
.large-text {
    font-size: xx-large;
}
.space-maker {
    margin-top: 50px;
}
