@import url('https://fonts.googleapis.com/css2?family=Figtree&display=swap');



.deck-container {
background-color:#fff;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: center;
}




  .footer {

    background-color:#ffffff;
    margin:0 0 0 0 ;
    padding: 10px 0 20px 0;
    text-align:center;

}


  .footer-test {

    background-color:#ffffff;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align:center;

}





.copyright {
     width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align:center; 
}



  hr {
      margin-top:50px;
      border: 1.25px solid #2BBD3E;;
      width:80%;
  }

  .optinaction {
background-color:#ffff;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}


  h1, .h1 { letter-spacing: -0.1rem; } h1, .h1 { font-size: calc(1.62rem + 4.44vw); text-align:center; font-family:figtree;}

   h2, .h2 { letter-spacing: -0.1rem; } h2, .h2 { font-size: calc(1.1rem + 1.50vw); text-align:center; font-family:figtree;}

  p {font-family:figtree; color: grey;font-weight:300; font-size:1.2rem; line-height:1.6; text-align:left; }

  .newstagline {font-family:figtree; color: #003300;font-weight:300; font-size:1.1rem; text-align:center; }

    .optinsubtext {font-family:figtree; color: #2BBD3E;font-weight:500; font-size:1.3rem; text-align:center; }

 .primary span {
  color:  #2BBD3E;
 }

.imghead {
transform: rotate(-10deg);
	float: left;
}

#navbar {

  display: grid;
  min-height: 100px;
  grid-auto-flow: column;
  background-color: #fff;
  grid-gap: 1.5em;
  padding: 40px 40px;
  /*-webkit-box-shadow: -1px 4px 5px 0px rgba(209, 205, 209, 1);
  -moz-box-shadow: -1px 4px 5px 0px rgba(209, 205, 209, 1);
  box-shadow: -1px 4px 5px 0px rgba(209, 205, 209, 1);*/
}

#logo {
    Padding-left:50px;
  display: grid;
  justify-content: start;
  align-content: left;
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.logo span {
  color:  #2BBD3E;
}

#links {
    padding-right:100px;
  display: grid;
  justify-content: right;
  align-content: center;
  grid-auto-flow: column;
  grid-gap: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-weight:600;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
    text-decoration: underline;
  color: #2BBD3E;
}

/* =======================
******* Mobile Menu ******
========================*/
.mobile-menu {
  display: block;
  list-style-type: none;
  background-color: #2BBD3E;
  float: right;
  width: 150px;
  padding: 5px 0 50px 0;
  border: 1px solid #000;
  z-index: 55;
}

.mobile-links li {
  line-height: 2.8rem;
}

.mobile-btn {
  display: grid;
  justify-content: right;
  align-content: center;
  grid-auto-flow: column;
  cursor: pointer;
}

.nav-list {
  font-family: "Open Sans", sans-serif;
  list-style-type: none;
}

.nav-list:hover {
  opacity: 0.5;
  cursor: pointer;
}

/* Mobile to Tablet  */
@media (min-width: 320px) and (max-width: 767px) {
  #links,
  .mobile-menu {
    display: none;
  }
}

/* Tablet to Desktop */
@media (min-width: 768px) {
  .mobile-menu,
  .mobile-btn,
  .fa-bars {
    display: none;
  }
}











  /* 3 card layout css*/

/* Design */


*,
*::before,
*::after {
  box-sizing: border-box;
}

/*.main{
  max-width: 1200px;
  margin: 0 auto;
}*/

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  color: #2BBD3E;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #003300;
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  /*overflow: hidden;*/
}

.card_content {
  padding: 1rem;
  /*background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);*/
  background:#fff;
}

.card_title {
  color: grey;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: grey;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
  text-align:center;
}


/* Blog page css */

.blogwrapper {
  max-width: 70%;
  margin: 3em auto;
  display: grid;
  grid-gap: 1rem;
  
}



.blogheader {
  max-width: 100%;
  margin: 3em auto;
  display: grid;
  grid-gap: 1rem;
  
}


.blogcontainer {
    max-width:70%;
    margin: 4rem auto 0 auto;
    }

.blogimage {
background-color:#ffff;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
}

