@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");

.about-inner-banner {
  /* The image used */
  background-image: url("../images/img/about.jpg");
  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
.bold {
  font-weight: 700;
}


.contact-inner-banner {
  /* The image used */
  background-image: url("../images/img/contact-banner.jpg");
  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}

.encyclo-inner-banner {
  /* The image used */
  background-image: url("../images/img/Encyclopedia-banner.jpg");
  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}


.title-big {
  font-size: 45px;
  font-weight: bolder;
  color: #000;
  margin-bottom: 40px;
}

.title-med {
  font-size: 45px;
  font-weight: 700;
  color: #000;
}


.bg-dot {
  background-image: url("https://themify.me/demo/themes/ultra-music/files/2018/12/dot-1-1.jpg");

  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  padding-top: 3%;
  padding-left: 3%;
}


.machine-bg {
  background-image: url("../images/img/mission-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;

}

.bg-dot-right {
  background-image: url("https://themify.me/demo/themes/ultra-music/files/2018/12/dot-6.jpg");

  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
  padding-top: 3%;
  padding-right: 3%;
}
.mission {
  background-image: url("../images/img/mission-bg.jpg");
}
.my-100 {
  margin: 100px 0;
}

.my-200 {
  margin: 200px 0;
}
.btn-primary {
  background-color: #CCA363 !important;
  border: none;
}

.edition img {
  min-height: 320px;
}

.blue {
  color: #25408F;
}

.gold {
  color: #CCA363;
}

.iq-entry-image img {
  width: 70% !important;
}