
.custom-highlight{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 3px;
}
.custom-highlight:hover{
    text-decoration: underline;

}
.header{
   height:auto;
    z-index: 1;
   background-color: #000000;
   

}
.custom-navbar{
    background-color: #000000;
}
.custom-li{
    padding: 0 20px;
    
}
.custom-li a{
    font-size: 22px;
}
.custom-li a:hover{
    text-decoration: underline;

} 
.custom-ul{
    text-align: center;
}
.navbar-toggler{
    background-color:transparent;
    border: 1px solid #fff;
}
.navbar-toggler:focus{
    outline:1px solid #fff !important;
}
.navbar-toggler i{
    color:#fff;
    font-weight: 700;
    font-size: 28px;
}
.hero h1 {
    font-size: 72px;
    line-height:78px !important;
    letter-spacing: 0.03rem;
} 
.hero p{
    font-size: 28px;
}
.custom-button{
    font-size: 26px;
    font-weight: 500;
    padding:15px;
}
.custom-p{
    font-size: 18px;
}
.custom-bg-color{
    background-color: rgba(0, 0, 0, 0.801);
}
.custom-div{
    font-size: 24px;
    line-height: 70px;
    font-weight: 500;

}
.h1-black{
    font-size: 68px;
    font-weight: 700;
}
.card{
    border: none !important;
}

.h1-custom{
    font-size: 35px !important;
    font-weight: 700;
    
}
.hero-2{
    background-color: rgba(242, 242, 242, 0.7);
}
.footer{
    background-color: rgba(242, 242, 242, 0.7);
}
.footer i{
    font-size: 26px;
    
}