/* Nav */
.box_s1{
  box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08);
}

.warna1{
  color: #3c3b37!important;
}
/* End of Nav */




/* Main */
.main1{
  position: relative;
  width: 400px;
  max-width: 100%;
}

.main1_1{
  position: relative;
  font-weight: bold;
  line-height: 80px;
  border-bottom: solid 1px #dedfe0;
}

.main1_2{
  position: relative;
  border-bottom: solid 1px #dedfe0;
}
/* End of Main */

.footer1{
  background-color: #0069b1;
  color: white;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0px;
}


@media only screen and (max-height: 600px) {
  /* Footer */
  .footer1{
    position: relative;
  }
  /* End of Footer */
}
