body {
font-size:1.125rem;
}
.carousel-item .mask {
background-color:transparent!important;
}
.navbar-light .navbar-brand {
text-transform:uppercase;
font-weight:bold;
margin-right:2rem!important;
}
.navbar-light .navbar-nav .nav-link {
text-transform:uppercase;
letter-spacing: 1px;
font-weight:bold;
font-size:1rem;
}
#competences ul,
#competences ul li {
margin: 0;
padding: 0;
list-style: none;
font-size: 21px;
line-height: 38px;
letter-spacing: 1px;
}
#competences ul {
margin-bottom: 40px;
}
#competences .description {
font-size: 19px;
letter-spacing: 1px;
text-align: center;
}
.carousel-caption h5 {
font-size:2rem;
}
.navbar-light .navbar-brand span {
font-weight:500;
font-size: 1.5rem!important;
white-space: initial;
    overflow: inherit;
    text-overflow: inherit;
}
@media (min-width: 992px)
{
.navbar-expand-lg .navbar-nav .nav-link {
padding: 1.5rem 2rem;
}
}