@font-face {
  font-family: "MuseoSans";
  src: url("/error-pages/MuseoSans-100.otf"),
  url('/error-pages/MuseoSans-100.woff') format('woff');
}

body {
  font-family: MuseoSans, serif;
}

h1 {
  font-size: 1.5em;
  color: #D15F31;
}

img {
  max-width: 100%;
}

.message {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 20px;
  border: 1px solid #f2f2f2;
}

footer {
  margin-top: 80px;
}

footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

footer p {
  font-size: 18px;
  font-family: MuseoSans, serif;
  font-weight: 500;
  color: #D15F31;
  margin-bottom: 0;
}

.social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  position: relative;
  background: #D15F31;
  margin-right: 10px;
}

.social-icon:hover {
  opacity: .8;
}

.social-icon img {
  transform: scale(.6);
}

@media only screen  and (min-width: 450px) {

  body {
    background: #F8FAFC;
  }

  .social-icon {
    width: 46px;
    height: 46px;
  }

  .container {
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
    width: 50%;
    margin: 5em auto;
    padding: 40px;
    background: #FFF;
  }
}

@media only screen  and (min-width: 1500px) {
  .container {
    width: 35%;
  }
}
