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

p {
  line-height: 2;
}

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

/*This is the style for 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 of the site*/
.contact{
  padding: 30px;
  text-align: center;
  margin-bottom: 100px;
}
.contact-text {
  display: inline-block;
  margin-right: 240px;
  position: absolute;
  top: 98px;
  left: 50px;
  width: 332px;
}

.red {
  color: red;
  padding-left: 5px;
}

.submit {
  color: #fff;
  background-color: #0091ad;
  border-color: #0091ad;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  height: 45px;
  line-height: 45px;
  width: 98px;
  text-decoration: none;
  text-align: center;
  text-indent: 0px;
  display: inline-block;
}

.submit:hover {
  background-color: #057186;
  opacity: 80%;
  color: white;
}

/*This is the style for 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;
}
