html {
  min-height: 100%;
  min-width: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  min-height: 100%;
  min-width: 100%;
  background: #ffffff;
}

html, body {
  overflow: hidden;
}

*::selection {
  background: #000000;
  color: #ffffff;
}

/*reset erd*/
h1, h2, h3, h4, h5, h6, th, p, label, figure {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input, select, textarea, button, a {
  outline: none !important;
  border: none;
}

i {
  display: inline-block;
  vertical-align: middle;
}

nav {
  background: none;
  border: none;
  margin: 0;
}

nav button.navbar-toggle {
  background: none !important;
  border: none !important;
}

.navbar-collapse {
  border: none !important;
  box-shadow: 0 0 0 0 !important;
  padding: 0;
}

.navbar-brand {
  padding: 0;
  height: auto;
}

.dropdown button {
  box-shadow: 0 0 0 0 !important;
}

/*reset erd*/
.back {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

/*fonts*/
/*fonts*/
/*colors*/
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  animation-delay: 0.2s;
  padding: 0 15px;
}
header figure {
  width: 100%;
  height: 104px;
  background: url(../logo.svg) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  max-width: 320px;
}

h3 {
  font-family: "ralewayblack";
  font-size: 35px;
  color: #000000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  animation-delay: 0.4s;
  transform: translate(0,-50%);
}

footer {
  text-align: center;
  color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 48px;
  animation-delay: 0.6s;
  padding: 0 15px;
}
footer h6 {
  font-family: "ralewaybold";
  font-size: 18px;
  margin-bottom: 10px;
}
footer p {
  font-family: "ralewayregular";
  font-size: 16px;
}
footer p span {
  display: block;
}
footer p span a {
  color: #000000;
  font-family: "ralewaybold";
}

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    top: 45%;
  }
}
@media (max-width: 500px) {
  header {
    top: 5%;
  }

  footer {
    bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
