.navbar a{
    text-decoration: none;
    color: black;
}

.navbar a:hover{
    text-decoration: none;
    color: grey;
}

.navbar .login{
    border-right: solid;
}

.navbar .nav-comp{
    text-align: center;
    font-size: 20pt;
    
}

.desc{
    position: absolute;
    width: 50%;
    top: 40%;
    left: 5%
}
.desc .tittle{
    font-size: 80px;
    margin: 0;
    line-height: 1;
    padding-bottom: 15px;
}
.desc .desc-tittle{
    font-size: 30px;
    margin: 0;
}

.desc a{
    margin-top: 20px;
    width: 200px;
    padding: 10px;
}

.desc .btn{
    border-radius: 20cm;
}

.landing-1{
    background-image: url("img/back_top.png");
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.landing-2{
    margin: 0;
    padding: 0;
    background-color: #E4A8CA;
    
}

.count-subs{
    height: 30vh;
    width: 99%;
    text-align: center;
    align-items: center;
    margin: 0;
    background-color: #E4A8CA;
}

.count-subs .col-lg{
    background-color: #E4A8CA;
    margin: -1px;
}

.count-subs .subs-tittle{
    font-size: 40pt;
    margin: 0;
}

.count-subs .subs-desc{
    font-size: 15pt;
    margin: 0;
}

.landing-3{
    height: 80vh;
    text-align: center;
}

.landing-3 .contribute{
    height: 85vh;
}

.contribute .contribute-tittle{
    font-size: 40pt;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-sm p{
    padding: 0;
    margin: 0;
}

.contribute .how-to-img{
    align-items: center;
    text-align: center;
    width: 100%;
}

.how-to-desc p{
    font-size: 20px;
}

.contribute a{
    margin-top: 50px;
    width: 200px;
    padding: 10px;
    border-radius: 20cm;
}

.footer{
    text-align: left;
    align-items: center;
    background-image: url("img/footer-back.png");
    background-repeat:no-repeat ;
    background-position: bottom;
    background-size: cover;
    /* height: 100vh; */
}
.footer .content-footer{
    margin: 0;
    padding-top: 150px ;
    align-items: center;
    height: 60vh;
    width: 100%;
}

/* .content-footer .logo-footer{
    text-align: center;
} */

.content-footer p{
    margin: 0;
}

.tittle-address{
    font-size: 30pt;
}
.desc-address{
    font-size: 15pt;
}

.content-footer .sosmed{
    font-size: 15pt;
}

@media only screen and (max-width: 991px) {
    .landing-1{
        height: 100vh;
    }
    .desc{
        top: 45%;
        left: 10%
    }
    .desc .tittle{
        font-size: 60px;
        margin: 0;
    }
    .desc .desc-tittle{
        font-size: 20px;
        margin: 0;
    }

    .landing-3{
        height: 140vh;
    }
    .footer{
        height: 110vh;
    }
    .footer .content-footer{
        padding-top: 300px ;
        
    }
}
@media only screen and (max-width: 1140px) {
    .landing-2{
        height: 120vh;
    }
}

@media only screen and (max-height: 800px) {
    .navbar{
        padding: 2;
    }
    .landing-1{
        height: 100vh;
    }

    .desc .tittle{
        font-size: 40px;
        margin: 0;
    }
    .desc .desc-tittle{
        font-size: 15px;
        margin: 0;
    }
    
    /* .landing-2{
        height: 100vh;
    } */
    .contribute .contribute-tittle{
        font-size: 30pt;
    }
    .landing-3{
        height: 200vh;
    }
    .footer{
        height: 150vh;
    }
}