/*Untuk Mobile*/
@media (max-width: 768px) { 

a.navbar-brand {
	font-size: 17px;
}
h1.display-4 {
	font-size: 12px;
}

p.lead{
    font-size: 10px;
}
h2.masalah{
    font-size: 17px;
    font-weight: bold;
}
h2.semangat{
    font-size: 16px;
    font-weight: bold;
}
h4.daftar{
    font-size: 21px;
    font-weight: bold;
}
h3.login{
    font-size: 10px;
    font-weight: bold;
}


}

