/*
 Theme Name:   Groves and Company Custom Theme
 Theme URI:    https://generatepress.com
 Description:  Custom Theme for Groves & Company (A GeneratePress Child Theme)
 Author:       Shawn Hartley
 Author URI:   https://shawnhartley.com
 Template:     generatepress
 Version:      1.01
*/

.top-bar a {
	text-decoration: none;
}
h2.no-underline a {
	text-decoration: none;
}

@media (min-width: 589px) {
.nav-mobile-only {
	display: none;
}
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.background-video-content {
    position: relative;
    z-index: 1;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}