@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
}
.main {
  background-image: url("images/stock_background2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: #fff !important;
}
img {
  width: 100%;
}
nav {
  position: relative;
}
.book_image {
  width: 6rem;
  height: auto;
  z-index: 1;
}
.book_image img {
  width: 100%;
  margin-left: 32px;
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(186, 235, 188, 0.7),
    rgba(1, 128, 7, 0.7)
  );
  z-index: -1;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hero-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section p {
  color: #fff;
}
#header {
  position: relative;
}
.navbar {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.btn-main {
  padding: 2rem;
  border-radius: 100px;
  background-color: #fff;
  font-weight: bold;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
}
#services {
  text-align: center;
}
#services h1 {
  color: #000 !important;
}
.divider {
  height: 4px;
  width: 70px;
  background: linear-gradient(
    to right,
    rgba(186, 235, 188, 0.7),
    rgba(1, 128, 7, 0.7)
  );
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.col-4 i {
  text-align: center;
  font-size: 2.4rem;
  color: linear-gradient(
    to right,
    rgba(186, 235, 188, 0.7),
    rgba(1, 128, 7, 0.7)
  );
  border: 4px solid rgba(1, 128, 7, 0.7);
  border-radius: 100px;
  padding: 12px;
}
.col-4 p {
  margin-top: 1rem;
  padding: 0 1rem;
}
#trader {
  border-top: rgba(1, 128, 7, 0.7);
  border-bottom: rgba(1, 128, 7, 0.7);
}
#trader h1 {
  color: #000 !important;
}
#trader a {
  padding: 2rem;
  background-color: rgba(1, 128, 7);
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
}
#trader h1 {
  margin-bottom: 2.4rem;
  margin-top: 1rem;
}
#trader p {
  margin-bottom: 2.4rem;
}
#footer p {
  text-align: center;
}
#footer {
  background: linear-gradient(
    to right,
    rgba(186, 235, 188, 0.7),
    rgba(1, 128, 7, 0.7)
  );
}
.navbar-brand img {
  width: 80px;
}
section#article {
  margin-top: 80px;
}
#article h1 {
  color: #000 !important;
}
#article p {
  font-weight: normal !important;
}
#article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#article ul li a,
#article ul li a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #000;
}
#article ul li {
}
#article ul li span {
  margin-left: 5px;
  padding: 2px 4px;
  background-color: #ccc;
  font-weight: normal;
}
.icon_size {
  font-size: 2.4rem;
  border: 4px solid #000;
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 1.2rem;
}
#services p {
  margin-top: 1rem;
}

.join_link {
  margin-left: 2rem;
  text-decoration: none;
  background-color: rgba(1, 128, 7);
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.3px;
}
.join_link:visited {
  color: #fff;
}
/* css for small screens */

@media (max-width: 576px) {
  #footer {
    padding: 1rem;
  }
  .trader_image {
    margin-top: 2.4rem;
  }
  #trader h1 {
    text-align: center;
  }
  #trader {
    padding-top: 0;
  }
  .icon_size {
    font-size: 2.4rem;
    border: 4px solid #000;
    border-radius: 100px;
    padding: 10px;
    margin-bottom: 1.2rem;
  }
  #services p {
    margin-top: 1rem;
  }
  .join_link {
    margin-left: 0;
    margin-top: 2rem;
  }
}
