/**
* Author: onnykawe07
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.nav-menu a {
	font-family: 'Russo One', sans-serif;
	color: white;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a{
	color: yellow;
}

#header .logo h1{
	font-family: 'Russo One', sans-serif;
	color: white;
}

.headline{
	margin-left: 20px; 
	margin-top: auto; 
	margin-bottom: auto; 
	font-size: 1.2rem; 
	font-family: 'Oleo Script', cursive;
}

.judul-sambutan{
	font-family: 'Niconne', cursive;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.isi-sambutan{
	font-family: 'Courgette', cursive;
	font-size: 1rem;
	font-weight: lighter;
}

.heading-1{
	font-family: 'Salsa', cursive;
}

#header .logo h1 a{
	color: white !important;
}

#header .logo h1 a:hover{
	color: yellow !important;
}

.accordion-izin{
	margin-bottom: 20px;
	box-shadow: 0px 2px 15px grey;
}

#contact h5{
	margin-bottom: 20px;
	font-family: 'Russo One', sans-serif;
}

.accordion-izin .card-header{
	background: #006772;
	font-family: 'Salsa', cursive;
	color: white;
}

.accordion-izin .card-header:hover{
	background: #0b484e;
	color: yellow;
}

.features .nav-link{
	padding: 10px 10px;
}

.nav-tabs .nav-item{
	margin-bottom: 10px;
    background: #dceded;
    border-radius: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-radius: 15px;
    background-color: #007377;
    color: white;
}

.features .nav-link h4{
	margin-left: 10px;
}

.teks-header{
	font-family: 'Salsa', cursive;
	font-size: 1.2rem;
	color: #164848;
	font-weight: lighter;
	margin-bottom: 20px;
	text-shadow: .5px .5px grey;
}

#form-pengaduan{
	width: 100%;
    box-shadow: 0 0 24px 0 grey;
    padding: 30px;
    background: #efefef;
}

#form-pengaduan button[type="submit"]{
	background: #047a7b;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

#form-pengaduan button[type="submit"]:hover{
	background: #1c6869;
}