#github-icon {
    color: gray;
}

#github-icon:hover,
#github-icon::selection {
    color: black;
}

#logo {
    width: 100%;
    display: flex;
    justify-content: center;
    background: url("./assets/background.jpeg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about {
    margin-bottom: 60px;
}

.title {
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
}

.title-wrapper {
    display: flex;
    justify-content: center;
    margin: 35px 0 15px 0;
}

.gray-bg {
    padding-top: 1px;
    padding-bottom: 50px;
    background-color: rgb(244, 244, 244);
    width: 100%;
}

.car-img img {
    height: 450px;
    max-height: 450px;
    width: auto;
    object-fit: cover;
}

#footer {
    height: 300px;
    width: 100%;
}

.carousel-caption button {
    background-color: #E21616;
    border: #E21616;
}

.carousel-item {
    background: linear-gradient(0deg, rgba(15,15,15,1) 4%, rgba(145,145,145,1) 61%, rgba(255,255,255,1) 100%);
}

.carousel-item img.overlay {
    mix-blend-mode: overlay;
    filter: blur(4px);
}

.video-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cdr-vid {
    padding-top: 1px;
    padding-bottom: 50px;
}

.card-container {
    display: flex;
    justify-content: space-evenly;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

#footer {
    padding-top: 150px;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #999;
}