.navbar {
    background-color: #ffffff;
}

.navbar .nav-link {
    color: #151515;
    font-weight: 600;
}

.navbar-bottom .container {
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}

.navbar-top .sol .nav-link {
    color: #777777;
}

.navbar-top .dot::before {
    color: #6c8d36;
}

/*==========---PARALLAX---==========*/
.parallax {
    height: 200px;
    position: relative;
}

.parallax .parallax-text {
    color: #ffffff;
    font-size: 46px;
    text-align: center;
}

.parallax .parallax-text .page {
    margin-bottom: 20px;
    font-weight: 500;
}

.parallax .parallax-text .navigation {
    font-size: 15px;
}

.parallax .parallax-text a {
    color: #ffffff;
}

.parallax .parallax-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
}

@media only screen and (max-device-width : 600px) {
    .parallax{
        margin-top:70px;
        height:150px;
    }
    
    .parallax .parallax-text .page{
        display:none;
    }
    
}
