.body1 {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

html, body {
  margin: 0;
  padding: 0;
  height: 90%;
  margin:15px;
  border: none;
}
.bg-section {
  width: 80%;
  position:fixed;
  left:14%;
  top:70px;
  height: 90%;
  background-image: url('/background1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .bg-section{
    top:90px;
    left:0px;
    width: 95%;
  }
  
}

body {
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-size: 90% 75vh; /* 👈 100% width, 75% viewport height */
}
.divImg1 {
  background-size: cover; /* Resize to cover entire screen */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* No repeating */
  background-attachment: fixed; /* Optional: scroll behavior */
  font-family: sans-serif;
}
h6 {
  color: #444444;
}

.bg-steel {
  background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}
.divInput {
  margin: 5px;
}