html {
    margin: 0;
    padding: 0;
}

div.offset-anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}

.carousel-item {
    overflow: hidden;
}

#carousel {
    height: 66.66vw;
}

#carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-self: center;
    background-image: url("../img/FHDtv.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}


#hero-text-div{
    padding-top: 16%;
}

.carousel-inner {
    width: 57vw;
    margin-left: 42%;
    margin-top: 21%;
    position: absolute;
}

#hero-text {
    font-size: 7vw;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}
#hero-info-in{
    visibility: hidden;
}
.shadow-style {
    box-shadow: 0 .25rem .5rem rgba(0,0,0,0.2) !important;
}
h1 {
    font-family: 'Noto Sans', sans-serif;
}

#h1 {
    font-size: 3rem;
}
.h2-style {
    font-size: 2.5rem;
    font-family: 'Noto Sans', sans-serif;
}
h3 {
    margin-top: 1rem;
    font-family: 'Noto Sans', sans-serif;
    color: #EA7317;
}


#steps-container {
    background-color: #FEFEFF;
}
#steps-title {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    background-color: #83CFC8;
    color: #333333;
}
.steps-style {
    margin: 1.5rem auto;
}


.featurette-divider{
    margin: 0;
    padding: 0;
}

.featurette{
    margin:0;
}
#featurette-title {
    background-color: #FFD611;
    background-color: white;
}
.featurette{
    padding:5vw;
}
#feature-1 {
    background-color: #83CFC8;}
#feature-2 {
}
#feature-3 {
    background-color: #4DB5E9;
}
.featurette-img-div {
    margin: 0;
    padding: 0;
}
.featurette-img-div > img {
    border-radius: 7%;
}
p{
    font-weight:400;
    font-size: 1.25rem;
}
.p-300{
    font-weight:300;
}


#footer-container{
    background-color:white;
}
.footer-p {
    margin:0;
    color:gray;
}
.footer-p > a {
    text-decoration:none;
    color: #444444;
}

.footer-hr{
    margin: 0.4rem;
}



@media (min-width:575px) {
    .container{
        margin: auto;
    }
    #hero-text {
        font-size: 5vw;
        text-align: center;
        margin-bottom: 1vw;
    }
    #hero-text-div {
        padding: 0;
    }
    #hero-text-div > div{
        margin:auto;
    }
    #hero-info-in {
        visibility: initial;
    }
    #hero-info-in > p {
        visibility: initial;
        font-size: 3vw;
        margin-bottom: 1vw;
    }
    #hero-info-out {
        visibility: hidden;
        height: 0;
    }
    .footer-hr {
        visibility: hidden;
    }
    
}


@media (min-width:768px) {

    .featurette {
        padding: 2rem;
    }

    #h1 {
        font-size: 3vw;
    }

    #main-descriotion {
        font-size: 1.5vw;
    }
    #hero-text {
        font-size: 2.5vw;
    }
    #hero-info-in > p {
        font-size: 2vw;
    }
}
