body {
    background-color: white;
    min-height: 100vh;
}

hr {
  margin-top: 50px;
  margin-bottom: 30px;
}

.main-title h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: calc(22px + 3vw);
}

.image-stack {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #202020;
}

.main-title {
    white-space: nowrap;
}

.img {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
}

.show {
    opacity: 1;
}

.text_picture_row {
    display: flex;
}

.image-stack div img {
    width: 100%;
    height: auto;
}

.rectangle {
    height: 5vh;
    width: 100%;
    background-color: #555;
}

.slick-arrow {
    filter: brightness(10%);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 5rem;
    }
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: calc(1140px + 10vw);
        max-width: none;
    }
}

@media (min-width: 992px) {
  hr {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}

.my-5 p {
    font-size: calc(10px + 0.75vw);
    font-family: 'Mulish', sans-serif;
}

.autoplay div a img {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transition: transform .2s;
}

.autoplay div a img:hover {
    transform: scale(1.05);
}

span {
    color: #1E3888;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 220px;
}
