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

.ie-background-yellow { background: #ffce00 }
.ie-background-pink { background: #ff155d }
.ie-background-blue-light { background: #00c3d8 }
.ie-background-blue-dark { background: #0c1c33 }
.ie-background-purple-light { background: #a140ff }
.ie-background-purple-dark { background: #5b00c4 }
.ie-background-orange { background: #f9643d }
.ie-background-green { background: #97c41c }


/* CSS Document */
.heading-background {
  color: #fff;
  line-height: 0.5;
  padding: 2rem 0 1.25rem;
  margin: 0;
  background: #0c1c33;
}

.heading-background h1 { font-size: 2.5rem; line-height: 3.5rem; margin: 0 }
.heading-background p { margin-top: 15px }
.heading-background .col { padding-top: 0; padding-bottom: 0 }
.heading-background img { width: 100% }

/* Home Page */
.homepage-hero { padding: 0; background: #0c1c33; color: #fff }
.homepage-hero-content { padding: 2% 8% 5% }
.homepage-hero-content h1 { font-size: 2.5rem }

@media (max-width: 992px) {
  .homepage-hero-image {
    padding: 12%!important;
  }
}

@media (min-width: 993px) {
	.homepage-hero .row { display: flex }
}

@media (min-width: 1333px) {
	.homepage-hero-content h1 { font-size: 3.25rem }
}

/* Landing Page */
.container-fluid {    
  max-width: 100%!important;
  width: 100%;
}

.project-hero { 
  padding: 4rem 0;
  color: #fff; 
  background: no-repeat; 
  background-size: cover!important; 
  background-position: center; 
}

.project-hero h1 {
  margin-top: 0;
}

.hero-img { width: 100% }

.project-content-section {
  padding: 3% 0;
}

@media(min-width: 993px) {
  .project-content-section .row { 
    display: flex;
    align-items: center;  
  }
  
  .project-content-section .row { 
    margin-left: -2rem;
    margin-right: -2rem;
  }  
  
  .project-content-section .row .col {
    padding: 0 2rem;
  }  
}

.project-content-section h2 {
	margin-top: 0;
}

.quote { 
  font-family: 'Lora', serif;
  font-style: italic; 
  color: #737373;
  margin-top: 40px;
  position: relative;
  padding-left: 20px;
}

.quote::before {
  width: 5px;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(45deg, #ec7e38, #f7cc0d, #cdf659);
  background-size: 600% 600%;

  -webkit-animation: GradientAnimation 4s ease infinite;
  animation: GradientAnimation 4s ease infinite;
}

@-webkit-keyframes GradientAnimation {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

@keyframes GradientAnimation {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.quote-left { margin-right: 80px }
.quote-right { margin-left: 80px }
.quote-content { padding: 20px; white-space: pre-line }
.quote-body { font-size: 1.5rem; line-height: 2.5rem }

.project-content-section img {
  max-width: 100%;
}

.screenshot-wrapper {
  display: inline-block;
  border-radius: 15px;
  box-sizing: border-box;
  background: rgb(149,235,122);
  background: -moz-linear-gradient(left, rgba(149,235,122,1) 0%, rgba(60,211,178,1) 100%);
  background: -webkit-linear-gradient(left, rgba(149,235,122,1) 0%,rgba(60,211,178,1) 100%);
  background: linear-gradient(to right, rgba(149,235,122,1) 0%,rgba(60,211,178,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95eb7a', endColorstr='#3cd3b2',GradientType=1 );
  box-shadow: 0 5px 40px rgb(10 3 89 / 10%);
}

.screenshot-wrapper img {
  background: url(/images/browser-buttons.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 95% 15px;
  padding: 40px 0 0;
  display: block;
  border-radius: 15px;
  max-height: 700px;
}

.round-shadow img {
  border-radius: 15px;
  box-shadow: 0 5px 40px rgb(10 3 89 / 10%);
}

.project-content-section img.align-right { float: right; margin-left: 5%; margin-bottom: 5% }
.project-content-section img.align-left { float: left; margin-right: 5%; margin-bottom: 5% }
.project-content-section img.align-center { display: block; margin: 0 auto 5% }

/* WHO WE ARE */

/* Team Section */
#team {
  text-align: center;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);  
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 50%;
  transform: translateY(-50%);
}

@media(min-width: 1333px) {
  .team-member figcaption p {
    font-size: 16px;
  }	
}

.team-member h4,
.leader h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  box-sizing: border-box;
  padding: 30px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: linear-gradient(45deg, rgba(255,21,93,0.6) 0%, rgba(91,0,196,0.6) 70%, rgba(0,195,216,0.6) 100%);
  
  opacity: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Leaders Section */
#leaders {
  background: #f7f7f7;
}

.leader {
  margin-bottom: 2rem;
}

.leader p {
  margin-bottom: .5rem;
}

.leader p.small {
  font-size: smaller;
  line-height: 1.4;
  color: #696969;
}

.leader img {
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 20%); 
}

.leader h4 {
  font-size: 1.2rem;
}

/* CONTACT */

.contact-form-wrapper {
  background: #fff;
  padding: 8% 5%;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
  margin-top: 40px;
}

@media only screen and (min-width: 993px) {
  .contact-form-wrapper {
  	margin-top: 70px;
  }
}

/* Schedule Demo CTA */
.schedule-demo-cta { 
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;  
}

.schedule-demo-cta h1 { font-size: 2.75em }