.footer {
    width: 100%;
    text-align: center;
    height: 70px;
    background: #373940;
    position: relative;
    font-size: 1.5em;
}

.footer #rectangle_red_footer {
    width: 100%;
    height: 6px;
    background-color: #A01D26;
}

.footer #rectangle_white_footer {
    width: 100%;
    height: 3px;
    background-color: white;
}

.footer .rowAlign{
    margin-top: 20px;
}

.footer .rowAlign .copy{
    text-align: left;
}

.footer .rowAlign .mojo{
    text-align: right;
}

@media only screen and (max-width:767px){
    
    .footer .rowAlign{
        margin-top: 10px;
    }
    
    .footer .rowAlign .copy,.footer .rowAlign .mojo{
        text-align: center;
    }
}

@media only screen and (max-width:575px){
    
    .footer{
        height: 80px;
        font-size: 1.3em;
    }
    .footer .rowAlign .copy,.footer .rowAlign .mojo{
        text-align: center;
    }
}

.footer_made {
    color: #9b9b9b;
}

.footer_mojo {
    color: white!important;
}

/* .footer .footer_text_right {
    text-align: right;
    font-size: 16px;
    width: 80%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-29%);
    position: relative;
    margin-top: 50px
    /* top: 42%; */
/* } */

/* .footer .footer_text_left {
    text-align: left;
    font-size: 16px;
    width: 80%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-29%);
    position: relative;
    /* top: 6px; */
/* }  */


@media only screen and (min-width:2560px){
    .footer{
        font-size: 2em;
    }
}
