.vertical-menu {
  width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
  font-family: lato; /*Jenis font*/
  border:1px solid #4CAF50;
  margin:5px;
 }

.vertical-menu a {
  background-color: #F8F8F8; /* Warna pada bagian body menu */
  color: black; /* Warna tulisan */
  display: block;
  padding: 5px 5px 5px 20px;
  text-decoration: none;
  border-bottom: 1px  solid  #ffffff;
    
 }

.vertical-menu a:hover {
	background-color: #F3F3F3; /* Warna efek yang keluar ketika di arahkan mouse */
	color: #4CAF50;
	font-weight: bolder;
	
 }

.vertical-menu a.active {
  background-color: #4CAF50; /* Warna pada header menu */
  color: white; /*Warna font*/
  text-align: center;
  border-bottom: none;
  
}


.statis-menu{
  width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
  font-family: lato; /*Jenis font*/
  border:1px solid #4CAF50;
  margin:5px;
}

.statis-menu a {
  background-color: #ffffff; /* Warna pada bagian body menu */
  color: black; /* Warna tulisan */
  display: block;
  text-decoration: none;
}

.statis-menu p {
  background-color: #ffffff; /* Warna pada bagian body menu */
  color: black; /* Warna tulisan */
  display: block;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  text-align:left;
}

.statis-menu img{
	width:100%;
}


.statis-menu a.active {
  background-color: #4CAF50; /* Warna pada header menu */
  color: white; /*Warna font*/
  text-align: center;
  padding: 5px 5px 5px 20px;
}

.statis-kotak{
  width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
  font-family: lato; /*Jenis font*/
  margin:5px;
}

.statis-kotak a {
  background-color: #ffffff; /* Warna pada bagian body menu */
  color: black; /* Warna tulisan */
  display: block;
  text-decoration: none;
}

.statis-kotak p {
  background-color: #ffffff; /* Warna pada bagian body menu */
  color: black; /* Warna tulisan */
  display: block;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  text-align:left;
}

.statis-kotak img{
	width:100%;
}


.statis-kotak a.active {
  background-color: #4CAF50; /* Warna pada header menu */
  color: white; /*Warna font*/
  text-align: center;
  padding: 5px 5px 5px 20px;
}




.halaman {
  text-align: justify;
  color: #01086e;
  padding:1px;
}
.halaman p {
	font-weight: bold;
  
}

.halaman h1 {
  font-size: 16px;
}

.halaman h2 {
  font-size: 14px;
}

.halaman h3 {
  font-size: 12px;
}

/*    */

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 5px;
  
}

.left {
  width: 30%;
}

.right {
  width: 70%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*image side by side*/

{
  box-sizing: border-box;
}

.column {
  float: left;
  width: 25%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}


/*------------*/
body {
  margin: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #4CAF50;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
 background-color: #333; /* Warna efek yang keluar ketika di arahkan mouse */
color: #ffffff;
font-weight: bolder;

}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 400px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*portofolio*/
* {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f1;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #f2f2f2;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
