*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
}

#top-bar{
    height:24px !important;
}

.top-bar-socials{
    display: inline-block !important;
}
.top-bar-content{
    display: inline-block !important;
    float: right !important;
}

a{
    text-decoration: none !important;
}
a:hover{
    text-decoration: underline !important ;
}

#btn-custom:hover{
    transition: 0.4s;
    background-color: #f7941c !important;
}


.custom-fs{
    font-size: calc(0.95rem + .3vw)!important;
}
.top-socials{
    font-size: 1rem;
}
@media only screen and (max-width: 320px){
    .top-bar-content{
        padding:0 15px!important;
    }
}

@media only screen and (max-width: 375px){
    .top-bar-content{
        padding:0 45px!important;
    }
    
}


@media only screen and (max-width: 425px){
    .top-bar-socials-inner{
        display: none !important;
    }
    .custom-fs{
        font-size:11.4px!important;
    }

}

@media only screen and (max-width: 576px){
    html{
        font-size: 11px;
    }
    .section-inside-img{
        width: 325px !important;
        margin-top: 260px !important;
    }
     .carousel-inner{
        height: 25vh!important;
    }
    .carousel-img{
        height: 25vh!important;

    }
    .custom-fs{
        margin-left:-15px;
    }

}
@media only screen and (max-width: 768px){
   
    .section-inside-img{
        width: 260px !important;
        margin-top: 260px !important;
    }
}     
@media only screen and (max-width: 992px){  
    
    .section-inside-img{
        margin-top: 260px !important;
    }
 }
 @media screen and (min-device-width: 1000px) and (max-device-width: 1200px) { 
    html{
        font-size: 16px;
    }
    /* STYLES HERE */
    .section-inside-img{
        margin-top: 150px !important;
    }
}
@media only screen and (min-width: 1200px){
    
    .fostrap-logo{
                height: 60px;
                width: 20%;
                margin-bottom: 30px;
            }
    }