#hero-heading{
    font-size: 2.5em;
    line-height: 45px;
    background: linear-gradient(60deg, #364440, #7C9C93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}
#hero-subheading{
    background: linear-gradient(60deg, #FF6F61, #FFAE61);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1em;
    margin-bottom: 25px;
    max-width: 500px;
    text-transform: uppercase;
}
#hero-caption{
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    margin-bottom: 25px;
}
#feat-home-div{
    height: 320px;
    background: center;
    background-size: cover;
    position: relative;
}
#feat-home-heading{
    font-family: 'Jost', 'Roboto', sans-serif;
    background: linear-gradient(60deg, #FFAE61, #FF6F61);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2em;
    width: fit-content;
}
#feat-home-div-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 150px;
}
#feat-home-play{
    color: #fff;
    font-size: 80px;
    filter: drop-shadow(0 0 2px rgb(0, 0, 0, 1));
}
#feat-home-video{
    position: absolute;
    top: -10px;
    right: -10px;
    height: 80px;
    width: 144px;
}
#coming-soon-heading{
    background: linear-gradient(60deg, #364440, #7C9C93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3em;
    max-width: 180px;
    margin: auto;
}
#coming-soon-row{

}
.coming-soon-col{

}
.coming-soon-img{
    margin-bottom: 5px;
}
.coming-soon-username{
    font-size: 10px;
    font-family: 'Jost', sans-serif;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
#feat-product-heading{
    font-family: 'Jost', 'Roboto', sans-serif;
    background: linear-gradient(60deg, #364440, #7C9C93);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2em;
    width: fit-content;
}
.feat-product-vendor{
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.feat-product-img{
    width: 100%;
    padding-top: 100%;
    background: center;
    background-size: cover;
    margin-bottom: 3px;
}
.feat-product-col{
    padding-left: 2px;
    padding-right: 2px;
}

@keyframes gradient {0% {background-position: 0% 50%;} 50% {background-position: 100% 50%;} 100% {background-position: 0% 50%;}}
.jumbo-subheading{font-size: 3.3em; margin-bottom: .7em; background: linear-gradient(60deg, #FFAE61, #FF6F61, #9DD1EC);background-size: 300% 300%;animation: gradient 3s ease infinite; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.text-gradient-triple{background: linear-gradient(60deg, #FFAE61, #FF6F61, #9DD1EC);background-size: 300% 300%;animation: gradient 3s ease infinite; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.bg-gradient-triple{background: linear-gradient(60deg, #FFAE61, #FF6F61, #9DD1EC);background-size: 300% 300%;animation: gradient 3s ease infinite;}

.tooltip-inner{background-color: #fff !important;}

@media (min-width: 576px) {
    #hero-heading{
        font-size: 3.8em;
        line-height: 70px;
    }
    #hero-subheading{
        font-size: 1.3em;
    }
    #feat-home-div{
        height: 320px;
    }
    #feat-home-heading, #feat-product-heading{
        font-size: 1em;
    }
    #feat-home-play{
        font-size: 70px;
    }
    .coming-soon-username{
        font-size: 10px;
    }
    .feat-product-col{
        padding-left: 3px;
        padding-right: 3px;
    }
    .feat-product-vendor{
        font-size: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #hero-subheading{
        font-size: 1.3em;
    }
    #feat-home-div{
        height: 320px;
    }
    #feat-home-heading, #feat-product-heading{
        font-size: 1em;
    }
    #feat-home-play{
        font-size: 70px;
    }
    #feat-home-video{
        height: 70px;
        width: 126px;
    }
    .coming-soon-username{
        font-size: 13px;
    }
    .feat-product-col{
        padding-left: 3px;
        padding-right: 3px;
    }
    .feat-product-vendor{
        font-size: 10px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #hero-heading{
        font-size: 4em;
        line-height: 70px;
    }
    #hero-subheading{
        font-size: 1.5em;
    }
    #feat-home-heading, #feat-product-heading{
        font-size: 1.2em;
    }
    #feat-home-play{
        font-size: 80px;
    }
    #feat-home-video{
        height: 100px;
        width: 180px;
    }
    .coming-soon-username{
        font-size: 10px;
    }
    .feat-product-col{
        padding-left: 6px;
        padding-right: 6px;
    }
    .feat-product-vendor{
        font-size: 12px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}
