body {
  font-family: 'Hind Madurai', sans-serif;
}

main {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  background: #272f3a url("../images/bg_1.jpg") center center/cover no-repeat;
}

main section {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 70%;
  margin-top: 5%;
  color: #fff;
  text-align: center;
}

main section .title {
  letter-spacing: 0.25em;
  font-size: 3em;
  opacity: 0.9;
}

main section .description {
  font-size: 1.2em;
  letter-spacing: .2em;
  opacity: 0.5;
}

main section > a.btn {
  font-size: 1em;
}

footer ul li {
  padding: 0 .8em;
}

footer ul li a {
  font-size: 1.6em;
  color: #f7f7f7;
  opacity: .7;
}

@media (max-width: 575.98px) {
  html {
    font-size: 11px;
  }
  main section {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 70%;
    padding: 0 15px;
  }
  main section img {
    width: 120px;
  }
}
/*# sourceMappingURL=theme.css.map */