<style>



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer {
  
    background:
      radial-gradient(27% 29% at right, #0000 83%,rgba(43, 135, 62, 0.3) 85% 99%,#0000 101%) calc(20px/2) 20px,
      radial-gradient(27% 29% at left, #0000 83%,rgba(43, 135, 62, 0.3) 85% 99%,#0000 101%) calc(20px/-2) 20px,
      radial-gradient(29% 27% at top, #0000 83%,rgba(43, 135, 62, 0.3) 85% 99%,#0000 101%) 0 calc(20px/2),
      radial-gradient(29% 27% at bottom, #0000 83%,rgba(43, 135, 62, 0.3) 85% 99%,#0000 101%) 0 calc(20px/-2)
      rgba(31, 125, 102, 0.95);
background-size: 40px 40px;

    
    
    
  color: #fefefe;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer .footerheading {
  color: #fefefe;
  max-width: 1010px;
  width: 100%;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 2rem;
    padding-top: 10px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.footer .footercontent {
  display: flex;
  justify-content: space-evenly;
  margin:2rem;
}

.footer .footercontent p {
  margin-bottom: 1rem;
}

.footer .footercontent a {
  text-decoration: none;
  color: #fefefe;
    font-size: 20px;
    
}

.footer .footercontent a:hover {
 
    
    font-weight: 700;
}

.footer .footercontent h4 {
  margin-bottom: 1rem;
  font-size: 18px;
}

footer {
  text-align: center;
  margin-bottom: -1.5rem;
}

footer hr {
  margin: 1rem 3px;
}

@media (max-width: 767px) {
  .footer .footercontent {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }

  .footer {
    position: unset;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .footercontent,
  .footer {
    font-size: 14px;
  }
}

@media (orientation: landscape) and (max-height: 0px) {
  .footer {
    position: unset;
  }
}









</style>