/* Style Umum */
body {
   margin: 0; 
   color: #722128;
}

.navigation, .footer, .navigation-body-header, .col1 a:hover {
    background-color: #920e34;
}

.col1 a,
.navigation-dropdown-item:hover > .navigation-dropdown-link,
.navigation-dropdown-item:focus > .navigation-dropdown-link,
.navigation-dropdown-item.is-active > .navigation-dropdown-link,
.navigation-item:not(.navigation-brand-text):hover .navigation-link,
.navigation-item:not(.navigation-brand-text):focus .navigation-link {
  color: #920e34;
}

.col1 {
   border: 3px solid #920e34;
}

.col1 a:hover {
   border: 0px solid #920e34;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

nav {
	height: 100px;
}

.navigation {
  position: fixed;   
  color: #000;
  /*box-shadow: 0 8px 6px -6px #808B96; */
}
.navigation-item .navigation-link {
	font-size: 18px;
	color: #fff;
}
.navigation-item:not(.navigation-brand-text):hover .navigation-link,
.navigation-item:not(.navigation-brand-text):focus .navigation-link {
    color: #fff;
    border-bottom: 1px solid #000;
}
.navigation-item:not(.navigation-brand-text).is-active .navigation-link {
    color: #fff;
}

.navigation-dropdown-item .navigation-dropdown-link {
	font-size: 18px;
}

.navigation-brand-text {
	background-color: #fff;
	border-radius: 5px;
	padding: 5px 5px 0px 5px;
}

.content {
	padding-top: 100px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.article {
	padding: 90px 30px 20px 30px;
	width: 728px;
	margin-left: auto;
	margin-right: auto;	
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
.article h2, .article h3, .article h4, .article p, .article ul, .article li{
	color: #000;
}
.article p a {
    text-decoration: none;
	color:blue;
}

.article p a:hover {
    text-decoration: none;
	color:blue;
	border-bottom:1px solid blue;
}

#contentFooter {
	text-align: center;
	margin: 40px 0px 100px 0px;
	font-size: 18px;
}
#contentFooter a {
    text-decoration: none;
	color: blue;
	border-bottom: 1px solid blue;
}

#contentFooter a:hover {
    text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
}

.highlight h1{
	margin: 0px;
	font-size: 30px;
	padding-bottom: 20px;
}
.highlight h2{
	margin: 0px;
	font-size: 40px;
}
.highlight h3{
	margin: 0px;
	font-size: 40px;
}
.highlight p{
	margin: 0px;
	font-size: 20px;
	padding-top: 50px;
}
#highlightimg {
	width: 450px;
	float: right;
	margin-left: 30px;
}
#highlightimg img{	
	border-radius: 10px;
	width: 100%;
}
.highlight p a {
    text-decoration: none;
	color: blue;
	border-bottom: 1px solid blue;
}

.highlight p a:hover {
    text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
}

/***** 3 Kolom ********************/
.container {
   display: flex; 
   justify-content: space-between; 
}
.kolom3 {
   width: 30%; 
   height: 200px; 
   display: flex; 
   align-items: center; 
   justify-content: center;
   flex-direction: column; 
   text-align: center; 
}	
.kolom3:nth-child(2) {
   margin: 0px 30px; 
}
.kolom3 h3, .kolom2 h3{
	font-size: 70px;
	margin: 0px
}
.kolom3 p, .kolom2 p{
	font-size: 30px;
	margin: 0px
}

.kolom2 {
   width: 50%; 
   height: 200px; 
   display: flex; 
   align-items: center; 
   justify-content: center;
   flex-direction: column; 
   text-align: center; 
   margin: 0 15px; 
}
.kolom2 a {
   display: flex; 
   flex-direction: column; 
   align-items: center;
   justify-content: center;
   width: 100%; 
   height: 100%; 
}

.kolom3, .kolom2
,.col1 a:hover 
,.col2 a:hover 
,.col3 a:hover 
,.col4 a:hover 
,.col5 a:hover
{
	border-radius: 15px;
}

.col1 {
   background-color: #f4e7eb;  
}
.col1 a {  
   display: flex; 
   flex-direction: column; 
   align-items: center;
   justify-content: center;
   width: 100%; 
   height: 100%; 
}
.col1 a:hover {
   color: #ffffff;
   cursor: pointer;
}

.col2 {
   background-color: #f3fae8;
   border: 3px solid #87d11a;
}
.col2 a {
   color:#87d11a;
   display: flex; 
   flex-direction: column; 
   align-items: center;
   justify-content: center;
   width: 100%; 
   height: 100%; 
}
.col2 a:hover {
   color: #ffffff;
   background-color: #87d11a;
   cursor: pointer;
}
.col3 {
   background-color: #feecec;
   border: 3px solid #f9443d;
}
.col3 a {
   color:#f9443d;
   display: flex; 
   flex-direction: column; 
   align-items: center;
   justify-content: center;
   width: 100%; 
   height: 100%; 
}
.col3 a:hover {
   color: #ffffff;
   background-color: #f9443d;
   cursor: pointer;
}
.col4 {
   background-color: #fef4e7;
   border: 3px solid #fbb44c;
   margin: 10px 20px 0px 0px;
}
.col4 a {
   color:#fbb44c;
   display: flex; 
   flex-direction: column; 
   align-items: center;
   justify-content: center;
   width: 100%; 
   height: 100%; 
}
.col4 a:hover {
   color: #ffffff;
   background-color: #fbb44c;
   cursor: pointer;
}
.col5 {
   background-color: #e6f9fe;
   border: 3px solid #00c5f2;
   margin: 10px 0px 0px 20px;
}
.col5 a {
   color:#00c5f2;
   display: flex; 
   flex-direction: column; 
   align-items: center;
   justify-content: center;
   width: 100%; 
   height: 100%; 
}
.col5 a:hover {
   color: #ffffff;
   background-color: #00c5f2;
   cursor: pointer;
}
/*********************************/


.footer {
	color: #ffffff;
	padding: 20px;
}

.foot {
   width: 30%;
}
.foot:nth-child(2) {
   margin: 10px 30px; /* Memberikan margin ekstra pada kolom kedua */
}
.foot h4{
   font-size: 30px;
   margin: 0px;
   padding-bottom: 20px;
}
.foot p{
   font-size: 18px;
}
.foot img{
   height: 200px;
   text-align: center;
}
.foot a {
   color:#ffffff;
   text-decoration: none;
   border-bottom: 0px;
}
.foot a:hover {
   color: #ffffff;
   text-decoration: none;
   border-bottom: 0px;
}

.fa_brand {
	margin: 0px 15px;
}

.sosmed {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}

.footMenu {
	margin-top: 70px;
	text-align: center;
	font-size: 18px;
}
.footMenu a{
	margin: 0px 10px;
	color: #ffffff;
}

        .whatsapp-icon {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: #25D366;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            transition: background-color 0.3s ease;
        }
		
		.whatsapp-icon .fa_brand {
			color: #fff;
			font-size: 30px;
		}
        .whatsapp-icon:hover {
            background-color: #128C7E;
        }
		
/**** Responsivitas *****************************/
/* Small and Medium Devices (Smartphones and Tablets, up to 768px) */
@media only screen and (max-width: 768px) {
.navigation-brand-text {
	width: 70%;
}
.navigation-brand-text img, #highlightimg, #highlightimg img {
	width: 100%;
}
.content {
	width: 90%;
}
.kolom3 {
   width: 30%;
}
.kolom2 {
   width: 50%;
}

nav {
	height: 80px;
}
.navigation-button-toggler .hamburger-icon, .navigation-body-close-button {
	color: #fff;
	margin-right: 35px;
}

.navigation-item .navigation-link {
	font-size: 18px;
	color: #000;
}
.navigation-item:not(.navigation-brand-text):hover .navigation-link,
.navigation-item:not(.navigation-brand-text):focus .navigation-link {
    border-bottom: 0px solid #000;
}
.navigation-item:not(.navigation-brand-text).is-active .navigation-link {
    color: #000;
}

.navigation-brand-text {
	background-color: #fff;
	border-radius: 5px;
	margin-left: 10px;
}
.navigation-brand-text img {
	padding: 5px 5px;
}

.footer .container {
	flex-direction: column;
	width: 100%;
	text-align: center;
}
.foot {
	width: 100%;
}
.foot h4, .foot img {
	display:none;
}
.footMenu {
	margin-top: 10px;
}

.content {
	text-align: center;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.highlight h1{
	margin: 0px;
	font-size: 26px;
	padding-top: 20px;
}
.highlight h2{
	margin: 0px;
	font-size: 28px;
	color: #000;
}
.highlight h3{
	margin: 0px;
	font-size: 28px;
	color: #000;
}
.highlight p{
	margin: 0px;
	font-size: 16px;
	padding-top: 20px;
	color: #000;
}

#highlightimg {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#highlightimg img{	
	border-radius: 10px;	
}

.kolom3 {
   height: 70px; 
   display: flex; 
   align-items: center; 
   justify-content: center;
   flex-direction: column; 
   text-align: center; 
}	
.kolom3:nth-child(2) {
   margin: 0px 10px; 
}
.kolom3 h3, .kolom2 h3{
	font-size: 20px;
	margin: 0px
}
.kolom3 p, .kolom2 p{
	font-size: 18px;
	margin: 0px
}

.kolom2 {
   height: 70px; 
   display: flex; 
   align-items: center; 
   justify-content: center;
   flex-direction: column; 
   text-align: center; 
   margin: 0 15px; 
}

#contentFooter {
	text-align: center;
	margin: 40px 0px 40px 0px;
	font-size: 18px;
}

.article {
	padding: 90px 20px 20px 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
.article h1{
	font-size: 28px;
}

}

/* Medium Devices (Tablets, 768px to 1024px, landscape) */
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {

}