html, body {
  width: 100vw;
  height: 100vh;
}

body {
  display: flex;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

a,
.font-weight-bold {
  font-weight: 500 !important;
}

.background {
  width: 100%;
  height: 100%;
  max-width: 792px;
  max-height: 45vh;
  background: url("img/background.svg?v=7");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

a,
footer {
  color: #8c8c8c;
}

a {
  font-weight: bold;
}

div.address p {
  margin: 0;
}

.social-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.social-icon.mail {
  background-image: url("img/mail.svg?v=1");
}

footer {
  font-size: 13px;
}

@media (max-width: 767.99px) {
  .contacts {
    align-items: center;
  }
  .address {
    text-align:  center;
  }
}
