html,body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero .subtitle {
  padding: 3rem 0;
  line-height: 1.5;
}
@media only screen and (max-width: 900px) {
  .title{color:#363636;font-size:5rem;font-weight:600;line-height:1.125}
}
@media only screen and (max-width: 600px) {
  .title{color:#363636;font-size:4rem;font-weight:600;line-height:1.125}
}
.hero.is-info {
  background: linear-gradient(
      rgba(92,77,66,.7),
      rgba(92,77,66,.7)
    ), url(../img/bg-01.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.textfooter {
	opacity: 0.1;
	padding: 15px;
}