@font-face {
  font-family: 'GlacialIndifference';
  src: url(../GlacialIndifference-Regular.woff);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
    font-family: 'GlacialIndifference', sans-serif;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: black;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  color:white;
}


section {
  margin-top: 3%; 
}

p {
  text-align: center;
  margin: auto;
  font-weight: 100;
  line-height: 23px;
  letter-spacing: .5px;
  font-size:1.2rem;

}

h2 {
  font-weight: 100;
  text-align: center;
  font-size: 3rem;
  color:#3D5826;
  margin-bottom: 3%;
  font-family: 'Grotesk', sans-serif;
}

h3 {
  font-family: 'Grotesk', sans-serif;
  font-size: 2.5rem;
  font-weight :300;
  margin-bottom: 3%;
  margin-top: 3%;
  color: #3D5826;
}

.header {
  clear: both;
  height: 100px;
}
  
#logo {
    float:left;
    margin:0;
    width: 300px;
  }
  
  #navlist {
    float: right;
    transform: translate(0px, 50px);
  }
    
    
li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
  margin-bottom: 20px;
  /* a:link{
      line-height: 75px;
      height: 75px;
    } */
  }

  #navlist a {
    text-decoration: none;
    font-size: 1.25rem;
    color: #3D5826;
  }



  #hamburger-input{
    display: none;
    }
    
    #hamburger-menu {
      float: right;
      width: 40px;
      height: 40px;
      display: none;
      border: none;
      padding: 0px;
      margin: 0px;
      margin-top: 30px;
      margin-right: 5%;
      background: linear-gradient(
        to bottom, 
        #3D5826, #3D5826 20%, 
        white 20%, white 40%, 
        #3D5826 40%, #3D5826 60%, 
        white 60%, white 80%, 
        #3D5826 80%, #3D5826 100%
      );
    }
    
    #hamburger-menu #sidebar-menu {
      visibility: hidden;
      position: fixed;
      top: 0;
      width: 75%;
      height: 100%;
      background-color: #3D5826;
      padding: 0px 10px;
      box-sizing: border-box;
      z-index: 999; 
    }
    
    #hamburger-menu h3 {
    color: white;
    float: right;
    font-size: 2.2rem;
    }
    
    #hamburger-menu ul {
    padding-left: 0px;
    display: grid;
    text-align: center;
    margin-top: 5%;
    }
    
    #hamburger-menu li {
    list-style-type: none;
    line-height: 3rem;
    }
    
    #hamburger-menu a {
    color: white;
    font-size: 3rem;
    text-decoration: none;
    font-weight: 100;
    font-family: 'grotesk', sans-serif;
    }
    
    #hamburger-menu a:hover {
    text-decoration: underline;
    }
    
    #hamburger-input:checked + #hamburger-menu #sidebar-menu {
      visibility: visible;
      right: 0;
    }

#lang {
  text-align: right;
}

.lang {
  background-color: #3D5826;
  color: white;
  font-size: 13px;
  margin-right: 5%;
  padding: 10px;
  padding-right:25px;
  padding-left: 25px;
}

#landing-container {
    position: relative;
    text-align: center;
    color: white;
  }

#landing-container img {
    width: 100%;
    filter: brightness(0.5);
}
  .centered {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffffe6;
    color: #3D5826;
    font-size: 2rem;
    padding: 3%;
    width: 75%;
    font-weight: 600;
  }



  /* SERVICES  */
.service-p, .about-p {
  width: 65%;
  text-align: center;
  margin:auto;
}

/* services cards */
/* products */
.individual-srv {
  margin: 3%;
}

.individual-srv h2 {
  color: #3D4B54;
  text-align: center;
  font-size: 37px;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}



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

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

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

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

.card-prod {
  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;
}
  #services .card_content {
    padding: 1rem;
    height: 100%;
  }
  .card_title {
    color: #3D4B54;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 0px;
    padding: 2%;
    text-align: center;
    margin-top: 1%;
    font-family: 'Grotesk', sans-serif;
    font-weight: 500;
  }

  .card_text {
    color: black;
    font-size: 0.975rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;    
    font-weight: 400;
  }


.form {
  width: 60%;
  text-align: center;
  margin: auto;
  border: 1px solid #748B57;
  border-top: none;
  border-bottom: none;
}

.form p {
  width: 80%;
}

/* ABout */
.wrapper { 
  overflow:hidden;
  margin-top: 3%;
  text-align: center;
}

#m-one, #t-one {
  float:left; 
  margin:10px;
  width:50%;
}

#t-one {
  overflow: hidden;
}
#m-one p {
  width: 90%;
}
#m-two, #t-two { 
  overflow:hidden;
  margin:10px;
}

#m-two img, #t-one img {
  width: 400px;
}

#t-two-mobile {
  display: none;
}

@media screen and (max-width: 650px) {
   #m-one, #t-one { 
    float: none;
    width:auto;
    border:0;
  }
  #t-two-mobile {
    display:inline;
  }
  #t-two {
    display: none;
  }
}


/* PROJECTs */
/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  width: 80%;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #3D5826;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #3D5826;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}



/* CONTACT */
.card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 1250px;
    margin: 150px auto;
    padding: 20px;
    gap: 20px;
    margin-top: 0;
}
.card-list .card-item {
    background: #fff;
    padding: 26px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    transition: border 0.5s ease;
    text-align: center;
}
.card-list .card-item:hover {
    border: 2px solid #000;
}
.card-list .card-item img {
    width: 64px;
    border-radius: 8px;
    text-align: center;
}
.card-list span {
    display: inline-block;
    background: #F7DFF5;
    margin-top: 32px;
    padding: 8px 15px;
    font-size: 0.75rem;
    border-radius: 50px;
    font-weight: 100;
}

.card-item h3 {
    color: #000;
    font-size: 1.438rem;
    margin-top: 28px;
    font-weight: 100;
    font-family: 'GlacialIndifference', sans-serif;
}
.card-item .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-35deg);
    height: 40px;
    width: 40px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    margin-top: 40px;
    transition: 0.2s ease;
}
.card-list .card-item:hover .arrow  {
    background: #000;
    color: #fff; 
}
@media (max-width: 1200px) {
    .card-list .card-item {
        padding: 15px;
    }
}
@media screen and (max-width: 980px) {
    .card-list {
        margin: 0 auto;
    }
}


  /* footer */
  .footer-distributed {
    background-color: #3D5826;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 45px 50px;
  }

  .footer-distributed .footer-left p {
    color: white;
    font-size: 14px;
    margin: 0;
    text-align: center;
    font-weight: 900;
  }
  /* Footer links */
  
  .footer-distributed p.footer-links {
    font-size: 18px;
    font-weight: bold;
    color: white;
    margin: 0 0 10px;
    padding: 0;
    transition: ease .25s;
  }
  
  .footer-distributed p.footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
    transition: ease .25s;
  }
  
  .footer-distributed .footer-links a:before {
    content: "·";
    font-size: 20px;
    left: 0;
    color: white;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
 
  .footer-distributed p.footer-links a:hover{text-decoration:underline;}





/* GENERAL MEDIA QUERIES */
@media screen and (min-width: 651px) and (max-width: 800px) {

}

@media screen and (max-width: 750px) {
  #main-menu {
    display: none;
  }
  #hamburger-menu {
    display: inline;
  }
  .form {
    width: 75%;
  }
  #navlist {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .centered {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 425px) {
  .centered {
    position: relative;
  }
  #logo {
    width: 220px;
    margin-top: 10px;
  }
  #hamburger-menu {
    width: 30px;
    height: 30px;
  }
  #hamburger-menu ul {
    margin-top: 19%;
  }
  #hamburger-menu a {
    font-size: 2rem;
  }
  .form {
    width: 95%;
  }

}