h1 {
  font-family: "Days One", sans-serif;
  font-size: 3.75em;
}

h2 {
  font-family: "Days One", sans-serif;
  font-size: 1.5em;
  color: var(--main-blue);
}

h5, h4 {
  font-family: "Days One", sans-serif;

  color: var(--main-blue);
}

p {
  font-size: 1.15em;
}

.banner {
  background-image: url("../assets/banner.jpg");
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.details {
  padding: 4em 2em 4em 5em;
}
/*Mobile-------------------------------------*/
@media only screen and (max-width: 570px) {
  .hanging-spider img {
    display: none;
  }

  .services-container {
    padding-top: 4em;
    padding-left: 0.5em;
    padding-right: 0.5em ;
   
  }
  .web-design-1 {
    /* border-radius: 2em; */
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 2em;
   
    margin: 2em 2em 5em 2em;
    /* padding: 0 4em 4em; */
   
  }
  
  .d-marketing-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 2em;
   
    margin: 2em 2em 5em 2em;
    /* padding: 0 4em 4em; */
    
  }

  .mobile-apps-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 2em;
    margin: 2em 2em 5em 2em;
    
  }
 
  .desktop-apps-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 2em;
    margin: 2em 2em 5em 2em;
    
  }

  .db-development-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 2em;
    margin: 2em 2em 5em 2em;
    
  }

  .api-development-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 2em;
    margin: 2em 2em 5em 2em;
    
  }

  .ecom-1 {
  
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 2em;
    margin: 2em 2em 5em 2em;
    /* padding: 0 4em 4em; */
  }

  


  .seo-1 {
    
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 2em;
    margin: 2em 2em 5em 2em;
    /* padding: 0 4em 4em; */
  }

  .web-hosting-1 {
  
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 2em;
   
    margin: 2em 2em 5em 2em;
    /* padding: 0 4em 4em; */
  }

.growth-consult {
  /* background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); */
  /* border-radius: 2em; */
  padding: 2em;
   
  margin: 2em 2em 5em 2em;
}
  /* .process {
    background-color: whitesmoke;
    
  } */
  
  .process p {
    font-size: 1em;
  }
  
  .figure {
    padding: 0.5em;
    margin: 1em;
  }
  
  .process-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
    text-align: center;
   
  }
  
  .process figure {
    width: 17em;
  }
  
  .image-process {
    width: 17em;
    height: 17em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  .process figcaption {
    font-size: 1em;
    width: 17em;
    height: 15em;
    line-height: 1.75em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 2em 1em;
  }


  .cta-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-cta {
    font-family: "Days One", sans-serif;
    color: var(--main-blue);
    color: white;
    background-color: black;
    margin: 0 0.5em 2em 0.5em;
    font-size: 1.65em;
    padding: 0.15em 1em;
    border-radius: 0.75em;
    
    background: var(--main-blue);
    
    text-decoration: none;
    cursor: pointer;
  }

}
/*Tablet-------------------------------------*/
@media only screen and (min-width: 571px) and (max-width: 1024px) {
  .hanging-spider img {
    display: none;
  }

  .services-container {
    padding-top: 4em;
    padding-left: 5em;
    padding-right: 5em ;
   
  }

  .web-design-1 {
    /* border-radius: 2em; */
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
   
    margin: 2em 0.5em 5em 0.5em;
    /* padding: 0 4em 4em; */
   
  }
  
  .d-marketing-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 3em;
    margin: 2em 0.5em 5em 0.5em;
    /* padding: 0 4em 4em; */
    
  }
 

  .ecom-1 {
  
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 3em;
    margin: 2em 0.5em 5em 0.5em;
    /* padding: 0 4em 4em; */
  }


  .seo-1 {
    
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 3em;
    margin: 2em 0.5em 5em 0.5em;
    /* padding: 0 4em 4em; */
  }

  .mobile-apps-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
    margin: 2em 0.5em 5em 0.5em;
    
  }

  .desktop-apps-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
    margin: 2em 0.5em 5em 0.5em;
    
  }

  .db-development-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
    margin: 2em 0.5em 5em 0.5em;
    
  }

  .api-development-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
    margin: 2em 0.5em 5em 0.5em;
    
  }

  .web-hosting-1 {
  
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 3em;
    margin: 2em 0.5em 5em 0.5em;
    /* padding: 0 4em 4em; */
  }

.growth-consult {
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  /* border-radius: 2em; */
  padding: 3em;
  margin: 2em 0.5em 5em 0.5em;
}
  /* .process {
    background-color: whitesmoke;
    
  } */
  
  .process p {
    font-size: 1em;
  }
  
  .figure {
    padding: 0.5em;
    margin: 1em;
  }
  
  .process-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
    text-align: center;
   
  }
  
  .process figure {
    width: 17em;
  }
  
  .image-process {
    width: 17em;
    height: 17em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  .process figcaption {
    font-size: 1em;
    width: 17em;
    height: 15em;
    line-height: 1.75em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 2em 1em;
  }


  .cta-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

   .contact-cta {
    font-family: "Days One", sans-serif;
    color: var(--main-blue);
    color: white;
    background-color: black;
    margin: 0 0.5em 2em 0.5em;
    font-size: 1.65em;
    padding: 0.15em 1em;
    border-radius: 0.75em;
    
    background: var(--main-blue);
    
    text-decoration: none;
    cursor: pointer;
  }

}

/*Desktop-------------------------------------*/
@media only screen and (min-width: 1025px) {
  .hanging-spider {
    position: fixed;
    top: 0;
    right: 0;
  }
  .hanging-spider img {
    width: 80%;
  }

  .services-container {
    padding-top: 4em;
    padding-left: 5em;
    padding-right: 5em ;
   
  }

  .web-design-1 {
    /* border-radius: 2em; */
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
   
    margin: 2em 6em 6em 6em;
    /* padding: 0 4em 4em; */
   
  }
  
  .d-marketing-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 3em;
    margin: 6em;
    /* padding: 0 4em 4em; */
    
  }
 

  .ecom-1 {
  
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 3em;
    margin: 6em;
    /* padding: 0 4em 4em; */
  }


  .seo-1 {
    
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 3em;
    margin: 6em;
    /* padding: 0 4em 4em; */
  }

  .mobile-apps-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
    margin: 6em;
    
  }

  .desktop-apps-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
    margin: 6em;
    
  }

  .db-development-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
    margin: 6em;
    
  }

  .api-development-1 {
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    padding: 3em;
    margin: 6em;
    
  }

  
  

  .web-hosting-1 {
  
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    /* border-radius: 2em; */
    padding: 3em;
   margin: 6em;
    /* padding: 0 4em 4em; */
  }

.growth-consult {
  background: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  /* border-radius: 2em; */
  padding: 3em;
  margin: 6em;
}
  /* .process {
    background-color: whitesmoke;
    
  } */
  
  .process p {
    font-size: 1em;
  }
  
  .figure {
    padding: 0.5em;
    margin: 1em;
  }
  
  .process-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
    text-align: center;
   
  }
  
  .process figure {
    width: 17em;
  }
  
  .image-process {
    width: 17em;
    height: 17em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  }
  
  .process figcaption {
    font-size: 1em;
    width: 17em;
    height: 15em;
    line-height: 1.75em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 2em 1em;
  }

  .cta-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 7em;
    padding-bottom: 2em;
  }

  .contact-cta {
    font-family: "Days One", sans-serif;
    color: var(--main-blue);
    color: white;
    background-color: black;
    margin: 0 0.5em 2em 0.5em;
    font-size: 1.65em;
    padding: 0.15em 1em;
    border-radius: 0.75em;
    
    background: var(--main-blue);
    
    text-decoration: none;
    cursor: pointer;
  }
}
.contact-cta:hover {
  color: black;
  text-decoration: none;
}

/* style menu link on current page - underline remains*/
.current a::before,
a:focus::before {
  transform: scale(1, 1) !important;
}
