body {
  background-image: url("../img/bg.png");
  color: #222d3c;
  text-align: center;
  width: 100%;
}

.center-box {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

#logo {
  width: 25em;
  height: 18em;
  display: block;
  background: url("../img/logo.svg") top left no-repeat;
  background-size: 100% auto;
  margin: auto;
  opacity: 80%;
}

h1 {
  font-family: orator-std, monospace;
  font-weight: 500;
  font-size: 1.7em;
  margin: 1em 0 2.2em 0;
  text-transform: uppercase;
  line-height: 1.3;
}

#down {
  font-size: 1.5em;
  margin: 2.5em 0 2em 0;
}

#contact svg {
  height: 1rem;
  margin-right: 0.1em;
  display: inline-block;
  vertical-align: middle;
}

#contact svg path {
  fill: #d2c17b;
}

#contact ul li {
  display: inline-block;
  margin: 0 0.6em;
  vertical-align: middle;
}

#contact {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 1.1em;
  margin: 0 2em;
}

#facebook {
  width: 5em;
  height: 5em;
  display: block;
  background: url("../img/facebook.png") center center no-repeat;
  margin: auto;
}

#facebook:hover {
  width: 4.4em;
  height: 4.4em;
  border-radius: 0.625em;
  -webkit-box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.63);
  box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.63);
}

@media only screen and (max-width: 80em) {
  #center-box {
    width: 100% !important;
    margin: 0 auto;
  }
  #logo {
    width: 15em;
    height: 11.5em;
  }
  #contact {
    font-size: 0.9em;
    margin: 0 auto;
  }
  h1 {
    font-size: 1.5em;
    margin-bottom: 2em;
  }
  #down {
    margin: 2em 0 1em 0;
  }
  #facebook {
    background: url("../img/facebook2.png") center center no-repeat;
    width: 4em;
    height: 4em;
  }
  #facebook:hover {
    width: 3.4em;
    height: 3.4em;
  }
	
  @media only screen and (max-width: 55em) {
    #center-box {
      width: 100% !important;
      margin: 0 auto;
    }
    #contact ul li {
      font-size: 1em;
      width: 100%;
      margin: 0 auto;
      padding: 0.5em 0
    }
    h1 {
      font-size: 1.3em;
      margin: 0.5em 0 1em 0;
    }
    #down {
      font-size: 1em;
    }
    #contact {
      font-size: 0.8em;
    }
  }