.oswald-400 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat-200 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.push-50 {
    margin-top: 50px;
}

.push-20 {
    margin-top: 20px;
}

.push-10 {
    margin-top: 10px;
}

.push-100 {
    margin-top: 100px;
}

.deep.green {
    color: #06402B !important;
}

.white.text {
    color: #FFF !important;
}

#top-segment-container {
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-arrow-left {
    left: 20px;
}

.slider-arrow-right {
    right: 20px;
}
