
body{
    font-family: Roboto, sans-serif;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

body::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }


h2{
    font-weight: normal;
}

h3{
    font-weight: normal;
}

h4{
    font-weight: normal;
}

.count:hover{
         transform: scale(1.1);
         /* box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06); */
}

.img-responsive {
    display: inline-block;
}

@media screen and (min-width: 1000px) {
    .carousel-div{
        margin-top: 70px;
    }
    
    .screen-capture{
        height: 100px;
    }
    
    .carousel-text {
        top: 10%;
        transform: translateY(-80%);
    }
}

@media screen and (min-width: 1000px) {
    .carousel-text {
        top: 50%;
        transform: translateY(-50%);
    }
}


.screen-capture{
    height: 170px;
}

.carousel-text {
    top: 69%;
    transform: translateY(-50%);
}

.register-btn{
    background-color:#E9C44D; 
    z-index: -1;
}