/*
Theme Name: Kubo Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face{
    font-family: 'bns-light';
    src:url(fonts/Bahnschrift_Light.ttf);
    font-weight: 100;
}

@font-face{
    font-family: 'gth-black';
    src:url(fonts/Gotham-Black.otf);
    font-weight: 100;
}

.gth-font-face{
    font-family: 'gth-black' !important;
}

.bns-font-face{
    font-family: 'bns-light' !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#menu-item-786>a, #menu-item-800>a, #menu-item-801>a, #menu-item-799>a, #menu-item-798>a, .nav-dark .social-icons, .dark .social-icons {
    color: #292929;
}

.project-page-title h1 {
    font-size: 3em;
}