html {
  min-height: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #ffffff;
  background: #333 url(../images/bg.jpg) no-repeat center center/cover;
  height: 100%;
  margin: 0; }

.centered-div {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .centered-div h1 {
    font-size: 36px;
    color: #fff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); }
  .centered-div h3 {
    margin-top: 30px;
    margin-top: 2vw;
    font-weight: 600;
    font-size: 72px;
    font-size: 3vw;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    color: #fff; }
  .centered-div a {
    color: #fff;
    text-decoration: none; }

@media (max-width: 767px) {
  .centered-div h1 {
    font-size: 18px;
    font-size: 3.5vw; }

  .centered-div h3 {
    font-size: 24px;
    font-size: 5vw; } }

/*# sourceMappingURL=application.css.map */
