/*For responsive design*/
#header {
  background: url(https://placehold.it/1920x230) no-repeat center top;
}

.fwslider #header {
  background: none;
}

.logo {
  font-size: 40px;
  font-weight: 700;
  color: #00a;
  font-style: italic;
}

.intro {
  color: #777;
  font-style: italic;
  margin: 10px 0;
}

.menu {
  background: #00a;
  color: #fff;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  width: 100%;
}

.content {
  margin-top: 10px;
}

.menu-padding {
  padding-top: 40px;
}

.content {
  padding: 10px;
}

.content p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 414px) {
  #mbspce {
    margin-top: -80px;
  }
}