/* Variables */
/* Suggested */
/* Main */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  scroll-behavior: smooth;
}

#main-content {
  margin-top: 80px;
}

::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #658C76;
}

::selection {
  color: #000;
  background: #658C76;
}

a:link {
  color: #006633;
}

a:hover {
  color: #658C76;
}

a:visited {
  color: #006633;
}

a:active {
  color: #658C76;
}

/* Colours */
.eden-green {
  color: #006633;
}

.eden-lighter-green {
  color: #00803C;
}

.eden-pale-green {
  color: #658C76;
}

.eden-grey {
  color: #F2F2F2;
}

.eden-dark {
  color: #0D0D0D;
}

.eden-lime {
  color: #a6ca42;
}

.bg-eden-green {
  background-color: #006633;
}

.bg-eden-lighter-green {
  background-color: #00803C;
}

.bg-eden-pale-green {
  background-color: #658C76;
}

.bg-eden-grey {
  background-color: #F2F2F2;
}

.bg-eden-dark {
  background-color: #0D0D0D;
}

.bg-eden-lime {
  background-color: #a6ca42;
}

/* Typography */
h1 {
  font-family: "Tektur", sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  font-family: "Tektur", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

h3 {
  font-family: "Tektur", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.display-1 {
  font-weight: 400;
  text-transform: uppercase;
}

.display-2 {
  font-weight: 100;
  text-transform: uppercase;
}

.display-3 {
  font-weight: 100;
  text-transform: uppercase;
}

.display-4 {
  font-weight: 500;
  text-transform: uppercase;
}

.display-5 {
  font-weight: 500;
  text-transform: uppercase;
}

.display-6 {
  font-weight: 500;
  text-transform: uppercase;
}

p {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.3rem;
}

p.lead {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

ol, ul {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.3rem;
}

blockquote {
  font-family: "Tektur", sans-serif;
  border-left: 15px solid #000;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 30px;
}

.blockquote p {
  font-family: "Tektur", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

.blockquote-footer {
  font-family: "Tektur", sans-serif;
  padding-top: 20px;
  font-weight: 300 !important;
}

@media (max-width: 575px) {
  .header-title {
    font-size: 1.3rem;
  }
  .header-subtitle {
    font-size: 0.8rem;
  }
  .header-date {
    font-size: 0.5rem;
  }
}
@media (min-width: 576px) {
  .header-title {
    font-size: 1.3rem;
  }
  .header-subtitle {
    font-size: 0.8rem;
  }
  .header-date {
    font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .header-title {
    font-size: 2rem;
  }
  .header-subtitle {
    font-size: 1.3rem;
  }
  .header-date {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .header-title {
    font-size: 3.7rem;
  }
  .header-subtitle {
    font-size: 2rem;
  }
  .header-date {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .header-title {
    font-size: 3.7rem;
  }
  .header-subtitle {
    font-size: 2rem;
  }
  .header-date {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .header-title {
    font-size: 3.7rem;
  }
  .header-subtitle {
    font-size: 2rem;
  }
  .header-date {
    font-size: 1.25rem;
  }
}
/* Buttons */
.btn {
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

/* Button Size */
.btn-sm {
  font-size: 0.8rem !important;
}

.btn-lg {
  font-size: 1.5rem !important;
}

/* primary */
.em-primary-btn {
  color: #FFF !important;
  font-size: 1rem;
  background-color: #006633;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.em-primary-btn:hover {
  font-size: 1rem;
  color: #FFF !important;
  background-color: #658C76;
  border: none;
}

.em-primary-btn:visited {
  color: #FFF !important;
  font-size: 1rem;
  background-color: #006633;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}

.em-primary-btn:active {
  font-size: 1rem;
  color: #FFF !important;
  background-color: #658C76;
  border: none;
}

/* tertiary */
.activetag {
  background-color: #ff4d00;
  border-color: #ff4d00;
  color: white;
  -webkit-font-smoothing: antialiased;
}

.tag::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f055";
  white-space: pre;
  margin-right: 5px;
}

.activetag::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f058";
  white-space: pre;
  margin-right: 5px;
}

.btn-grad {
  background-image: linear-gradient(to right, #006633 0%, #658C76 51%, #a6ca42 100%);
}

.btn-grad {
  color: #FFF !important;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
  background-size: 200% auto;
  box-shadow: 0 0 20px #eee;
}

.btn-grad:hover {
  color: #FFF !important;
  background-position: right center; /* change the direction of the change here */
  text-decoration: none;
}

.nav-logo {
  max-width: 150px;
  margin-left: 15px;
}

#nav-container {
  background-color: #006633 !important;
  font-family: "Titillium Web", sans-serif;
}

/* animation */
#navcol-2 li.lineanim {
  transition: all ease-in-out 0.2s;
}

.nav-link {
  color: #FFF !important;
  font-weight: 400;
  border-bottom: 5px solid #006633;
}

.nav-link:focus {
  color: #FFF !important;
  font-weight: 400;
}

.nav-link:hover {
  color: #a6ca42 !important;
  font-weight: 400;
}

/*.nav-link::first-letter{
    color:$Black!important;
}*/
.navbar-toggler {
  background-color: transparent;
  border-color: #FFF;
  border-width: 2px;
  border-radius: 0;
}

.nav-link {
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-menu {
  font-size: 0.8rem;
  text-transform: uppercase;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-bottom: 5px solid #000;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background-color: #FFF;
  border: 0;
}

@media (min-width: 768px) {
  .lineanim {
    display: inline-block;
    color: #006633;
    text-decoration: none;
  }
  .lineanim::after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #006633;
    transition: width 0.3s;
  }
  .lineanim:hover::after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .lineanim {
    display: inline-block;
    color: #a6ca42;
    text-decoration: none;
  }
  .lineanim::after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #a6ca42;
    transition: width 0.3s;
  }
  .lineanim:hover::after {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .lineanim {
    display: inline-block;
    color: #006633;
    text-decoration: none;
  }
  .lineanim::after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #a6ca42;
    transition: width 0.3s;
  }
  .lineanim:hover::after {
    width: 100%;
  }
}
/* Bootstrap 5 hover dropdown */
@media (min-width: 576px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.navbar-toggler, .navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  outline: none;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("/images/toggle/toggle-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-toggler:focus {
  boxshadow: none;
  border: 1;
}

/* Blocks */
/* Edit Link */
.edit-link {
  display: block;
  bottom: 15px;
  left: 10px;
  z-index: 1000;
  position: fixed;
  padding: 10px;
  text-transform: uppercase;
  border: none;
  border-radius: 0.25rem;
  font-weight: 700;
}

.edit-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f044";
  white-space: pre;
  margin-right: 5px;
}

.edit-link:link {
  color: #FFF !important;
  background-color: #006633;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}

.edit-link:hover {
  color: #FFF !important;
  background-color: #658C76 !important;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}

.edit-link:visited {
  color: #FFF !important;
  background-color: #006633;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}

.edit-link:active {
  color: #FFF !important;
  background-color: #658C76 !important;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}

/* Accordion */
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-body {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

/* Gallery */
.card-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* 50% black overlay */
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.card:hover .card-image-overlay {
  opacity: 1;
}

.card-image-overlay i {
  color: white;
  font-size: 2em;
}

.is-nav-selected {
  border-color: #006633 !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #006633 !important;
}

.fancybox__progress {
  background: #006633 !important;
}

/* Horizontal Rule */
.horizontal-rule {
  border: 3px solid #006633;
  opacity: 1;
}

/* Quote Carousel */
.quote-carousel-block {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  background-image: url("/assets/img/repeat/repeat-pattern.webp");
  background-repeat: repeat;
}

.left-quote {
  height: 105px;
}

.right-quote {
  height: 105px;
}

/* Title Block */
.title-seperator {
  border-bottom: 5px solid #658C76;
  height: 5px;
}

/* Back To Top */
.back-to-top:link {
  text-decoration: none !important;
}

/* Breadcrumbs */
.breadcrumb {
  margin-left: 15px;
}

.breadcrumb-item a:link {
  text-decoration: none;
}

/* Forms */
::-moz-selection { /* Code for Firefox */
  color: #000;
  background: #658C76;
}

::selection {
  color: #000;
  background: #658C76;
}

input, textarea {
  caret-color: #006633;
}

/* Halo */
.form-control:focus {
  border-color: #658C76;
  box-shadow: 0 0 0 0.2rem #658C76;
}

.form-control {
  border-radius: 0.5rem;
  font-weight: 500;
  color: #000;
  border: 1px solid #006633;
}

input[type=checkbox] {
  accent-color: #006633;
}

input[type=radio] {
  accent-color: #006633;
}

legend {
  font-weight: 500;
  text-transform: uppercase;
  color: #006633;
  font-size: 1.5em;
}

label {
  font-weight: 500;
  color: #006633;
}

::placeholder {
  font-weight: 500;
}

/* Umbraco Specific */
.umbraco-forms-form .checkboxlist label {
  float: none !important;
  clear: none !important;
}

label.umbraco-forms-label {
  font-weight: normal;
}

#contactform textarea {
  width: 100%;
}

#contactform fieldset {
  margin: 0;
}

#contactform .umbraco-forms-form input.text, .umbraco-forms-form textarea {
  min-width: 100% important;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
  min-width: 100% important;
}

/* Footer */
#footer {
  border-bottom: 17px solid #006633;
  display: block;
}

.footer-latest-news-list li {
  margin-bottom: 18px;
}

#footer a:link {
  text-decoration: none;
}