/*
General Styles
================================================== */
#happyvisio-footer {
    background: #2B2B2B;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
}

#happyvisio-footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#happyvisio-footer a:hover {
    text-decoration: underline;
}

/*
Mobile Styles
================================================== */
@media only screen and (max-width: 768px) {

}

/*
Tablet Styles
================================================== */
@media only screen and (min-width: 769px) and (max-width: 989px) {

}

/*
Desktop Styles
================================================== */
@media only screen and (min-width: 990px) {

}