/*.container {
   padding: 10rem 12rem;
}*/

footer {
    padding: 0rem 12rem;
    color: black;
}

footer .grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .grid-item {
    text-align: center;
}

.logo-container {
    margin-left: 0;
}

footer small {
    font-size: 1rem;
    color: black;
}

a:hover {
    background-color: #4BFA82;
    transition: background-color 0.3s ease;
}

h2 {
    font-size: 6rem;
    line-height: 1.1;
    margin: 1.5rem 0 0 0;
}

p {
    line-height: 1.75;
}

.navbar {
    padding: 1rem 12rem;
    background: transparent;
}

.video-background {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.find-out-more {
    padding: 0.5rem 1rem;
    border-width: 2px !important;
    border-style: solid;
    border-color: black;
}

.find-out-more:hover {
    background-color: #4BFA82;
    transition: background-color 0.3s ease;
}

.mt-8 {
    margin-top: 2rem;
}
