body {
    background-color: ;
}

.nav-btn-top {}

.text-cowboy {
    font-family: "Alemndra", cursive;
    font-size: 30px;
}

.ev-bg-image {
    background-image: url(https://media.istockphoto.com/id/2157754265/photo/silhouette-of-ranch-hand-or-cowboy-riding-his-horse-in-the-sunset.webp?a=1&b=1&s=612x612&w=0&k=20&c=tgaisyk3xnQQzmoSYaAPSJu6CoJbfdMrakeadCsrxbM=);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.background-blur {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.257);
}

.ev-pop-out {
    position: absolute;
    opacity: ;
    margin-top: -2em;
    background-color: #291104;
}

.vol-img {
    background-image: url(https://images.unsplash.com/photo-1504310977373-186d29f99322?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NHx8aG9yc2V8ZW58MHx8MHx8fDA%3D);
    background-size: cover;
    height: 20em;
    object-fit: cover;
    width: 100%;
}

.ev-padding {
    padding-top: 9em;
}