/* main font for menu. */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900');
/* font for headings, text, tags */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/*
font-family: 'Oswald', sans-serif;
font-family: 'Oxygen', sans-serif;
*/
body {
  padding-top: 130px;
  /* font-family: "Raleway", Sans-serif; */
  font-family: 'Oxygen', sans-serif;
  color: #444448;
  font-weight: 300;
}
#topMenu i {
  padding-right: 2px;
  color: #444448;
  font-size: 18px;
  line-height: 1;
}
#topMenu a {
  color: #444448;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.nav-link {
  color: #444448;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.nav-link {
  padding: 1rem 1rem;
  position: relative
}
nav .btn {
  padding: .8rem 1.5rem;
  color: #fff
}
.nav-link:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  padding-right: 0;
  position: absolute;
  left: -5px;
  color: #70ca1b !important;
  font-size: 15px;
}
.cnt-home:before {
  content: '\f015';
}
.cnt-users:before {
  content: '\f0c0';
}
.cnt-megaphone:before {
  content: '\f675';
}
.cnt-tree:before {
  content: '\f1bb';
}
.cnt-clipboard-check:before {
  content: '\f46c';
}
.cnt-hand-heart:before {
  content: '\f4bc';
}
.navpad {
  padding: 0 0 0 1em;
}
.carousel-item {
  /* 
  height: 65vh;
  min-height: 300px;
*/
	height: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio-item {
  margin-bottom: 30px;
}
.bg-green {
  background-color: #8FC937
}
.bg-sitegrey {
  background-color: #F5F4EF
}
.bg-siteyellow {
  /*background-color: #FFC702*/
  background-color: #70ca1b
}
.bg-yellow {
  background-color: #FFC702
}
.dark-bg {
  background-color: #333231;
  color: #fff;
}
#article dl, #article ol, #article ul {
  margin-left: 20px;
}
#main a, .card-title a, .card-title a:hover {
  color: #8FC937 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "Oswald", Sans-serif;
}
h1, h2 {
  display: block;
  position: relative;
  font-size: 50px;
  color: #70ca1b;
  font-weight: 900;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 50px 0;
  padding-bottom: 15px;
  text-align: center;
}
h1:after, h2:after {
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 3px;
  content: " ";
  bottom: -5px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #70ca1b;
}
h2 {
  display: block;
  position: relative;
  font-size: 42px;
}
h4 {
  color: #70ca1b;
}
/*--------------------
7. Components
--------------------*/
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
.btn {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #8FC937;
}
.btn-xl {
  color: #fff;
  background-color: #8FC937;
  /* border-color: #726FB9; */
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 17px 45px;
}
.hexagon {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: url("https://i.imgur.com/waDgcnc.jpg") no-repeat;
  background-size: cover;
  margin: 10px auto;
  height: 220px;
  width: 200px;
}
.hexagonhome {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-size: cover;
  margin: 10px auto;
  height: 220px;
  width: 200px;
}
.hexagonhome span {
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  line-height: 1.3em;
}
.hexagonhome span a {
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
}
.hexagonInner {
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background-size: cover !important;
  margin: 10px auto;
  height: 150px;
  width: 140px;
}
footer a {
  color: #fff !important
}
.wp-block-image img {
  max-width: 100% !important;
  height: auto !important;
}
.carousel-caption {
  position: absolute;
  width: 320px;
  right: 15%;
  bottom: unset;
  top: 30%;
  left: unset;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.carousel-caption span {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-only {
  display: none !important
}
.desktop-only {
  display: block !important
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #444448 !important
  }
  .carbonbadge {
    text-align: right !important
  }
  /*
  .mobile-only {
    display: block !important
  }
  .desktop-only {
    display: none !important
  }
  */
}
@media only screen and (min-width: 320px) and (max-width: 812px) and (orientation: portrait) {
  .mobile-only {
    display: block !important
  }
  .desktop-only {
    display: none !important
  }
  body {
    padding-top: 65px;
  }
  #logo img {
    max-width: 200px
  }
  .ab-c-m {
    top: 41%;
    margin-top: 0 !important
  }
  .hexagonhome .ab-c-m {
    top: 50% !important;
    margin-top: 0 !important
  }
  .nav-link:before {
    content: '' !important
  }
  .nav-link {
    padding: 10px;
    position: relative;
  }
  nav button {
    position: absolute;
    top: -54px;
    right: 0;
  }
  .carbonbadge {
    text-align: center !important;
    margin-top: 10px !important
  }
  .carousel-caption {
    position: absolute;
    width: 320px;
    margin: 0 auto;
    top: 25%;
    padding-bottom: 10px;
    padding-top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

#cta--green > div.container {
	width:100%;
	max-width:100% !important;
	padding:0 !important
}

