.home-resources-btn {
         background-color: #FFFFFF;
         color: #323a45;
         padding: 20px 20px;
         text-align: top;
         font-size: 14px;
         font-weight: normal;
         transition: 0.3s;
         width: 100%;
         height: fit-content;
         min-height: 250px;
         }
         .home-resources-btn p {
         height: 84px;
         font-family: 'Roboto', sans-serif;
         font-weight: 500;
         padding-top: 20%;
         font-size: 18px;
		 text-align: center !important;
         }
         <!-- .home-resources-btn:hover { -->
         <!-- background-color: #f1f1f1; -->
         <!-- color: #323a45; -->
         <!-- } -->
         .home-resources-btn-blue {
         background-color: #205493;
         color: #ffffff;
         padding: 30px 20px;
         text-align: top;
         font-size: 14px;
         font-weight: normal;
         transition: 0.3s;
         width: 100%;
         height: fit-content;
         min-height: 250px;
         }
         .home-resources-btn-blue-2 {
         background-color: #ffffff;
         color: 0071bc;
         padding: 30px 20px;
         text-align: top;
         font-size: 14px;
         font-weight: normal;
         transition: 0.3s;
         width: 100%;
         height: fit-content;
         min-height: 240px;
         }
         .hero__content-wrapper {
         display: flex;
         height: 100%;
         position: relative;
         z-index: 2;
         }
         .usda-section-title-with-hero {
         padding: 1rem 1.5rem;
         margin: 0;
         background: #077849;
         color: #ffffff;
         width: auto;
         box-sizing: border-box;
         bottom: 0;
         left: 0;
         font-size: 36px;
         text-align: center;
         padding-bottom:2%;
         text-transform: uppercase;
         }
         .hero__content-wrapper {
         display: flex;
         height: 100%;
         position: relative;
         z-index: 2;
         }
         .hero__image {
         background-position: center;
         background-repeat: no-repeat;
         background-size: cover;
         }
         #bgvideo {
         <!-- background-position: center; -->
         <!-- background-repeat: no-repeat; -->
         <!-- background-size: cover; -->
         height: 100vh;
         background-image: url({{ base_path }}themes/custom/apedals/assets/img/bgvd.jpg);
         background-size: 120% 120%;
         background-position: center center;
         animation: shrink 10s infinite alternate;
		 padding: 4% 0 4% 0;
         }
         @keyframes shrink {
         0% {
         background-size: 120% 120%;
         }
         100% {
         background-size: 100% 100%;
         }
         }
         &::after {
         @include pseudo;
         background: linear-gradient(
         to bottom,
         rgba($color--tuatara, 0) 50%,
         rgba($color--tuatara, 0.8) 95%
         );
         bottom: 0;
         left: 0;
         position: absolute;
         right: 0;
         top: 0;
         z-index: 3;
         .-single & {
         @media (max-width: map-get($breakpoints, 'medium-large--down')) {
         display: none;
         }
         @include respond-to('medium-large') {
         background: linear-gradient(
         to bottom,
         rgba($color--tuatara, 0) 40%,
         rgba($color--tuatara, 0.8) 90%
         );
         }
         }
         }
		 
		 
		 
		 
.navmenumainbtn{
	background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.navmenumainbtn{
	font-size: 17px !important;
}

.bg-primary1{
	padding: 0px !important;
}

.usa-navbar{
	padding: 0 0 15px 0;
}