body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  color: #40514e;
  margin: 0px;
}

p {
  line-height: 2;
}

/*This is the banner style for the site*/
.first-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  text-align: left;
}

.banner {
  position: relative;
  margin: 30px;
  width: 100%;
}

.border-text {
  color: white;
  position: absolute;
  top: 247px;
  left: 224px;
  font-size: 3rem;
}
@media (max-width:1800px){
  .border-text{
  font-size: 2rem;
  top: 120px;
  left: 130px;

  }

}

/*This is the style of the logo*/
.logo {
  width: auto;
  max-width: 40%;
  height: auto;
}

/*This is the social icon*/
.fab:hover {
  color: #0091ad;
}

.fa-2x {
  font-size: 1.5em !important;
}

/* Navbar */
.nav-link {
  font-size: 1.2rem;
}

/*This is the style for the main content*/
.second-container {
  width: auto;
  max-width: 100%;
  height: auto;
}

.third-container {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  background-color: #eae8e8;
  margin-top: 90px;
  margin: 50px !important;
  display: inline-block !important;
}

.image1 {
  display: inline-block;
  margin: 50px;
}

.image2 {
  display: inline-block;
  margin: 50px;
}

.image3 {
  display: inline-block;
  margin: 50px;
}

.image4 {
  display: inline-block;
  margin: 40px;
}

/*This is the style of the footer*/
.last-container {
  background-color: #0091ad;
  text-align: center;
  padding: 10px;
  margin-top: 150px;
}

.copyright {
  margin-bottom: 0;
}

.facebook {
  text-decoration: none;
  color: #40514e;
}

a.facebook:hover {
  text-decoration: none;
  color: white;
}
