body {
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow-y: hidden;
    font-family: 'Open Sans', sans-serif;
}

.landing-header {
    width: 100%;
    margin-top: 25vh;
    text-align: center;
    position: absolute;
    z-index: 999;
}

.logo {
    width: 15vw;
    min-width: 200px;
}

.contact-button {
    position: absolute;
    z-index: 999;
    top: 60%;
    width: 100%;
    text-align: center;

}

.contact-button a {
    text-decoration: none;
    color: white;
    background-color: #c98c00;
    cursor: pointer;
    border-radius: 6px;
    padding: 15px;
    transition: background-color 0.3s;

}

.contact-button a:hover {
    background-color: #e2a20c;
    transition: background-color 0.3s;
}

.contact-button a i{
padding-right: 8px;
}

.landing-body {
    width: 100%;
    height: 100%;
    background-color: white;
}

.carousel-wrapper {
    filter:grayscale(0.90);
    opacity: 0.6;
    width: 100%;
    margin: 0;
    position: relative;
    height: 100%;
}