/* HOME PAGE NEW TEXT LINK */

.text-link {
    position: absolute;
    bottom: 100px;
    left: 10%;
    width: 80%;
    z-index: 90;
}

.text-link h2 {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: .67em 0 .33em 0;
}

.text-link a {
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    font-family: Montserrat-Bold;
}

.text-link a:hover {
    opacity: 0.7;
}

@media (min-width: 428px)  {
    .text-link h2 {
    font-size: 24px;
    line-height: 24px;
    }
    .text-link a {
    font-size: 11px;
    line-height: 11px;
    }
}

@media (min-width: 768px)  {
    .text-link h2 {
    font-size: 27px;
    line-height: 27px;
    }
    .text-link a {
    font-size: 13px;
    line-height: 13px;
    }
}

@media (min-width: 1024px)  {
    .text-link {
        left: 85px;
        width: 650px;
        bottom: 150px;
    }
    .text-link h2 {
    font-size: 37px;
    line-height: 37px;
    }
    .text-link a {
    font-size: 15px;
    line-height: 15px;
    }
}

@media (min-width: 1440px)  {
    .text-link h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .text-link a {
        font-size: 17px;
        line-height: 17px;
    }
}


/* SCROLL MARGIN TOP FOR ANCHORED ITEMS */

.anchored-item {
    scroll-margin-top: 300px;
    scroll-snap-margin-top: 300px;
    /* iOS 11 and older */
}


/* If the browser supports the property... */

@supports (scroll-margin-top: 0) {
    .anchored-item {
        scroll-margin-top: 300px;
    }
}

/* VARIOUS FIXES */

.main-content .two-columns .left-column .sub-title {
    line-height: 26px;
}

.main-slider .scroll-down {
    background: transparent url("../images/scroll.png") 50% 0% no-repeat;
    width: 47px;
    height: 48px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 100;
    cursor: pointer;
    padding-top: 22px;
    color: #fff;
    text-align: center;
}

