body {
    background: linear-gradient(to bottom, #e0e0e0, #f4f4f4);
    font-family: cursive;
}

.navbar {
    margin-bottom: 20px;
}

.navbar-brand img {
    height: 50px;
    filter: invert(1);
}

.cover-image {
    background-image: url('./../assets/logo_background.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    color: black;
}

.cover-text {
    text-align: center;
    padding: 20px;
    height: 100vh;
    position: relative;
    top: 75%;
}

.cover-title {
    font-size: xx-large;
    padding-top: 50px;
}

.cover-scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    cursor: pointer;
}

.carousel {
    max-height: 400px;
}

.carousel-inner {
    max-height: 400px;
    background-color: lightgrey;
}

.carousel-item {
    max-height: 400px;
}

.carousel-item img {
    object-fit: contain;
    object-position: center center;
    height: 400px;
    width: 100%
}

.contact-item {
    text-align: center;
    padding: 20px;
    margin: 10px;
    width: 100%;
}

.contact-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

section {
    padding-top: 100px;
}

section h1 {
    margin-bottom: 30px;
}

.my-shadow {
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.card-img-top {
    /* filter: grayscale(1); */
}

.over-ons {
    /* filter: grayscale(1); */
}

.card {
    /* text-decoration: none;
    cursor: pointer; */
}