body
{
  background-image: url("img/bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  /*font-family: times new roman,serif;*/
}

header 
{
  padding: 150px 0 100px;
}

section 
{
  padding: 100px 0;
}

.bayang
{
  box-shadow: 0px 1px 15px black;
}

.bayang2
{
  box-shadow: 0px 1px 15px black;
}

.kepala
{
  text-shadow: 0px 5px 10px black;
  font-size: 60px;
}

.ikut
{
  font-size: 30px;
}

.ikut2
{
  font-size: auto;
}

.ikut3
{
  font-size: auto;
}

.lebar
{
  width: 100%;
}

.lo
{
  background-color: rgba(0,0,0,.5);
}

.latar
{
  background-image: url(img/pic3.jpg);
}

@media only screen and (max-width: 600px)
{
  body
  {
    background-image: url("img/bg.jpg");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
    font-family:times new roman,serif;
  }

  .kepala
  {
    text-shadow: 0px 5px 10px black;
    font-size: 30px;
  }

  .ikut
  {
    font-size: 20px;
  }

  .ikut2
  {
    font-size: 20px;
  }

  .ikut3
  {
    font-size: 16px;
  }

  .nilo
  {
    font-size: 10px;
  }
}