body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}
body {font-size:16px;}
.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
.w3-half img:hover{opacity:1}

.remove-some-margin {
  margin-top: 500px;
}

.stream {
  width: 100%;
  margin-bottom: -50px;
  margin-top: 20px;
  height: 100px;
  border: 1px solid #f44336;
}

@media (max-width: 992px) {
  #main-content {
    margin-left: 0 !important;
    margin-top: 100px; /* adjust based on sidebar height */
  }
}

@media (min-width: 992px) {
  .img-adjust {
    max-height: 300px;
    max-width: 90%;
  }
}

.check {
  color: #f44336;
  font-size: 34px;
  margin-left: -30px;
}

.bolder {
  font-weight: bold;
}

.text-box {
  width: 90%;
  margin: auto;
}

.big-text {
  font-size: 18px;
}

.more {
  display: none;
}

.expand {
  display: inline;
}

.colapse {
  display: none;
}

.test {
  background-color: blue;
}

.logo {
height: 0.5em; /* Matches text height, adjust as needed */
  width: auto; /* Maintains aspect ratio */
  vertical-align: top; /* Aligns with text baseline */
  display: inline; /* Ensures inline flow */
}


iframe[src*="docs.google.com"] {
  font-family: Arial, Helvetica, sans-serif !important;
}

