@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800;900&family=Mulish:wght@300;1000&family=Oswald:wght@200&family=Ranchers&display=swap');

a:link {
        text-decoration:none;
        color:#000;
    }

a:hover {
  color: #5a9d06;
}

a:visited {
  color: #000;
}

.font-display{
    font-family: 'Ranchers', cursive;
    line-height:10px;
}

.font-kecil{
    font-size:0.8rem;
}

.bg-ijo{
    background-color:#4e8884;
}

.text-maagcare{
    color:#e39600;
}

.text-bio{
    font-size:4vw;
    color:#381b4d;
}

.bg-maagcare{
   background-color:#e39600; 
}
/*Landing page */

body{
    background-color:#eaeae9;
}


.font-dlp{
   font-family: 'Mulish', sans-serif;
   font-size:2em;
}

.font-lp{
    font-family: 'Montserrat', sans-serif;
}

.bgcok{
    width:100%;
    height:25%;
}

.more{
    display:none;
    padding-right:15px;
}

/* Media Screen */
@media only screen and (min-width: 768px) {
   .font-display{
    line-height:45px;
    }
    
   .wrap{
       width:90%;
   }

}