:root {
    --accent-color: #b93434;
    --bg-accent-color: #ffffff90;
    --primary-color: rgb(174, 45, 45);
    --transparent-color: rgba(255, 255, 255, 0.6);
    --bs-nav-link-font-size: 1.25rem;
    --preloader-background: #f38585
}

#mainNavbar {
  height: 80px;           /* tinggi navbar fix */
  line-height: 20px;      
  padding-top: 0;
  padding-bottom: 0;
}

#mainNavbar .navbar-brand,
#mainNavbar .nav-link {
  line-height: 75px;      
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px; 
}

/*FANI*/
.text-muted { 
    color: rgb(240, 214, 5) !important;
}
.fa-square-whatsapp {
	color: rgb(70, 181, 66) !important;
}
.navbar-transparent {
	background-color: rgba(255, 255, 255, 0) !important;
}
.carousel-caption-custom > h5{
    margin: 0.6rem 0; 
    line-height: 0.3;
	color: #0028ff;
}
.carousel-caption-custom > h3{
    color: rgb(0, 0, 0);
	font-size:calc(1.2rem + .6vw);
	line-height: 0.5;
	margin-bottom: 0.3rem;
}
.carousel-caption-custom > h4{
    color: rgb(0, 0, 0);
	padding: none;
	font-size: calc(1.1rem + .6vw);
	margin-bottom: -0.1rem;
	font-style: italic;
}
.carousel-caption-custom {
	background-color: rgba(255, 255, 255, 0.25);
	padding:0.5rem 0rem;
}
.btn-info {
	bs-btn-bg: #f2780d;
	bs-btn-border-color: #f2780d;
	bs-btn-hover-bg: #f2780d;
	bs-btn-hover-border-color: #f2780d;
	bs-btn-active-bg: #f2780d;
	bs-btn-active-border-color: #f2780d;
	bs-btn-disabled-bg: #f2780d;
	bs-btn-disabled-border-color: #f2780d;
}
.btn {
  border: var(--bs-btn-border-width) solid #f2780d;
}




/*HOME*/
.card-body a {
    color: #f8f9fa !important;   /* link putih */
    text-decoration: underline;
}

.card-body a:hover {
    color: #d1e7ff !important;   /* warna hover lebih soft */
}

.img_berita1 { 
    width: auto; 
    object-fit: cover; 
    object-position: center; 
} 

#pengumuman > h2 { 
    font-size: 50px;
    font-weight: bold;
    font-family:serif;
}
.bg-theme {
    color: white;
    font-family:Arial, Helvetica, sans-serif;
}
.navbar-solid {
background-color:rgba(255, 255, 255, 1)! important;
}

.bg-main {
    background-color: #ffffff90 !important;
    font-family: serif;
}

.bg-main:hover {
    background-color: rgb(53, 114, 174) !important;
}

.bg_grid {
    background: linear-gradient(to bottom,#fdf2f2, #ee9797, #fdf2f2) !important;
}

#berita > h2 { 
    font-size: 50px;
    font-weight: bold;
    font-family:serif;
}

#kegiatan > h2 { 
    font-size: 50px;
    font-weight: bold;
    font-family:serif;
}

#prestasi > h2 { 
    font-size: 50px;
    font-weight: bold;
    font-family:serif;
}

#agenda > h2 { 
    font-size: 50px;
    font-weight: bold;
    font-family:serif;
}

.h3, h3 {
    font-family: serif;
    font-weight: bold;
}

.h4, h4 {
    font-family: serif;
}

.h5, h5 {
    font-family: serif;
}

/*VISI MISI*/
.card-body{
    font-family: serif;
}

.element.style {
    font-family: serif;
}

.card-body img {
    max-width: 100%;
    display: block;          
    margin-left: auto;       
    margin-right: auto;      
}

/*Prestasi*/
.my-card-item .my-card-icon, .my-card-item .my-card-title, .my-card-item .my-card-descr {
    font-family: serif;
}

/*teks link*/
a {
    color: #212529;
    font-family: serif;
}