body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

.nav-link {
    font-weight: 500;
    color: #333;
}

.nav-link:hover .feather,
.nav-link.active .feather {
    color: inherit;
}

.navbar .navbar-toggler {
    top: 0.25rem;
    right: 1rem;
}

.carousel {
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
    text-shadow: 0 0 20px black, 0 0 50px black, 0 0 125px black;
}

.carousel-item {
    height: 32rem;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

.info .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.info h2 {
    font-weight: 400;
}
.info .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.carousel-img {
    height: initial !important;
}
@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.rounded-circle {
    box-shadow: 0px 0px 20px 0px grey;
}
