*{
    font-family: 'Roboto', sans-serif;
}
.back-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    border-radius: 0px;
    width: 100%;
}

.services{
    min-height: 60vh;
}

.courses{
    min-height: 100vh;
}


.navbar-light .bg-light{
    background: transparent;
    background-color: black;
}

.title{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: white;
}
.title h1{
    color:#fff;
    font-size: 70px;
    letter-spacing: 1px;
}
.title p{
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
}

.carousel-item{
    height: 100vh;
}

.background{
    background-image: (rgba(0,0,0,0.6),rgba(0,0,0,0.6));
}
