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

a, a:visited, a:link {
  color: black;
  text-decoration: none;
}

body {
    font-family: 'Oswald', 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;
}

p {
  text-align: center;
  margin: auto;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: .5px;
  font-size:1rem;
  font-family: 'Montserrat', sans-serif;

}

h2 {
  font-weight: 400;
  text-align: center;
  font-size: 2rem;
  color:#262626;
  margin-bottom: 3%;
  font-family: 'Oswald', sans-serif;
}

.section-h2 {
width: 75%; 
margin: auto; 
margin-bottom:3%;
margin-top: 3%;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  font-weight :400;
  margin-bottom: 3%;
  margin-top: 3%;
  color: #262626;
}

.banner {
  height: 50px; 
  background-color:#F1A0CC;
}
.banner span {
    float: right;
    margin-right: 3%;
    margin-top: 15px;
}

.header {
  clear: both;
  height: 100px;
}
  
#logo {
    float:left;
    margin:0;
    width: 100px;
  }
  
  #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: 1rem;
    color: #262626;
  }

  #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, 
        #F1A0CC, #F1A0CC 20%, 
        white 20%, white 40%, 
        #F1A0CC 40%, #F1A0CC 60%, 
        white 60%, white 80%, 
        #F1A0CC 80%, #F1A0CC 100%
      );
    }
    
    #hamburger-menu #sidebar-menu {
      visibility: hidden;
      position: fixed;
      top: 0;
      width: 75%;
      height: 100%;
      background-color: #F1A0CC;
      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: 100px;
    }
    
    #hamburger-menu li {
    list-style-type: none;
    line-height: 3rem;
    }
    
    #hamburger-menu a {
    color: white;
    font-size: 2rem;
    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;
    }


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

#landing-container img {
    width: 100%;
    filter: brightness(0.3);
}
  .centered {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: White;
    font-size: 2.25rem;
    padding: 3%;
    width: 100%;
    font-weight: 600;
  }

  .centered h2 {
    font-size: 3rem;
  }

  .centered h2, .centered p {
    color: white;
    font-weight: 400;
  }

/* CSS */
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #F1A0CC;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #262626;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-5:hover,
.button-5:focus {
  background-color: #F1A0CC;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #262626;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: white;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
  color: #F1A0CC;
}




  #howitworks {
    margin-bottom: 5%;
  }
  .howitworks {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 5%;
  }

  .howitworks h3 {
    color: #F1A0CC;
    font-weight: 500;
    font-size: 1.75rem;
  }



  /* SERVICES  */
#services {
  background-color: #FAF3F7;
  padding-top: 3%;
}
.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;
  width: 100%;
  vertical-align: middle;
}

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

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

@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;
}
.card-prod h4 {
  color: #F1A0CC;
  text-align: center;
  width: 100%;
  margin: auto;
  font-size:1.5rem;
  font-weight: 300;
}

.card-prod h5 {
  color: #F1A0CC;
}

  #services .card_content {
    padding: 1rem;
    height: 100%;
  }
  .card_title {
    color: #262626;
    font-size: 1.45rem;
    letter-spacing: 1px;
    margin: 0px;
    padding: 2%;
    text-align: center;
    margin-top: 1%;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }

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

  .pink-wrapper, .white-wrapper{ 
    overflow:hidden;
    margin: 5%;
  }
  
  .pink-wrapper div, .white-wrapper div {
     min-height: 200px;
     padding: 10px;
  }
  #pink-one {
    float:left; 
    margin-right:20px;
    width:50%;
    text-align: center;
  }
  #pink-one p, #white-two p {
    font-size: .9rem;
    text-align: center;
  }
  #pink-two { 
    background-color: white;
    overflow:hidden;
    margin:10px;
    min-height:170px;
    text-align: center;
  }
  #pink-two img, #white-one img {
    width: 300px;
  }

  .white-wrapper {
    margin-top: 0;
  }

  #white-one {
    float:left; 
    margin-right:20px;
    width:50%;
    text-align: center;
  }

  #white-two { 
    background-color: white;
    overflow:hidden;
    min-height:170px;
    text-align: center;
    padding-top: 0;
  }

  #white-img img {
    display: block;
    width: 300px;
    margin: auto;
  }

  
  @media screen and (max-width: 825px) {
     #pink-one, #white-one { 
      float: none;
      margin-right:0;
      width:auto;
      border:0;
    }
    #white-one{
      display: none;
    }
    #white-img {
      text-align: center;
    }
  }

  @media screen and (min-width:826px) {
      #white-img img {
      display: none;
    }
  }

#backdrops {
  background-color: #ECDFEA;
}

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

.form p {
  width: 80%;
}

/* ABout */
#about {
  text-align: center;
  background-color: #FAF3F7;
}

/* 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-fit, minmax(240px, 1fr));
    max-width: 1250px;
    margin: 150px auto;
    padding: 20px;
    gap: 20px;
    margin-top: 0;
}
.card-list .card-item, .card-list .backdrop-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, .card-list .backdrop-item:hover {
    border: 2px solid #000;
}
.card-list .card-item img {
    width: 64px;
    border-radius: 8px;
    text-align: center;
}

.card-list .backdrop-item img {
  width: 200px;
}

.card-item h3, .backdrop-item h3 {
    color: #262626;
    font-size: 1.75rem;
    margin-top: 28px;
    font-weight: 100;
    font-family: 'Nickainley', sans-serif;
}

.card-item p {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.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: #F1A0CC;
    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: #262626;
    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: #262626;
    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: #262626;
    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: 825px) {
  #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;
  }
  .centered h2 {
    font-size: 2rem;
  }
  .centered p {
    font-size: .75rem;
  }
}

@media screen and (max-width: 425px) {
  .banner span {
    margin: 0;
  }
  #landing-container img {
    filter: none;
  }
  .centered {
    position: relative;
  }
  .centered h1, .centered p, .centered h2 { 
    color: #262626;
  }

  #logo {
    width: 100px;
    margin-top: 10px;
  }
  #hamburger-menu {
    width: 30px;
    height: 30px;
  }
  #hamburger-menu ul {
    margin-top: 19%;
  }
  #hamburger-menu a {
    font-size: 2rem;
  }
  .form {
    width: 95%;
  }

}