.img-fluid {
  margin-bottom: 10px;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 7vw;
  }
}

.btn:not(:disabled):not(.disabled) {
}

* {
}

*:before, *:after {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 6vw;
    color: #00c431;
  }
}

.container.bottom {
  max-width: 700px;
  text-align: center;
  padding: 10px;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 8vw;
    color: #fff;
  }
}

a:focus, a:hover {
  color: #96600e;
}

a:hover {
  color: #f4f0f2;
  text-decoration: blink;
}

a:focus, a:hover {
  color: #0085A1;
}

@media (min-width: 300px) {
  .h1, h1 {
    font-size: 7vw;
    color: #00c431;
  }
}

* {
  font-family: 'Raleway', sans-serif;
}

a:hover {
  color: #f51e7e;
  text-decoration: blink;
}

a:focus, a:hover {
  color: #e8b70a;
}

a:hover {
  color: #ffffff;
  text-decoration: blink;
}

a {
  color: #ffc700;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

