/*!
 * Made by BettrSports, LLC
 * Copyright 2020
 * 1-20-2020
 */


.vertical-align-container {
    /* display: flex; */
}

.vertical-align-object {
    /* padding-top:5px; */
}

.center-align-object {
    padding-right: 10px;
    /* padding-left: 10px; */
    display: inline-block;
}

.vertical-align-helper {
    padding-top:5px;
    /* padding-left: 10px; */
    /* padding-top: 0px; */
    /* flex-grow: 1; */
    /* border: 1px solid white; */
}

.social-container {
     display: flex;
    
}

.smaller-font {
     font-size: .75em;
     text-align: left;
}

.copyright-font {
     font-size: .5em;
}

.center-font {
     text-align: center;
}

.footer-underline {
    text-decoration:underline;
}

.footer2 {

    color:red;

}