/* Dynamic CSS: For no styles in head, copy and put the css below in your custom.css or child theme's style.css, disable dynamic styles */
        
        body {
            font-family: "Roboto", Arial, sans-serif;
        }
        #footer-bottom #back-to-top {
            color: rgba(255, 255, 255, 0.7);
        }
        #footer-bottom #back-to-top:hover {
            color: #fff;
        }
        #footer-bottom {
            border-color: ;
        }
        #nav-footer.nav-container,
        #footer-bottom #back-to-top {
            background-color: ;
        }
        @media only screen and (min-width: 720px) {
            #nav-footer .nav ul {
                background-color: ;
            }
        }