@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
  }
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-weight: 200;
}
p {
  font-size: 1.2rem;
}
.w3-half > img {
  width: 100%;
}
.w3-row-padding img {
  margin-bottom: 12px;
}
.bgimg {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/big.jpg");
  min-height: 100%;
}
figure {
  margin: 0;
  padding: 0;
}

main > a,
form {
  display: grid;
  justify-content: center;
  text-decoration: none;
}
button {
  margin: 20px;
}
button > span {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
form {
  padding: 10px;
}
.icon {
  width: 25px;
  min-width: 20px;
  height: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/revolut.svg");
  display: block;
  margin: 5px 10px 5px 5px;
}
#donate-button-container {
  display: grid;
  justify-content: center;
  text-decoration: none;
}
.fa {
  padding: 10px;
  font-size: 25px;
  width: 45px;
  height: 45px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #E4405F;
  color: white;
}
.fa-whatsapp
 {
  background: #25D366;
  color: white;
}
.fa-commenting-o
 {
  background: #259b24;
  color: white;
}