/* html {
  box-sizing: border-box;
  font-size: 100%;
} */

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

body,
html {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  background-image: url("img/foto01.png");
  background-color: #d4dbdd;
}

@media (max-width: 576px) {
  body,
  html {
    background-position: right bottom;
    background-size: cover;
    background-attachment: fixed;

    background-repeat: no-repeat;
    background-color: #d4dbdd;
  }
  h1 {
    margin-top: 105px;
  }
}

@media (min-width: 992px) {
  body,
  html {
    background-size: 42% 100vh;
    background-repeat: no-repeat;
    background-color: #d4dbdd;
  }
  h1 {
    margin-top: 70px;
  }
}

.logo {
  margin-top: 10px;
  width: 100px;
  border-radius: 5%;
}

a.featured:hover {
  background-color: #ff2a9c;
  border: 2px solid #ff9030;
  color: #fff;
}

a:hover {
  background-color: #3ce39c;
  color: #fff;
}

a {
  display: block;
  max-width: 400px;
  margin: 0 auto 15px;
  padding: 15px 20px;
  font-size: 0.85rem;
  color: #fff;
  border: 2px solid rgb(255, 255, 255);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}

a.featured {
  position: relative;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
}

h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  font-weight: 600;
}

.social {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}

.social a {
  flex: 1;
  padding: 10px 10px;
  margin-right: 10px;
  color: #fff;
  border: 2px solid #fff;
}

/* Last link margin = 0 */

.social a:last-child {
  margin-right: 0;
}

.facebook:hover {
  background-color: #ff2a9c;
}
