/* // Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... } */
/* GLOBAL */
@font-face {
  font-family: 'open sans';
  src: url(/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: open sans bold;
  src: url(/Open_Sans/OpenSans-Bold.ttf);
  font-weight: bold;
}

* {
  margin: 0px;
  padding: 0px;
  /* color: #222; */
  font-family: 'open sans' !important;
}
/* 
.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px){
  .container{
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media (min-width: 922px) {
   body .container{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media(min-width: 1281px) {
  html body .container {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
} */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 670px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 840px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
} /*was 1230*/
@media (min-width: 1200px) {
  .container {
    max-width: 1640px;
  }
}

.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Free' !important;
}

html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans bold' !important;
  color: #222;
}
h3 {
  font-size: 48px;
  margin-bottom: 5rem;
}
p,
ul {
  color: #787878;
  font-size: 1.25rem;
}

ul {
  list-style-position: inside;
}

a {
  cursor: pointer;
}

.text-primary {
  color: #5fcff8 !important;
}

.text-secondary {
  color: #d8357b !important;
}

.bg-primary {
  background: #5fcff8 !important;
}

.bg-pink {
  background: #d8357b !important;
}

.bg-yellow {
  background: #f4d330 !important;
}

.bg-black {
  background: #222 !important;
}
/* body{
  background-color: whitesmoke;
} */
.btn {
  border-radius: 5px;
  font-weight: bold;
  padding: 0.75rem 3rem 0.75rem 3rem;
}

.btn-primary {
  background-color: #5fcff8;
  border: none;
  color: whitesmoke;
}

.btn-primary:hover {
  color: whitesmoke;

  background-color: #5fcff8;
}

/* .nav-links a.black-link {
  color: black !important;
  background-color: red; 
} */

@media (max-width: 992px) {
  .lg-reverse {
    flex-direction: column-reverse;
  }
}

.nav-links .hover-rainbow:hover,
.hover-rainbow:hover {
  animation: rainbow-text-rev 2s ease-in;
  background-color: linear-gradient(
    270deg,
    #d8357b 0%,
    #f4d330 49.25%,
    #5fcff8 100%
  );
  background-image: linear-gradient(
    270deg,
    #d8357b 0%,
    #f4d330 49.25%,
    #5fcff8 100%
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  /* text-fill-color: transparent; */
  /* text-fill-gradient */
}

/* .nav-links li a.rainbow-blue:hover {
  animation: rainbow-text-rev 2s ease-in ;
  background-color: linear-gradient(270deg, #5FCFF8  0%, #F4D330 49.25%, #D8357B 100%);
  background-image: linear-gradient(270deg, #5FCFF8  0%, #F4D330 49.25%, #D8357B 100%);
  
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
  background-size: 100%;
  background-clip: text;
  /* text-fill-color: transparent; */
/* text-fill-gradient;
} */

@keyframes rainbow-text-rev {
  0% {
    backround-size: 850%;
  }
  40% {
    background-size: 850%;
  }
  100% {
    background-size: 100%;
  }
}

section {
  padding: 5rem 0px 5rem 0;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /**/
}
.text-shadow-hover:hover {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* @media 9(max) */

.box-shadow {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  box-shadow: 3px 6px 6px rgb(0, 0, 0, 0.16);
}
.card {
  border: none;
  border-radius: 0.5rem !important;
  box-shadow: 0px 25px 50px rgba(23, 41, 65, 0.1);
}

.card-body {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.card-img {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.card-img-top {
  overflow: hidden;
  /* border: 2px solid black; */
  border-radius: 0.5rem 0.5rem 0 0;
}
.card-title h1,
.card-title h2,
.card-title h3,
.card-title h4,
.card-title h5,
.card-title h6 {
  font-weight: bold;
  font-size: 32px;
}

.logo {
  text-transform: uppercase;
}

/* #indexShowcase h1{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
} */
#indexShowcase h2 {
  font-size: 4rem;
}

#indexShowcase .showcase-text {
  margin-bottom: 4.25rem;
}
#indexShowcase p {
  margin-bottom: 2.5833333333rem;
}
/* #indexShowcase-col{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 60vh;
} */
#indexShowcase {
  /* min-height: 100vh; */
  /* min-height: 558px; */
  /* height: 657px; */
  height: 100vh;
  min-height: -webkit-fill-available;
  padding: 0;
  background-image: url(/img/Home\ Page\ Jombotron.svg);
  background-position: 58% 1%;
  overflow: hidden;
  position: relative;
}

#indexShowcase img {
  /* flex-basis: 50vw; */
  /* width: 50vw; */
  flex-shrink: 1;
  /* border: 1px solid black; */
}

/* #zcard-section .card-columns {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(autofill, minmax(250px,1fr));

} */

/* grid masonry */

#case-studies .btn {
  margin-bottom: 1rem;
}

#case-studies .card-img-top div {
  height: 100px;
  border-top-left-radius: calc(0.25rem - 1px);

  border-top-right-radius: calc(0.25rem - 1px);
}

#case-studies .card-body {
  position: relative;
  height: 100%;
}

#case-studies .card-body .card-text {
  color: #787878;
  line-height: 2.5rem;
}

@media (max-width: 540px) {
  #case-studies h6 {
    font-size: 18px;
  }
  .card-body {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  #case-studies h3 {
    font-size: 20px;
  }

  .card {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow: 0 17px 50px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 992px) {
  .vertical-line {
    display: none;
    border: none;
    background-color: none;
  }
  #contact-pink form {
    margin-right: 0 !important;
  }
}

#about-us .row [class*='col-'] p {
  padding-left: 1rem;
  line-height: 2.5rem;
}
section#meet-the-team .intro-text-top {
  margin-bottom: 1.91rem !important;
}

#meet-the-team .intro-text-top img {
  margin-left: 2rem;
}

#meet-the-team .intro-text-top img:hover {
  transform: scale(1.05);
}

#why p {
  padding-left: 2rem;
  line-height: 2.5rem;
}

#why ul {
  padding-left: 2rem;
  list-style: none;
  color: #ff0000;
  line-height: 2.5rem;
}

#why .row {
  justify-content: space-between;
  margin-bottom: 5rem;
}

#why [class|='col'] {
  margin-bottom: 2rem;
}

#contact-pink {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-image: url(/img/contact-us-pink.jpg);
  padding-top: 7rem !important;
  background-repeat: no-repeat;
  /* background-color: #D8357B !important; */
  /* background-image: url(/img/indexShowcase.jpg);
  background-attachment: fixed; */
  /* background-position: -30px 30px; */
  /* border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; */
  /* border-radius:  10px; */
  /* margin-left: 5px; */
  /* background-position: 50vw; */
  background-position: -2px 0px;
}
#contact-pink .container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#contact-pink form input,
#contact-pink form textarea,
input,
textarea {
  margin-bottom: 1rem;
}

#contact-pink form {
  margin-right: 1.5rem;
}
.form-col {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: inherit;
}

#contact-pink .form-control:focus {
  border: #5fcff8;
}
/* @media (max-width: 768px){
  #contact-pink{
    min-height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
} */

@media (max-width: 768px) {
  #contact-pink form h5 {
    display: none;
  }
}

.text-whitesmoke {
  color: whitesmoke;
}

.text-white {
  color: whitesmoke;
}

.bg-whitesmoke {
  background-color: whitesmoke;
}

.text-p {
  font-weight: lighter;
  font-size: 1rem;
}
.text-black {
  color: #222;
}
/* MD order */
@media (max-width: 768px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
}
/* SECTION 367 ------------------------------------------------------------------*/

#section-367 {
  /* background-color: #F9F9F9; */
  /* background-color: rgb(202, 202, 202); */
  /* background-color: rgb(234, 234, 234); */
  background-color: #f9f9f9;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#section-367 .row {
  margin: 35px 0px 35px 0px;
}

#section-367 h6 {
  font-size: 3rem;
  font-weight: bold;
}

#section-367 h5 {
  font-size: 1.5rem;
  font-weight: normal;
}

@media (max-width: 991px) {
  /* #section-367 .row{
    margin: 0px 0px 0px 0px;
    flex-direction: column;

  } */
  #section-367 .col-lg-5 {
    margin-bottom: 1rem;
  }
}

/* SECTION CONTACT-PINK------------------------------------------------------------------*/
#contact-pink h5,
#contact-pink p,
#contact-pink a {
  color: whitesmoke;
}

/* #contact-pink .col-md-6{
  padding: 0px 0px;
  margin: 0px;

} */
#contact-pink .row .col-md-6 {
  margin: 0px -3px 0px -3px;
}
#contact-pink .form-control {
  background-color: whitesmoke;
}
.vertical-line {
  border-left: 2px solid whitesmoke;
  /* position: ; */
  height: inherit;
  background-color: whitesmoke;
}
@media (max-width: 768px) {
}
@media (max-width: 991px) {
  .vertical-line {
    display: none;
  }
  #NWA-col {
    display: block !important;
    max-width: 100% !important;
    flex-grow: 1;
  }
}
/* #contact-pink form{
  height: 65vh;
} */
/* #NWA-col{
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
} */
/* .border-right-md-up-whitesmoke{
  border-right: 3px solid whitesmoke;
}
@media (max-width: 768px){
  .border-right-md-up-whitesmoke{
    border-right: transparent;
  }
} */

.title {
  font-size: 2.5rem !important;
  margin-bottom: 2rem;
}
.subtitle {
  font-size: 2rem;
  margin-bottom: 1rem;
}
/* --FOOTER-- */
.main-footer {
  background-color: whitesmoke;
  font-weight: 150;
  /* border-top: 1px solid #5FCFF8; */
  padding: 2rem 0;
}
.main-footer .row {
  min-height: 200px;
}

.main-footer .rowz {
  /* display: flex;
  justify-content: space-between; */
  align-items: stretch;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: 'footer-contact footer-emblem footer-nav';
  width: 100%;
}
#contact-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
  grid-area: footer-contact;
}

#contact-col a:hover {
  text-decoration: none;
}

#footer-center-col {
  grid-area: footer-emblem;
  align-self: center;
}

#footer-center-col h1,
#footer-center-col h2 {
  text-align: center;
  font-size: 20px !important;
}
#footer-center-col img {
  /* height: 30px; */
  /* font-size: 30px; */
  margin: 3px 0px;
  width: 70%;
}
#footer-center-col a img:hover,
.contact-icon-row img:hover {
  transform: scale(1.05);
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
  /* box-shadow: 0 17px 50px rgba(0, 0, 0, 0.2); */
  /* transform: rotateZ(5deg); */
}

#footer-center-col hr {
  color: #222;
  background-color: #222;
  height: 1px;
}
#footer-nav-col ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  list-style: none;
  margin: 0px 0px;
}

#footer-nav-col {
  /* height: 100% !important; */
  align-self: stretch;
  flex: 1;
  /* background-color: blue; */
  grid-area: footer-nav;
  text-align: right;
}

#footer-nav-col ul {
  height: 100%;

  /* background-color: green; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer-nav-col ul li a {
  color: #222;
}

#footer-nav-col ul li a:hover {
  color: #5fcff8;
  text-decoration: none;
}
@media (max-width: 768px) {
  .main-footer .rowz {
    flex-direction: column;
  }
  .main-footer .rowz {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      'footer-contact footer-nav'
      'footer-emblem footer-emblem';
  }

  #footer-nav-col a {
    align-self: flex-end !important;
    width: 100%;
  }

  #footer-center-col {
    padding: 2rem 0;
  }
}

.contact-div h5 {
  font-weight: 200;
  font-size: 15px;
  margin-bottom: 3px;
}
.main-footer .right-footer li {
  margin-bottom: 9px;
}
.footerbar {
  background: linear-gradient(270deg, #d8357b 0%, #f4d330 49.25%, #5fcff8 100%);
  font-weight: 50;
  /* border-top: 1px solid #5FCFF8; */

  color: whitesmoke;
}
/* .left-footer{
 
} */
.right-footer {
  text-align: right;
}
@media (max-width: 576px) {
  .right-footer {
    text-align: left;
  }
  .left-footer {
    text-align: left;
  }
  .main-footer li {
    margin-bottom: 1px !important;
  }
  .main-footer ul {
    margin: 0px !important;
  }
}

/* ==============================INDEX=================================== */
/* ------------------------navbar---------------------------------------- */
/* .custom-toggler.navbar-toggler { 
  border-color: transparent;
}

.custom-toggler .navbar-toggler-icon { 
  background-image: url(/img/SVG/navToggler.svg); 
} 

nav{
  height: 10vh !important;
}

.nav-link{
  margin-left: 1rem;
  margin-right: 1rem;
  
} */
/* @media (max-width: 768px) {
  nav.navbar {
    background: lightgray !important;
  }
} */
/* .navbar.collapsing,
.navbar.show {
    background:whitesmoke !important;
} */

#indexShowcase .container {
  height: 100%;
  overflow: hidden;
}

/* #indexShowcase .content .showcase-text {
  max-width: 50%;
}

#indexShowcase .content .showcase-text h2 {
  max-width: 100%;
} */

/* #indexShowcase .content img {
  max-width: 50%;
  flex: 1;
} */

.background-shape,
.yellow-dot,
.pink-dot,
.blue-dot {
  position: absolute;
  z-index: -2;
  display: none;
}

.background-shape {
  top: 10%;
  /* right: 0px; */
}

.yellow-dot {
  height: 200px;
  width: 200px;
  /* width: auto; */
  background-color: #f4d330;
  border-radius: 50%;
  bottom: 300px;
  left: -100px;
}

.pink-dot {
  z-index: -1;
  height: 40px;
  width: 40px;
  background-color: #d8357b;
  border-radius: 50%;
  top: 250px;
  right: 400px;
}

.blue-dot {
  height: 150px;
  width: 150px;
  background-color: #5fcff8;
  border-radius: 50%;
  bottom: -10px;
  right: -50px;
}

/* mobile dot placement */
@media (max-width: 576px) {
  #indexShowcase .pink-dot {
    right: 10px;
  }

  #indexShowcase .blue-dot {
    height: 100px;
    width: 100px;
    bottom: -50px !important;
  }
}

#indexShowcase .content {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 50;
  justify-content: space-between;
  /* background-color: blue; */
  /* justify-content: center; */
  /* margin: auto 0; */
}

/* remove background image when text goes over */
@media (max-width: 1010px) {
  /* #index-Showcase .content {
    flex-direction: column;
  } */
  #indexShowcase {
    background: none;
  }
  #indexShowcase .content img {
    display: none;
  }
  #indexShowcase .showcase-text {
    max-width: 100%;
  }

  .background-shape,
  .yellow-dot,
  .pink-dot,
  .blue-dot {
    display: flex;
  }

  .pink-dot {
    right: 90px;
  }
}
/* #indexShowcase .rowz{
  display: flex !important;
  justify-content: space-around !important;
} */
/* #indexShowcase img{
  width: 40vh;
}*/

.opacity-1 {
  opacity: 1 !important;
  font-weight: bold;
  color: #000000;
}
.border-left-black {
  border-left: 2px solid #222222;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.card-columns {
  column-gap: 2rem;
}
.card-columns .card {
  margin-bottom: 2rem;
}

@media (min-width: 575px) {
  .card-columns {
    column-count: 2;
  }
  .card-columns .top-mid-card {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .card-columns {
    column-count: 3;
  }
  .top-mid-card {
    margin-top: 6rem !important;
  }
}

.card-columns + .btn {
  align-self: center;
}

@media (max-width: 800px) {
  .card-columns + .btn {
    /* display: block; */
    width: 100%;
  }
}

#reviews {
  background-color: #f9f9f9;
}

#reviews .row {
  justify-content: space-between;
}

.review.card {
  margin-bottom: 0.75rem;
}
/* ------------------------footer for nonmain---------------------------------------- */
#main-footer a {
  color: black !important;
}

/* divider */

/* Services================================================= */

#not-sure {
  background-color: #f9f9f9;
}

#our-work,
#our-work .container,
#our-work .row:first-child {
  min-height: 70vh;
}

#services-showcase {
  background-image: url(/img/cloud-separator.png);

  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  /* color: #fff !important; */
  padding: 0 !important;
  /* height:  */
}
/* set the color of the showcase content to whitesmoke */
#services-showcase h2,
#services-showcase p,
#services-showcase i {
  color: whitesmoke;
}
#services-showcase h2 {
  text-align: center;
  font-size: 4rem;
  width: 50%;
}

#services-showcase p {
  text-align: center;
  font-size: 1rem;
  width: 50%;
}

@media (max-width: 991px) {
  #services-showcase h2 {
    text-align: center;
    font-size: 3rem;
    width: 100%;
  }

  #services-showcase p {
    text-align: center;
    font-size: 1rem;
    width: 70%;
  }
}

#services-showcase i {
  font-size: 2rem;
  animation: animation-bounce 1.5s infinite;
  /* animation-duration: 4s; */
  /* animation-iteration-count: 2; */
  /* animation-delay: 0.5s; */
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  position: relative;
}

#arrow-animation-box {
  height: 4rem;
  /* border: 2px solid #whitesmoke */
}

#arrow-animation-box a {
  opacity: 0.7;
}
#arrow-animation-box a:hover {
  opacity: 1;
}

@keyframes animation-bounce {
  0% {
    top: 0px;
  }
  50% {
    top: 1rem;
  }
  100% {
    top: 0px;
  }
}

#services-showcase .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  /* color: #fff !important; */
}

.card a:hover {
  text-decoration: none;
}

.card-img-top {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  #our-work .card {
    margin-bottom: 0.75rem;
    min-height: 50vh;
  }
  #our-work .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}

#our-work .card:hover {
  transform: scale(1.05);
  transition-timing-function: linear !important;
  transition: 1ms;
}

.services-nav a {
  text-decoration: none;
  color: black;
}

.services-nav .services-nav-right a:hover i {
  animation: bounceRight 1.75s infinite;
  animation-timing-function: ease-in-out;
  /* animation-timing-function: ease-in; */
  position: relative;
}
.services-nav .services-nav-left a:hover i {
  animation: bounceLeft 1.75s infinite;
  animation-timing-function: ease-in-out;
  /* animation-timing-function: ease-in; */
  position: relative;
}

.services-nav a:hover {
  color: #5fcff8;
}

.services-nav-animation-box {
  /* width: 5rem;  */
  /* border: red; */
  /* background-color: green; */
}

.services-nav .services-nav-right i {
  /* animation-fill-mode: ; */
}

@keyframes bounceRight {
  0% {
    left: 0px;
  }
  50% {
    left: 0.5rem;
  }
  100% {
    left: 0px;
  }
}
@keyframes bounceLeft {
  0% {
    right: 0px;
  }
  50% {
    right: 0.5rem;
  }
  100% {
    right: 0px;
  }
}

#service-cards {
  background-color: whitesmoke;
}

#service-cards .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}

#service-cards .card-title {
  margin-top: 2rem;
}

p b {
  color: black;
}

#service-cards .card-body p {
  padding: 0;
  line-height: 1.25rem;
}

#service-cards .card {
  height: 100%;
}

@media (max-width: 992px) {
  #service-cards .card {
    margin-bottom: 0.75rem;
  }
}

#service-cards [class|='col'] {
  margin-bottom: 3.33rem;
}

.service-explained {
  padding: 2rem 0;
}

/* About================================================= */

#about-showcase {
  background-image: url(/img/about-showcase.png);
  background-position: center bottom;
  /* height: 776px; */
  height: 657px;
  /* height: 500px;  */
  background-size: inherit;
  background-repeat: no-repeat;
  padding: 0 !important;
}

#about-showcase .content {
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#about-showcase .container h2,
#about-showcase .container p {
  color: whitesmoke !important;
}

#about-showcase p {
  width: 50%;
  font-size: 0.7rem;
}

.showcase-title-text {
  font-size: 72px;
  text-align: center;
  color: whitesmoke !important;
}

#about-us .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about-us .our-story-text {
  max-width: 40%;
  flex: 1;
}

#about-us .our-story-img {
  max-width: 40%;
  flex: 1;
}

@media (max-width: 768px) {
  #about-us .container {
    flex-direction: column;
  }
  #about-us h3 {
    text-align: center;
    margin-bottom: 3rem;
  }
  #about-us .our-story-text {
    max-width: 100%;
  }
  #about-us .our-story-img {
    max-width: 100%;
  }
  .btn-md-block {
    display: block;
    width: 100%;
  }
}

#meet-the-team .rowz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}

.intro-text {
  max-width: 45%;
  /* flex: 1;
  flex-shrink: 1; */
}

.intro-text .btn {
  background-color: #222;
  color: whitesmoke;
}

.intro-text h3 {
  font-weight: bold;
  font-size: 3rem;
}

.intro-text h6 {
  /* font-weight: bold; */
  color: #787878;
  margin-left: 1rem;
}

.intro-text p {
  padding-left: 2rem;
}

.intro-area {
  max-width: 40%;
  /* flex: 1; */
  /* flex-shrink: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 1px black; */
  height: 372px;
  width: 372px;
  position: relative;
}

.intro-area img {
  width: 90%;
  z-index: 100;
  /* display: none; */
}

@media (max-width: 992px) {
  #team-allan-row,
  #team-payson-row {
    flex-direction: column-reverse;
  }
  .intro-area {
    align-self: flex-start;
    max-width: 100%;
  }
  .intro-text {
    max-width: 100%;
  }

  .btn-md-block {
    display: block;
  }
}

#team-payson-row .black-box-1 {
  position: absolute;

  background-color: #222;
  width: 107px;
  height: 137px;
  top: 60px;
  left: 10px;
}

#team-payson-row .black-box-2 {
  position: absolute;
  background-color: #222;
  width: 175px;
  height: 186px;
  top: 0px;
  right: 0px;
}

#team-payson-row .black-box-3 {
  position: absolute;
  background-color: #222;
  width: 225px;
  height: 130px;
  bottom: 0px;
  right: 20px;
}

#team-allan-row .black-box-1 {
  position: absolute;
  background-color: #222;
  width: 107px;
  height: 106px;
  top: 0px;
  left: 60px;
}

#team-allan-row .black-box-2 {
  position: absolute;
  background-color: #222;
  width: 225px;
  height: 130px;
  bottom: 0px;
  left: 0px;
}

#team-allan-row .black-box-3 {
  position: absolute;
  background-color: #222;
  width: 175px;
  height: 186px;
  bottom: 60px;
  right: 0px;
}

/* .intro-img img {
  border-radius: 50%;
  border: 1px solid black;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex: 1;
} */

.showcase {
  padding: 0 !important;
  height: 600px;
}

.showcase .content,
.showcase .content p {
  color: whitesmoke !important;
}

/* PROJECTS PAGE =========================================================== */

#projects-showcase {
  background-image: url(/img/projects-showcase.png);
  background-position: center 60%;
  height: 1081px;

  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 !important;
}

#projects-showcase .content {
  height: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-img,
.card-img-top {
  display: flex;
  justify-content: center;
}
/* Contact =========================================================== */

.showcase .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#contact-contact {
  min-height: 60vh;
}

#contact-contact .row {
  min-height: 60vh;
  align-items: stretch;
}

#contact-contact #contact-location a {
  color: #222 !important;
}

#contact-contact #contact-location a:hover {
  text-decoration: none;
}

#contact-contact #form-column {
  position: relative;
}

#contact-contact .card {
  position: absolute;
  top: 30%;
}

#map-background {
  background-image: url(/img/map.png);
  background-size: cover;
  background-position: center;
  height: 30vh;
}

@media (max-width: 992px) {
  #contact-contact .row {
    flex-direction: column-reverse;
  }

  #contact-contact #contact-location {
    margin-bottom: 4rem;
  }

  #contact-contact .card {
    position: static;
    margin-bottom: 0rem;
  }
  #contact-contact #form-column {
    margin-bottom: 2rem;
  }
}

#contact-social-media {
  min-height: 100vh;
}

.confirmation {
  display: none;
}
.visible {
  display: block !important;
}
