/*
 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
*/

@media (min-width:769px) {
    .main-navigation .main-nav ul li.nav-button a {
        background-color: ;
        border: 2px solid #ffffff;
        color: #ffffff;
        line-height: 35px; /*this number will likely need to be adjusted*/
		margin-right: 24px;
    }
}