/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


body {
	font-family: "Roboto", sans-serif;
}
	

@media (min-width: 769px) {
    .home header {
        background: transparent;
        z-index: 999;
        transition: 0.5s all;
    }
    .home .main-nav a, .home .main-title a {
        color: white!important;
    }   
}

.home header.scrolled .main-nav a, .home header.scrolled .main-title a {
    color: black!important;
}


.main-navigation {
    background: transparent;
}

header.scrolled {
    background-color: white!important;
    position: sticky;
    top: 0;
    z-index: 999;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #000;
    text-decoration: underline;
}


@media (max-width: 768px) {
    .mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
        background: transparent;
    }
}