@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
body {
  font-family: 'Josefin Sans', sans-serif;
  background-color: #20243D;
}

.introCustom {
  margin-top: 10% !important;
  margin-bottom: 15% !important;
}

.introCustom img {
  width: 15%;
  height: 15%;
  margin: 0 auto !important;
}

.introCustom > h1 {
  font-size: 50px !important;
}

.iconCustom {
  font-size: 2rem;
  color: cornflowerblue !important;
}

.iconCustom .bi-facebook:hover {
  color: yellow !important;
}

.iconCustom .bi-tiktok:hover {
  color: yellow !important;
}

.iconCustom .bi-youtube:hover {
  color: yellow !important;
}

.iconCustom .bi-instagram:hover {
  color: yellow !important;
}

.iconCustom .bi-spotify:hover {
  color: yellow !important;
}

.customArticles,
.navbarCustom,
.quotesCustom,
.roadmaps,
footer {
  background-color: #323543 !important;
}

.quotesCustom {
  padding-top: 6%;
  padding-bottom: 5%;
}

footer {
  padding-top: 150px;
  padding-bottom: 150px;
}

footer > div > div > .justClick:hover {
  color: yellow;
}

@media only screen and (max-width: 768px) {
  .introCustom {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }
  .introCustom img {
    width: 30%;
    height: 30%;
    margin: 0 auto !important;
  }
  .customArticles > div .colCustom {
    margin-bottom: 3% !important;
  }
  .customArticles > div .colCustom div > div > h6 > a {
    color: white !important;
  }
  .customArticles > div .colCustom div > div > h6 > a:hover {
    color: yellow;
  }
  .customArticles > div .colCustomLast {
    margin-bottom: -5% !important;
  }
  .customArticles > div .colCustomLast div > div > h6 > a {
    color: white !important;
  }
  .customArticles > div .colCustomLast div > div > h6 > a:hover {
    color: yellow;
  }
  .quotesCustom > div > div > div p {
    font-size: 25px !important;
  }
  footer .justClick {
    font-size: 20px !important;
  }
  footer h4 {
    font-size: 20px !important;
  }
  footer h4 a {
    color: white;
  }
  footer h4 a:hover {
    color: yellow;
  }
}
/*# sourceMappingURL=style.css.map */