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

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

.fs-mt-10 {
    margin-top: 100px;
}

.fs-mb-10 {
    margin-bottom: 100px;
}

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

.bg-fsgreen {
  background-color: #3CB371;
}

.text-fsgreen {
  color: #3CB371;
}

.bg-fsgray {
  background-color: #535353;
}

.fs-btn {
  padding: 2vh;
  color: white;
  font-size: 3vh;
  margin: 5px;
  border-radius: 99px;
  font-family: "Impact";
}

.fs-btn:hover {
  outline: 4px solid #3CB371;
  color: darkorange;
}

.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;
}

.hover-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.banner-l {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 90vh;
    }

.banner-m {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 40vh;
    }

.banner-bg {
    background-color: #192419;
}

.banner-title {
  font-size: 8vw;
  color: white;
}

.banner-text {
  font-size: 20px;
  color: white;
}

.banner-fornamn {
    font-family: "Courier New Bold";
    font-size: 10vw;
    color: white;
    line-height: 1;
    margin-bottom: 0;
}

.banner-efternamn {
    font-family: "Courier New Bold";
    font-size: 10vw;
    color: darkorange;
    line-height: 1;
    margin-bottom: 0;
}

.banner-hem-text {
    font-family: "Courier New Bold";
    font-size: 5vw;
    color: white;
}

.banner-hem-text2 {
    font-family: "Courier New Bold";
    font-size: 3vw;
    color: white;
}

.banner-svg {
    max-width: 30vh;
}

.footer {
      background-size: cover;
      background-position: center;
      height: 10vh;
    }

.card-icon {
  font-size: 70px;
  padding: -5px;
  margin: 0px;
}

.card-image-fs{
    height: 30vh;
}

.icon-with-text {
    display: flex;
    align-items: center;
}

.icon-mr-3 {
  margin-right: 10px;
}

.fs-rounded-border {
    padding: 15px 30px;
    border: 2px solid #3CB371;
    border-radius: 20px; /* Adjust the value to control the roundness */
}

.img-400 {
    max-width: 700px;
}
