body {
    background-image: linear-gradient(to top right, #1d1d1d, #666666, #333333);
    background-repeat: no-repeat;
    height: 100%;
}
nav.navbar.p-0.navbar-expand {
    background: #353535;
}
.nav-item.active a {
    color: #caba9b !important;
}
.logo-text h3 {
    font-size: 55px;
    line-height: normal;
    font-weight: 700;
    text-shadow: -3px 3px 2px rgba(224, 132, 142, 0.6);
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.navbar-expand .navbar-nav .nav-link {
    
    color: #fff;
}
.logo-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 5px;
    background-color: #d56a49;
}

.logo-text h5 {
    font-size: 25px;
    line-height: normal;
    font-weight: 600;
    color: #b0b0b0;
}

.para-1 h4 {
    color: #000;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}

.para-1 h5 {
    color: #000;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    position: relative;
}

.para-1 h4::before {
    content: '';
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #d56a49;
    position: absolute;
}

.para-1 p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.bg-light {
    background-color: #e9ecef !important;
}

@media screen and (max-width:991px) {

    .logo-text h3 {
        font-size: 25px;
    }

    .logo-text h5 {
        font-size: 18px;
    }

    .para-1 h4 {
        font-size: 22px;
    }

    .para-1 p {
        font-size: 16px;
        line-height: 20px;
    }
}