/*
font-family: 'Public Sans', sans-serif;
font-family: 'Marcellus SC', serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;400;600;800&display=swap');
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*  vertical-align: baseline; */
}
html {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  border: 0;
  outline: 0;
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 200;
}
.container
{
    padding-left: 20px;
    padding-right: 20px;
}
strong
{
    
  font-weight: 600;      color: #006d37;
}
.space
{
    padding-bottom: 10px;
}
a {
  color: #265f3f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #265f3f;
  outline: none;
  text-decoration: none;
}
::-webkit-selection {
  color: #FFFFFF;
  background: #3e9436;
}
::-moz-selection {
  color: #FFFFFF;
  background: #3e9436;
}
::selection {
  color: #FFFFFF;
  background: #3e9436;
}
#section2 .brand {
  padding-bottom: 35px;
}
.jumbotron {
  background-color: #FFFFFF;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}/*
.golden {
  background-image: linear-gradient(to left bottom, #cac06b, #beb45c, #b3a74d, #a79b3e, #9c8f2f, #9a8c28, #97891f, #958616, #9b8b13, #a2900f, #a8960a, #af9b04);
  padding: 20px;
}*/
.golden {
    
  padding: 20px;
background: linear-gradient(270deg, #c2b54a, #7f720c, #c1ba84);
background-size: 600% 600%;

-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.text-block {
  position: absolute;
  bottom: 20px; 
  background-color: rgba(199, 28, 41, .8);
  color: white;
  padding: 20px; 
    padding-bottom: 0px;
    width: 90%;
    margin-bottom: 10px;
}

.text-block h4 { 
    font-size: 16px;
    line-height: 20px;
}

.swiper2 img
{
    margin-bottom: 20px;
    position: relative;
}
.footer {
  background-color: #005739;
  color: #FFFFFF;
  width: 100%;  
  font-size: 10px;
  line-height: 16px;
  font-weight: 400; 
    padding-top: 20px;
}

.footer2{ 
  color: #FFFFFF; 
  font-size: 12px;
  line-height: 16px;
}

.footer ul li{ 
    padding-bottom: 5px;
}

.footer2 :link{ 
  color: #FFFFFF; 
}
.footer2 :hover{ 
  color: #FFFFFF; 
}

.footer2:active{ 
  color: #FFFFFF; 
}
.footer2:visited{ 
  color: #FFFFFF; 
}

.arrow {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  top: -150px;
  left: calc(50% - 10px);
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 250ms ease-in-out;
  width: 20px;
  z-index: 998;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.arrow--hide {
  opacity: 0;
}
/* text */

.pagetitle
{
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #c71c29;
    padding-top: 20px;
    margin-bottom: 20px;
    
}
.green
{
      color: #006d37;
}
.red
{
      color: #c71c29;
    
}
.grey
{
      color: #959595;
    
}
.white
{
      color: #FFFFFF;
    
}
.header {
  font-size: 36px;
  line-height: 38px;
  font-weight: 900;  
  text-transform: uppercase;
}
.subheader {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400; 
}
.textover {
  font-size: 36px;
  line-height: 38px;
  font-weight: 900;  
  text-transform: uppercase;
}
.slogan { 
  font-size: 34px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
}
.small {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.meta {
  font-size: 10px;
  line-height: 12px;
  font-weight: 800; 
  margin-top: 100px;
}
.readmore {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  background: #FFFFFF;
  color: #253f25;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #005639;
}
.readmore:hover {
  padding: 10px;
  background-color: #005639;
  color: #FFFFFF;
  text-decoration: none;
}
.readmore:active {
  padding: 10px;
  background-color: #005639;
  color: #FFFFFF;
  text-decoration: none;
}
.readmore2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #FFFFFF;
}
.readmore2:hover {
  padding: 10px;
  background-color: rgba(255, 255, 255, .4);
  color: #FFFFFF;
  text-decoration: none;
}
.readmore2:active {
  padding: 10px;
  background-color: rgba(255, 255, 255, .4);
  color: #FFFFFF;
  text-decoration: none;
}


.more {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px;
  background: #FFFFFF;
  color: #253f25;
  text-decoration: none;
  text-align: center;
  margin-top: 5px; 
  border: 2px solid #005639;
    width: 130px;
    margin-bottom: 20px;
}
.more:hover {
  padding: 3px;
  background-color: #005639;
  color: #FFFFFF;
  text-decoration: none;
}
.more:active {
  padding: 3px;
  background-color: #005639;
  color: #FFFFFF;
  text-decoration: none;
}


.under {
  width:80%;
  height: 1px;
  background: rgba(255, 255, 255, .3);
    margin-left: auto;
    margin-right: auto; 
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
 
.zoom:hover {
  transition: transform .2s; /* Animation */
  transform: scale(1.04); 
}


@media (max-width:320px) {
  .mobile {
    display: block;
  }
.slogan { 
  font-size: 30px;
  line-height: 32px; 
}
.textover {
  font-size: 20px;
  line-height: 24px; 
}
}
@media (max-width:424px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
    
.slogan { 
  font-size: 30px;
  line-height: 32px; 
} 
.textover {
  font-size: 24px;
  line-height: 28px; 
}
    
.text-block {
  position: static;
  bottom: 20px; 
  background-color: rgba(199, 28, 41, .8);
  color: white;
  padding: 20px; 
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
}
    
    .text-block h4 { 
    font-size: 14px;
    line-height: 18px;
}

.footer ul li{ 
    padding-bottom: 15px;
}
}
@media (max-width:768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
.text-block {
  position: static;
  bottom: 20px; 
  background-color: rgba(199, 28, 41, .8);
  color: white;
  padding: 20px; 
    padding-bottom: 0px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
}
    
}
select {
  font-size: 12px;
}
input[type="text"] {
  height: 80px;
  font-size: 14px;
  display: inline-block;
  border: none;
  outline: none;
  color: #FFFFFF;
  padding: 3px;
  padding-left: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}
input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
  color: #FFFFFF;
}
input[type="text"]:focus {
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
  background-color: rgba(0, 120, 63, .9);
  color: #FFFFFF;
}
input[type="submit"] {
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url("../images/search.svg") no-repeat left;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 25px;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  transition: opacity .4s ease;
  color: #FFFFFF;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
    .gredred
    {
background-image: linear-gradient(to left top, #98100b, #a61510, #b51b15, #c4201a, #d3251f, #d0241f, #ce241e, #cb231e, #b71d18, #a31612, #8f100c, #7c0905);
    }


    .gredgreen
    {
        background-image: linear-gradient(to right bottom, #379735, #379835, #379835, #389935, #389935, #339436, #2f9037, #2b8b37, #218138, #197738, #116d37, #0c6336);
    }


.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overtext:hover .image {
  opacity: 0.3;
}

.overtext:hover .middle {
  opacity: 1;
}

.shadow
{
-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}
 