.intro-header {
  font-size: 40px;
  padding-bottom: 7px;
  text-align: center;
}

.td-test {
  width: 75%;
  height: 75%;
}

.container.top-padding {
  padding-top: 30px;
}

.top-text {
  font-size: 22px;
  font-weight: 500;
}

.middle-text {
  font-size: 20px;
}

.bottom-text {
  font-size: 18px;
}

.test-image {
  border-radius: 5px;
}

p {
  font-size: 18px;
}

.legal-colour {
  color: white;
}

.bg-light {
  background-color: white !important;
}

.enquiry {
  color: #82b324;
}

.caller-names {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.caller-years {
  font-style: italic;
  text-align: center;
}

.modal-button {
  background: none;
  border: none;
  padding: 0;
  color: #82b324;
  font-size: 18px;
  font-weight: 500;
}

.submit-btn {
  background-color: #82b324 !important;
}

.contact-link {
  color: #82b324;
}

.charity-box {
  margin-top: 15px;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: 30%;
}

.right {
  padding: 100px;
}

.tobros-colour {
  color: rgb(0, 0, 0);
}

.right-contact {
  padding: 0;
}

.job-vacanies {
  padding-bottom: 50px;
}

.navbar-brand {
  align-items: left;
  max-width: 3rem;
  max-height: 4rem;
  padding: 0 !important;
}

.navbar-brand-img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.nav-item {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
}

.nav-container {
  display: flex;
  flex-wrap: wrap;
  z-index: 1030;
  width: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0) !important;
}

.navbar-nav .nav-link :hover {
  color: black !important;
}

#header {
  background-color: rgba(130, 179, 36, 1);
  padding: 0;
}

.active {
  color: #ea560d !important;
}

.banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.banner-img {
  max-width: 100%;
  max-height: 100vh;
  margin: auto;
}

.banner-container {
  padding-top: 65px;
}

.main-bubble {
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 50%;
  background-color: grey;
}

.contact-bubble {
  text-align: center;
  padding-right: 75px;
  padding-left: 75px;
  border-radius: 50%;
  background-color: grey;
  vertical-align: middle !important;
}

table {
  height: 50%;
  width: 50%;
}

.footer-list {
  list-style: none;
  font-weight: 700;
  padding-top: 5px;
  font-size: 14px;
  text-align: justify;
}

.footer {
  background-color: #82b324 !important;
}

footer,
.footer {
  width: 100% !important;
}

.team {
  margin-left: 50px;
  padding-bottom: 50px;
}

.legal-text {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}

.services-body {
  padding-bottom: 40px;
}

.client {
  padding-bottom: 50px;
}

.client.fht {
  padding-bottom: 40px;
}

.client-img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.client-img1 {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-name {
  font-weight: 700;
}

.team-title {
  font-style: italic;
  font-weight: 500;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  overflow-y: initial !important;
  overflow-y: scroll;
  max-height: 85%;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 40% !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #82b324;
  color: white;
  display: initial !important;
}

.modal-body {
  height: 750px;
  overflow-y: auto;
  padding: 2px 16px;
}

/*Contact Form */

/* Style inputs with type="text", select elements and textareas */
input[type=text],input[type=email],input[type=tel], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  background-color: #04aa6d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type="submit"]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 0px;
  background-color: transparent;
}

.contact-form {
  padding-bottom: 50px;
}

.footer-fixed-bottom {
  text-align: center;
  background: #82b324;
  list-style: none;
  font-weight: 600;
  padding-top: 5px;
  font-size: 14px;
}

.footer-fixed-bottom > .copyright {
  margin: 0;
  padding: 0.8em;
  box-shadow: 10px 10px 5px #888;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 40%;
  padding: 0 40px;
}

.column img {
  margin-top: 30px;
  vertical-align: middle;
  width: 100%;
}

.left-col {
  margin-left: 60px;
}

.container.banner-container.desktop {
  display: block;
}

.container.banner-container.mobile {
  display: none;
}

.footer-wrap.desktop {
  display: initial;
}

.footer-wrap.mobile {
  display: none;
}

a:link.greenlink {
  color: #82b324;
  background-color: transparent;
  text-decoration: none;
}

a:visited.greenlink {
  color: #82b324;
  background-color: transparent;
  text-decoration: none;
}

a:hover.greenlink {
  color: #82b324;
  background-color: transparent;
  text-decoration: underline;
}

a:active.greenlink {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

/* [ GALLERY SLIDESHOW] */

* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1025px;
  position: relative;
  align-items: center;
  text-align: center;
}

.slideshow-scroll-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  transition: margin-left 0.5s ease;
}

.slide-image {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}

.slide-image img {
  max-width: 100%;
  height: auto;
  max-height: 750px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  width: auto;
  padding: 12.5px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.slide {
  position: absolute;
  background: transparent;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 0s;
  animation: slide 1s forwards;
  animation-delay: 0s;
  opacity: 0;
  transition: opacity 0.3s ease;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-behavior: normal;
}

.slide-active {
  opacity: 1;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
}

.body-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  text-align: center;
}

.footer-fixed-bottom .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.slideshow {
  display: flex;
  flex-direction: row;
}

.slideshow-host {
  overflow: hidden;
  max-width: 80vw;
  width: 1000px;
}

.header-style {
  padding-bottom: 8px;
  font-weight: bold;
}

.hr {
  margin: 1px 0 8px 0;
}

.top-container {
  padding-top: 65px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin: -0.125rem 0 0;
}
.nav-split {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-separator {
  padding-left: 0 !important;
}
#navbarDropdown{
    display: inline-block;
}

.tick {
    width: 4vh;
    height: auto;
    object-fit: scale-down;
}

.service-list{
  list-style-type: none;
  font-size: 125%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
}
.service-list li{
  height: 100%;
  display: flex;
  align-items: center;
}
.service-list li img {
  margin-right: 1rem;
}

.body-container{
  margin-top: 20px;
  margin-bottom: auto;
}

@media screen and (min-width: 768px){
  .nav-container{
    position: fixed;
    top: 0;
    z-index: 1030;
  }
  .body-container{
    margin-top: 80px;
  }
}

@media screen and (min-width: 992px){
  .tick{
    width: 5vh;
  }
}
@media screen and (min-width: 1200px){
  .tick{
    width: 6vh;
  }
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media only screen and (min-width: 360px) and (max-width: 720px) {
  .nav-container {
    position: unset;
  }
  .container.banner-container.desktop {
    display: none;
  }

  .container.banner-container.mobile {
    display: block;
    padding: 0;
  }

  .img-responsive {
    width: 100%;
    height: auto;
  }

  .footer-wrap.desktop {
    display: none;
  }

  .footer-wrap.mobile {
    display: block;
  }

  .column {
    flex: 100%;
    max-width: 100%;
  }

  .left-col {
    margin-left: 0;
  }

  span.nav-item, 
  a.nav-item.nav-link {
    padding-right: 20px;
  }

  .modal-content {
    width: 90% !important;
    max-height: 95%;
  }

  .modal-content h2 {
    font-size: 18px;
  }

  .modal {
    padding-top: 50px;
  }

  .team {
    margin-left: 0;
  }
}

.thanks_message {
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fit {
  max-width: 60%;
  max-height: 80%;
  min-width: 450px;
}