/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 1.0.0
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/
.footer-link a{
    color: white;
}

.footer-link a:hover{
    text-decoration: underline;
    color: white;
}

.mobile_menu{
    display: none!important;
}

@media (max-width: 1024px){
    .mobile_menu{
        display: block!important;
    }
}