html{
    scroll-behavior: smooth;
}

body{
    margin-top: 80px;
}

.navbar-brand{
    margin-left: 50px;
}

.navbar-nav > .nav-item{
    margin-right: 30px;
    
}

.navbar-nav{
    margin-right: 50px;
    font-size: 20px;
    
}

.aboutUs{
    padding: 0;
}

.aboutUs .carousel-item img{
    opacity: 0.3;
}

.aboutUs .carousel-caption{
    top: 10%;
    left: 0;
    right: 0;
}

.aboutUs  h1{
    font-size: 35px;
    color: #032d63;
    margin-bottom: 20px;
}

.aboutUs p{
    color: black;
    font-weight: 500;
    padding-left: 10%;
    padding-right: 10%;
}


.trainingTopics  h1{
    font-size: 30px;
}

.trainingTopics{
    background-color: #ececec;
    margin-top: 10px;
    padding-top:50px;
    padding-bottom: 50px;
    
}

.col-md-5 > ul{
    margin-top: 30px;
    
    
}

.col-md-5  .topicFirst{
    padding-left: 20%;
}

.col-md-5  .topicSecond{
    padding-left: 20%;
}

.col-md-5  li{
    margin-bottom: 10px;
    
}

.infoButton{
    margin-top: 20px;
}

footer a{
    font-size: 15px;
}

@media screen and (max-width:600px){

    body{
        margin-top: 60px;
    }

   
    .navbar-brand > img{
        height: 40px;
        width: 85px;
    }

    .navbar-brand{
        margin-left: 0px;
    }

    .navbar-nav{
        font-size: 15px;
}
.dropdown-item{

    font-size: 12px;

}

.aboutUs .carousel-caption{
    top: 10%;
}

.aboutUs h1{
    font-size: 25px;
    color: #032d63;
    margin-bottom: 10px;
}

.aboutUs p{
    font-size: 12px;
    padding-left: 5%;
    padding-right: 5%;
}



.trainingTopics  h1{
    font-size: 22px;
}

.col-md-5  .topicFirst{
    padding-left: 20px;
}

.col-md-5  .topicSecond{
    padding-left: 20px;
}
.col-md-5 > ul{
    font-size: 12px;
    
    margin-top: 10px;
}

.col-md-5  li{
    margin-bottom: 10px;
}

.col-md-5 > .topicSecond{
    margin-top: -6px;
}




}

@media screen and (max-width:400px){
   
    .aboutUs .carousel-caption{
        top: 8%;
    }

    .aboutUs h1{
        font-size: 22px;
        color: #032d63;
        margin-bottom: 10px;
    }
    
    .aboutUs p{
        font-size: 12px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .aboutUs .carousel-item img{
        height: 450px;
    }


}

@media screen and (min-width:1500px){
    
    
    .aboutUs .carousel-caption{
        top: 25%;
    }
}