body {
  font-family: lato;
  background: url(../img/back2back.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

/*PAGE ONE - OMEPAGE*/

  /*PUSHY BUTTON SIDEBAR*/
    /* Menu Button */
    #side {
      position: absolute;
      left: -10px;
    }
    #side ul li{
      text-align: center;
    }


    .menu-btn {
      padding: 10px;
      color: #ffffff;
      text-align: center;
      cursor: pointer;
    }
    /* Menu Styles */
    .sidebar {
      color: #b3b3b1;
    }
    .sidebar h4 {
      padding: 0.2em 1em;
    }
    .pushy {
      width: 190px;
      font-size: 0.9em;
      font-weight: bold;
      background: #333332;
      -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
      box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
    }
    .pushy a {
      padding: 15px 30px;
      color: #b3b3b1;
      text-decoration: none;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .pushy a:hover {
      color: #ffffff;
      background: #07091f;
    }
    #main-menu {
      font-size: 30px;
      text-align: center;
      padding: 30px 0 30px 0;
    }

#icon-setting {
  width: 53px;
  position: absolute;
  top: 20px;
  left: 20px; 
}

#social {
  position: absolute;
  left: 86%;
}

#social ul li {
  display: inline-block;
}

#facebook,#twitter {
  width: 53px;
  margin-left: 21px;
}

header img {
  width:250px;
  margin:auto;
  display: block;
  margin-bottom: 18px;
}

table {
  margin: auto;
}

caption {
  font-size: 35px;
  margin-bottom: 54px;
}

th {
  font-size: 35px;
  font-style: italic;
  border: 2px solid white;
  padding: 9px 30px 9px 30px;
  text-align: center;
}

td {
  border: 1px solid white;
  padding: 9px 30px 9px 30px;
  font-size: 18px;
  text-align: center;
}