*{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}


.primary-text{
    color: #971f46;
}

.p-bac{
    background-color: #971f46;
}

.nav-r-item{
    justify-content: end;
}

.s-nav-head{
    width: 100%;
}

.social-nav{
    display: inline-flex;
    padding: 10px;
}

.social-nav a{
    margin-right: 50px;
    text-decoration: none;
    outline: none;
    color: white;

}

.n-active{
    background-color: #971f46;
    border-radius: 5px;
    
}

.n-active a{
    color: white !important;
}

.nav-item {
    transition: background-color 0.7s ease;
    
    
}

.nav-link{
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    font-weight: 300;
}

.nav-item:hover {
    background-color: #971f46;
    color: white;
    border-radius: 5px;
    
}

.carousel-caption{
    bottom: 25vh;
    font-weight: 700;
}

.carousel-caption h1{
    font-weight: 700;
}

.line{
    margin-bottom: 10px;
    margin-top: 3px;
    padding-bottom: 5px;
    position: relative;
    background-color: #971f46;
    width: 200px;
}


.count-up{
    color: white;
}

.count-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.count-box{
    padding: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}



