.body {
  padding-top: 75px;
}

.body-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #00a0e4;
}

.logo-column-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-div-block {
  margin: 40px 10% 0px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 #00587e;
}

.text-div-block.page-title {
  box-shadow: 1px 1px 5px 0 #00587e;
}

.title-heading {
  font-family: Lato, sans-serif;
  color: #00587e;
  font-weight: 400;
  text-align: center;
}

.line {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #00a0e4;
}

.line.orange {
  border-color: #ff8700;
}

.paragraph-text {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  color: #00587e;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.paragraph-text.columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.paragraph-text.center {
  text-align: center;
}

.paragraph-text.right-align {
  text-align: left;
}

.paragraph-text.right-align.footer {
  margin-top: 0%;
}

.paragraph-text.footer-contacts {
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
}

.top-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  border-bottom: 3px solid #ff8700;
  background-color: #fff;
}

.white-heading {
  margin-top: 50px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 300;
  text-align: center;
}

.white-heading.page-title {
  font-size: 64px;
  line-height: 64px;
}

.footer {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 3px solid #ff8700;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.arrow {
  color: #00a0e4;
  font-size: 22px;
  font-weight: 900;
}

.page-title-column-1 {
  padding-top: 6%;
}

.page-title-row {
  margin-bottom: 80px;
}

.bins-picture {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.menu-link {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 5%;
  float: right;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: Lato, sans-serif;
  color: #00587e;
  font-size: 28px;
  font-weight: 300;
  text-decoration: none;
}

.menu-link:hover {
  color: #00a0e4;
}

.menu-link.footer {
  padding-top: 0%;
}

.menu-link.footer-links {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 2%;
  font-size: 21px;
}

.logo {
  width: 250px;
}

.about-us {
  height: 40px;
}

.services {
  height: 40px;
}

.contact {
  height: 80px;
}

.field-label {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #00587e;
  font-size: 20px;
  font-weight: 400;
}

.submit-button {
  border-radius: 2px;
  background-color: #00a0e4;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.services-column-1 {
  padding-top: 0px;
  padding-left: 30px;
}

.form-box {
  padding-right: 10px;
  padding-left: 10px;
}

.image {
  position: relative;
  max-height: 250px;
  max-width: 300px;
  margin-top: 0%;
  padding-top: 20px;
  float: right;
}

.bold {
  font-weight: 700;
}

.text-span {
  line-height: 50px;
  font-weight: 700;
}

.managers-details {
  font-size: 26px;
  text-decoration: underline;
}

.text-span-2 {
  line-height: 60px;
}

.footer-email {
  line-height: 35px;
  font-weight: 700;
}