/*
 Theme Name:   Britman
 Theme URI:    https://cluedesign.com.com
 Description:  Hughes Decorr theme
 Author:       ClueDesign
 Author URI:   https://cluedesign.com
 Template:     generatepress
 Version:      0.1
*/


.sticky-navigation-logo img {
  padding: 20px 20px;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .h2fat {font-weight:800; font-size:2.1em; letter-spacing: 0.8px;
text-transform: uppercase;
	}
}

@media only screen and (min-width: 769px) {
  .h2fat {font-weight:800; font-size:3em; letter-spacing: 0.8px;
text-transform: uppercase;
	}
}

.forminator-button{border-radius: 10px!important;}

.no-underline a {text-decoration: none!important;}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-hero {
  position: relative;
  overflow: hidden;
}
.background-video-content {
  position: relative;
  z-index: 1;
}
video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}