body {
  background-color: whitesmoke;
}

nav {
  background-color: rgba(30, 129, 176, 0.8);
}

.navbar-attempt {
  background-color: #4F4F4F;
  position: fixed;
  top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  border: 2px solid black;
  border-top: none;
}

.navbar-attempt .content {
  color: whitesmoke;
  font-weight: bold;
}

.custom-display-1 {
  font-size: 1.2em;
  text-indent: 2em;
  line-height: 1.7;
}
.custom-display-2{
  font-size: 1.2em;
  line-height: 1.7;
}

/* .midline-image
{
    position:fixed;
    top: 0;
    height: 400px;
    width:100%;
    background-image: url(../web/img/Inside-main-1.jpg);
    image-rendering: optimizeQuality;
    
} */

.main-body {
  background-color: white;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}


.custom-anchor-1 {
  color: red;
}



.title-elements-1 {
  background-color: rgba(30, 129, 176, 0.8);
  color: whitesmoke;
  text-align: center;
  font-size: large;
  font-weight: bold;
}


@media (max-width: 992px) {
  footer .footer-image {
    width: 60%;
  }

  footer .footer-image-element {
    padding: 1em;
    width: 60%;
  }
}

@media (max-width: 1150px) {
  footer .footer-image-element {
    width: 50%;
  }
}

@media (min-width: 992px) {
  footer .footer-image-element {
    width: 30%;
  }

  footer .footer-image {
    width: 100%;
  }
}

footer {
  border-top: 2px solid rgba(30, 129, 176, 0.4);
}

footer .footer-column {
  display: flex;
  align-items: center;
}

footer .footer-column .first-logo-container {
  width: 50%;
}

footer .footer-image-element {

  margin: 0 auto;
  text-align: center;

}

footer .links {
  margin-top: 2em;
}

footer .footer-link-container {
  text-decoration: none;
  margin: 2em 0em 2em 0em;
}

footer .footer-link-container span {
  display: flex;
  flex-direction: row;
  color: rgba(30, 129, 176);
  font-weight: bold;
  font-size: 1.2em;
}

footer .footer-link-container a:link {
  text-decoration: none;
}

footer .footer-link-container a:visited {
  text-decoration: none;
}

footer .footer-link-container a:hover {
  text-decoration: none;
}

footer .footer-link-container a:active {
  text-decoration: none;
}

footer .footer-link-container span:before,
footer .footer-link-container span:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid rgba(30, 129, 176);
  margin: auto;
}

footer .footer-link-container span:before {
  margin-right: 3em;
}

footer .footer-link-container span:after {
  margin-left: 3em;
}

footer .footer-text {
  text-align: center;
  color: rgba(30, 129, 176);
  padding: 2em;
  font-size: 1.2em;
}

.thin-blue-border {
  border: 2px solid rgba(30, 129, 176, 0.8);
  border-radius: 5px;
}

.link-item-1 {
  text-decoration: none;
  color: white!important;
}

.link-item-1:hover {
  color: blue !important;
}

.link-item-2{
  text-decoration: underline;
  color: black;
}

.link-item-2:hover{
  color: blue;
}

.carousel-item {
  height: 600px;
  overflow: hidden;
  width: 100%;
  }
  .carousel-item img {
  width: 100%;
  }
