.navbarLinks a{
    color: #fff;
    text-decoration: none;
    transition: .3s ease-in-out;
    font-size:17px;
   
}

.navbarIcons a{
    font-size:18px;
}

.navbarLinks a:hover{
    color: #fe9701;
}

.navbarIcons a{
    margin:6px ;
}



/*body{
    background-image: url(../img/bgg2.png);
    background-repeat: no-repeat;
    background-position: top;
}*/

.content-title{
    font-size: 50px;
    font-weight: 800;
}

.content-info{
    font-size: 20px;
}

.content-wrapper{
    justify-content: space-around;
    position: relative;
    top: 200px;
    background-color: #000000ab;
    color: #fff;
}


.firstSec{
    background-image:url(../img/stage.jpg);
    background-size: cover;
    height: 750px;
    background-attachment:fixed;
}

.serviceTitle{
    
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.aboutSec{
    background-image:url(../img/gg.jpg);
    background-size: cover;
    background-attachment:fixed;
}

@media (max-width: 767px) {
    
    .navbar .container{
        justify-content: center !important;
    }
    
    .navbar .navbarIcons{
        text-align:center !important;
    }
    
    .firstSec{
        height:400px !important;
    }
    
    .firstSec .container{
        max-width:100% !important;
    }
    .firstSec .content-wrapper{
        top:100px !important;
    }
    
    .firstSec .content-info{
        font-size:14px;
    }
    
    .firstSec .content-title{
        font-size:30px;
    }
    
    .navbarLinks .navmenu a:first-child{
        margin:0 !important;
    }
    
    .servicesWrapper .serviceTitle{
        display:none;
    }
    
    .navbar .navmenu{
        text-align:center !important;
    }
    
   
}
@media screen and (max-width: 480px) {

            
     .navbarLinks a{
        
        font-size:13px;
    }
}