
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;

}


/*vertical nav */

.leftnav {
  position: sticky;
  top: 0;
  width: 200px;
  height: 100%;
  font-family: "Sofia", sans-serif;
  overflow-y: auto; /* Enable vertical scroll */
 
}




.leftnav a, .dropdown-btn {
  display: block;
  color: #00008B;
  padding: 6px 8px 6px 10px;
  text-decoration: none;
  font-size: 16px;
 
  
}

.leftnav a:hover, .dropdown-btn:hover {
  background-color: #B0C4DE;
  color: black;
}


.leftnav .icon {
  display: none;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.dropdown-container {
  display: none;
  background-color: #f8f8f8;
  padding-left: 8px;
}


.fa-caret-down {
  float: right;
  padding-right: 8px;
}


div.content {
  margin-left: 200px;
  padding: 1px 16px;
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.7;
  background-color: white;
  
}

.content m1 {
	font-weight: bold;
	color: #00008B;
}

.content topik {
	font-size: 26px;
	top: 0px;
	font-family: "Sofia", sans-serif;
	text-shadow: 2px 2px 2px #ababab;
	border-bottom: 1px solid black;
}


.sub {
	background-color: white;
}

.penting {
	background-color: #d6eaff;
	padding: 10px 12px 12px 10px;
	margin: 12px 0px 12px 0px;
	border-radius: 5px;
	
	
}

.contoh {
   background-color: #f1f1f1;
   padding: 10px 12px 12px 10px;
   margin: 12px 0px 12px 0px;
   border-radius: 5px;
}
    .contoh h2 {
        font-family: "Times New Roman", Times, serif;
    }
 
  
.block {
	display: block;
	width: 60%;
	border: grey;
	background-color: #191970;
	color: white;
	font-weight: bold;
	padding: 14px 28px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	border-radius: 25px;
	}
	

.box {
  float: right;
  width: 200px;
  height: 200px;  
}

.i {list-style-type: lower-roman;}

img {
  float: right;
  border: 1px solid black;
  margin-left: 15px;
  width: 300px;
  height: 300px; 
}

object {
  float: right;
  border: 1px solid black;
}

blockquote{
    background-color: #d6eaff;
	padding: 14px 14px;
	margin: 12px 0px 12px 0px;
	border-radius: 5px;
	border: 1px solid;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
@media screen and (max-width: 600px) {
  .leftnav {height: auto; width:auto;}
  .leftnav a:not(:first-child) {display: none;}
  .leftnav a.icon {
    float: left;  /* icon di sisi kanan layar */
    display: block;
	
  }
  div.content {
	  margin-left: 0;
      }
}

@media screen and (max-width: 600px) {
  .leftnav.responsive {position: relative;}
  .leftnav.responsive .icon {
      position: left;
    right: 0;
    top: 0;
	
  }
  .leftnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
