/* Useful Tags */

.leftAlign {
    text-align: left;
}

.centerAlign {
    text-align: center;
}

.emph {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.backgroundColor {
    background: #231f20;
}

.bold {
    font-weight: bold;
}

.smallerFont {
    font-size: 14px;
}

.fontSizeTwentyFive {
    font-size: 25px;
}

.pacifico {
    font-family: 'Pacifico', cursive;
}

.lobster {
    font-family: 'Lobster', cursive;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.openSans {
    font-family: 'Open Sans', sans-serif;
}

.montserrat {
    font-family: 'Montserrat', serif;
}

.greatVibes {
    font-family: 'Great Vibes', cursive;
}

.dancingScript {
    font-family: 'Dancing Script', cursive;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top;
}

.noDecoration {
    text-decoration: none;
}

.colorBlack {
    color: #000;
}

.colorGold {
    color: #c48e48;
}

.colorWhite {
    color: #fff;
}

.colorRed {
    color: red;
}

.sideMargin {
    margin: 0 25px;
}

.marginLeftTen {
    margin-left: 10px;
}

.marginTopTen {
    margin-top: 10px;
}

.marginTopTwentyFive {
    margin-top: 25px;
}

.marginTopFifty {
    margin-top: 50px;
}

.marginBottomTwentyFive {
    margin-bottom: 25px;
}

.verticalMarginTwentyFive {
    margin: 25px 0;
}

.marginAuto {
    margin: 0 auto;
}

.betterImage {
    height: 300px;
    width: 300px;
}

.paddingTwentyFive {
    padding: 25px;
}

.bulletList {
    list-style: disc;
}

.container {
    background-color: #231f20;
}

.bodyText{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 15px auto;
    width: 80%;
}