


:root {
  --color-tan: 242, 235, 225; /* was: 235, 230, 222 */
  --color-tan-light: 252, 248, 241;
  --color-tan-gray-overlay: 221, 215, 195;
  --color-blue: 50, 197, 242;
  --color-mustard-yellow: 235, 230, 0;
  --color-dimgray: dimgray;
  --color-beige: beige;
  --color-cornsilk: cornsilk;
  --color-bisque: bisque;
  --color-text-dark: rgb(33, 37, 41);

  --image-banner: url('../banner.jpg');
  --image-book: url('../imgs/elisa-calvet-b-S3nUOqDmUvc-unsplash.jpg'); /* https://unsplash.com/photos/white-book-on-brown-wooden-table-S3nUOqDmUvc */
  --image-book-case: url('../imgs/janko-ferlic-sfL_QOnmy00-unsplash.jpg');
  --image-grain-1: url('../imgs/kristaps-ungurs-SI7BhmpahNM-unsplash-edited.jpg'); /* https://unsplash.com/photos/brown-wheat-field-during-daytime-SI7BhmpahNM */
  --image-field: url('../imgs/robin-edqvist-s6hKYvqk_J0-unsplash-edited.jpg'); 
  --image-plant-2: url('../imgs/plant-daniil-silantev-V1NYZxZQgq0-unsplash.jpeg');
  --image-software: url('../imgs/markus-spiske-MgtHZ4zlC1U-unsplash.jpg'); /*  */
  --image-software-2: url('../imgs/markus-spiske-hvSr_CVecVI-unsplash.jpg'); /*  */
  --image-team-1: url('../imgs/team-annie-spratt-QckxruozjRg-unsplash.jpeg'); /*  */
  --image-team-2: url('../imgs/arlington-research-nFLmPAf9dVc-unsplash.jpg'); /*  */


  /* no longer used
  * https://www.shutterstock.com/image-photo/education-learning-concept-opening-book-textbook-794015686
    https://www.shutterstock.com/image-photo/natural-background-beautiful-spike-foreground-plant-1773805553
    https://www.shutterstock.com/image-photo/software-source-code-programming-on-computer-634574354
    https://www.shutterstock.com/image-photo/shot-male-office-worker-giving-creative-410899813
    https://www.shutterstock.com/image-photo/soybean-field-ripening-spring-season-agricultural-299275802
  */
}


/*:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}*/

/*@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 150, 255, 200;
    --background-start-rgb: 20, 40, 30;
    --background-end-rgb: 0, 0, 0;
  }
}*/

/*body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
}*/

@media (min-width: 1200px) {
  body {
    font-size: 1.1rem;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
  body {
    font-size: 4vw;
  }
}

.about-people-values-content-right::before,
.about-mission-content-left::before,
.services-faith-content-right::before,
.services-training-content-left::before,
.services-other-content-right::before,
.services-aws-content-right::before,
.services-ediscovery-content-left::before,
.section-banner-thin::before,
.quick-about-right-bg::before,
.brand-banner::before,
.section-banner::before,
.home-quick-about-content-right::before,
.overlay-img {
  content: "";
  position: absolute;
  top: 0px;right: 0px;bottom: 0px;left: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}

.main-section {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}

.brand-banner {
  background-color: rgb(var(--color-tan-gray-overlay), 0.3);
  color: #fffdf6;
  width: 100%;
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}

.brand-banner::before {
  background-image: var(--image-banner);
}



.quick-about {
  position: relative;
  min-height: 500px;
  background-color: rgb(var(--color-blue));
  z-index: -1;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.quick-about-outer {
  padding: 40px;
  min-height: 251px;
}

.quick-about-right-bg {
  position: relative;
  background-color: rgb(var(--color-blue), 0.4);
}

.quick-about-right-bg::before {
  background-image: var(--image-grain-1);
}

.quick-about-flex {
  min-height: inherit;
}

.contact-socials {
  position: relative;
  min-height: 200px;
  background-color: rgb(var(--color-blue));
  width: 100%;
  margin: 0px;
}

._next {
  height: 100%;
  position: relative;
}

.header-nav {
  width: 100%;
}

.footer {
  min-height: 150px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.footer-left {
  background-color: var(--color-dimgray);
  color: var(--color-beige);
}

.footer-mid {
  background-color:var(--color-cornsilk);
  color: var(--color-text-dark);
}

.footer-right {
  background-color: var(--color-bisque);
  color: var(--color-text-dark);
}

.footer .socails-links a {
  margin-right: 10px;
  font-size: 1.5rem;
}


.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}










/* ---------  SECTION  --------- */



.section-banner-thin {
  background-color: rgb(var(--color-tan-gray-overlay), 0.25);
  
  width: 100%;
  min-height: 100px;
  position: relative;
  color: #fffdf6;
}

.section-banner-thin::before {
  background-image: var(--image-banner);
}

.section-banner {
  background-color: rgb(var(--color-tan-gray-overlay), 0.3);
  color: #fffdf6;
  width: 100%;
  min-height: 500px;
  position: relative;
  display: grid;
  place-items: center;
}

.section-banner::before {
  background-image: var(--image-banner);
}

.section-banner-text {
  text-decoration: underline;
  widows: fit-content;
  padding-top: 30px;
  font-size: 50px;
}


.section-single {
  min-height: 300px;
  width: 100%;
  margin: 0px;
}

.section-split {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.section-split-flex {
    min-height: inherit;
}

.section-split-outer {
  padding: 40px;
  min-height: 251px;
}

.section-content li {
  text-align: left;
}









/* --------- PAGES  --------- */

/* ---------  Home  --------- */
.home-banner-header {
  text-decoration: underline;
  widows: fit-content;
  padding-top: 30px;
  font-size: 50px;
}


.home-our-services {
  background-color: rgb(var(--color-tan));
}

.home-banner-link {
  color: #fffdf6;
  text-decoration: none;
}

.home-quick-about {
  min-height: 500px;
  background-color: rgb(var(--color-blue));
}

.home-quick-about-content-right {
  position: relative;
  background-color: rgb(var(--color-blue), 0.65);
}

.home-quick-about-content-right::before {
  background-image: var(--image-grain-1);
}

.home-quick-about-content p {
  font-size: 1.5rem;
}

.home-our-process {
  background-color: rgb(var(--color-tan-light));
}

.home-quote {
  background-color: rgb(var(--color-tan-light));
}


/* ---------  Services  --------- */
.services-our-services {
  background-color: rgb(var(--color-tan));
}

.services-aws {
  background-color: rgb(var(--color-tan-light));
}

.services-aws-content ul {
  padding-left: 45px;
}

.services-aws-content-left {
  background-color: rgb(var(--color-tan-light));
}

.services-aws-content-right {
  position: relative;
  background-color: rgb(var(--color-tan-light), 0.4);
}

.services-aws-content-right::before {
  background-image: var(--image-grain-1);
}

.services-ediscovery-content-right {
  background-color: rgb(var(--color-blue));
}

.services-ediscovery-content-left {
  position: relative;
  background-color: rgb(var(--color-blue), 0.4);
}

.services-ediscovery-content-left::before {
  background-image: var(--image-team-1);
}

.services-faith {
  background-color: rgb(var(--color-mustard-yellow));
}
.services-faith-content-right {
  position: relative;
  background-color: rgb(var(--color-mustard-yellow), 0.3);
}
.services-faith-content-right::before {
  background-image: var(--image-book-case);
}

.services-training {
  background-color: rgb(var(--color-tan));
}
.services-training-content-left {
  position: relative;
  background-color: rgb(var(--color-tan), 0.3);
}
.services-training-content-left::before {
  background-image: var(--image-book);
}

/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 999.98px) {
  .services-training-content-left {
    display: none;
  }
  .services-ediscovery-content-left {
    display: none;
  }
}

.services-other {
  background-color: rgb(var(--color-tan-light));
}
.services-other-content-right {
  position: relative;
  background-color: rgb(var(--color-tan-light), 0.4);
}
.services-other-content-right::before {
  background-image: var(--image-software);
}

.services-our-services-content,
.services-aws-content,
.services-ediscovery-content,
.services-faith-content,
.services-training-content,
.services-other-content {
  text-align: left;
}

/* ---------  About  --------- */

.about-story {
  background-color: rgb(var(--color-tan));
}

.about-people-values {
  background-color: rgb(var(--color-blue));
}
.about-people-values-content-right {
  position: relative;
  background-color: rgb(var(--color-blue), 0.3);
}
.about-people-values-content-right::before {
  background-image: var(--image-team-1);
}

.about-mission {
  background-color: rgb(var(--color-tan-light));
}
.about-mission-content-left {
  position: relative;
  background-color: rgb(var(--color-tan-light), 0.4);
}
.about-mission-content-left::before {
  background-image: var(--image-software);
}

.about-team {
  background-color: rgb(var(--color-tan-light));
}

/* ---------  Privacy & Terms  --------- */

.terms-terms-content,
.privacy-privacy-content {
  text-align: left;
}