/* Front footer
   Moved out of the inline <style> in resources/views/front/layout/footer.blade.php
   Shared partial: included by front/layout/app.blade.php and front/index.blade.php. */

@media only screen and (max-width: 770px) {
    .text_align_res {
        text-align: center !important;
    }
}

.fb_color {
    font-size: 30px;
    color: #1877F2;
}

.wa_color {
    font-size: 30px;
    color: #25D366;
}

.yt_color {
    font-size: 30px;
    color: #FF0000;
}

.in_color {
    font-size: 30px;
    color: #E4405F;
}
