@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200');

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  margin: 0;
}
#tagline,
#tagline_mobile {
  width: 100%;
  color: #333;
  text-align: center;
  margin: -5px auto 35px;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 14px;
}
#logo {
  text-align: center;
  width: 20%;
  margin: 10px auto;
  min-width: 150px;
  max-width: 200px;
}
#logo img {
  margin: 0 auto;
  width: 100%;
}
.wrapper {
  width: 78%;
  margin: 10px auto 0;
  overflow: hidden;
  border-bottom: 2px solid #ec8b22;
  min-width: 400px;
  background: -moz-linear-gradient(
    top,
    rgba(77, 77, 77, 0.1) 0%,
    rgba(77, 77, 77, 0) 30%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(77, 77, 77, 0.1) 0%,
    rgba(77, 77, 77, 0) 30%
  );
  background: linear-gradient(
    to bottom,
    rgba(77, 77, 77, 0.1) 0%,
    rgba(77, 77, 77, 0) 30%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4d4d4d', endColorstr='#004d4d4d',GradientType=0 );
}
.mt-0 {
  margin-top: 0;
}
.tile {
  width: calc(98% / 4);
  height: 550px;
  display: inline-flex;
  cursor: pointer;
}
#ser_header {
  color: #13a38d;
  font-weight: bold;
}
#imageicon {
  float: left;
  margin-top: 30px;
}
#services {
  background: url('images/01_services.jpg');
}
#story {
  background: url('images/02_story.jpg');
}
#team {
  background: url('images/04_our_team.jpg');
}
#contact {
  background: url('images/03_contact.jpg');
}
#services,
#contact,
#team,
#story {
  background-size: contain !important;
  background-repeat: no-repeat;
}

.content {
  display: none;
  position: absolute;
  width: 50%;
  left: 37%;
  overflow: scroll;
  height: 500px;
  margin: 30px 0px 0;
  padding: 0px 30px;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
  cursor: auto;
}
h2 {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}
blockquote {
  font: 14px/22px;
  margin-top: 40px;
  margin-bottom: 25px;
  margin-left: 145px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  line-height: 30px;
}
hr {
  background-color: silver;
  height: 1px;
  border: 0;
}
#green {
  color: #13a38d;
  font-weight: bold;
}
ul {
  list-style: none;
  line-height: 30px;
}
ul li::before {
  content: '\2022'; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ec8b22; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
input {
  width: 50%;
  height: 20px;
  margin-bottom: 10px;
}
input[type='textarea'] {
  height: 180px;
}
input[type='submit'] {
  width: 20%;
  height: 30px;
  background-color: #ec8b22;
  border: 1px solid #ec8b22;
  border-radius: 25px;
  cursor: pointer;
}
#indent {
  padding-left: 120px;
}
#close {
  height: 40px;
  width: 30px;
  background: url('images/close.jpg');
  background-size: 60%;
  background-color: #fff;
  position: absolute;
  right: 5%;
  display: none;
  cursor: pointer;
  background-repeat: no-repeat;
  padding: 0 20px 0 0;
}
.footer {
  width: 78%;
  margin: 0 auto;
}
.mobile_footer,
.mobileonly,
#tagline_mobile {
  display: none;
}
#address,
#social {
  float: left;
  width: 44%;
  display: inline;
  margin: 10px 0 50px;
}
#address {
  padding-left: 30px;
}
#social {
  text-align: right;
}
#social img {
  vertical-align: bottom;
}
#connect {
  line-height: 34px;
}
.services {
  display: flex;
  flex-wrap: wrap;
}
.services__title {
  background-color: #ec8b22;
  color: white;
  padding: 20px;
  margin-right: 30px;
}
.services__title-content {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  border-radius: 100px;
}
.services__header {
  margin-top: 3rem;
  font-size: 1.5rem;
}
.service {
  width: 45%;
  margin-bottom: 1.5rem;
}
.service:nth-child(odd) {
  padding-right: 1rem;
  border-right: #13a38d 1px solid;
}
.service:nth-child(even) {
  padding-left: 1rem;
}

.team--wrapper {
  display: flex;
  margin: 3rem 0;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.team--header {
  text-transform: uppercase;
}
.team--content {
  padding-right: 30px;
  padding-left: 30px;
  flex: 0 0 60%;
  max-width: 60%;
  width: 100%;
}
.team--content__strong {
  font-weight: 700;
  text-transform: capitalize;
}
.team--image_container {
  height: auto;
  flex: 0 0 30%;
  max-width: 30%;
}
.team--image_wapper {
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
  box-shadow: 0 3px 30px 0 rgb(0 0 0 / 15%);
}
.team--image {
  width: 100%;
  height: auto;
  border-radius: 100%;
  vertical-align: middle;
}
.team--member__info {
  border-color: #68c2b6;
  padding-left: 30px;
  border-left-width: 5px;
  border-left-style: solid;
  margin-top: 1rem;
}
.team--member__name {
  margin: 0;
}
.team--member__desc {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mobile_footer,
  .mobileonly,
  #tagline_mobile {
    display: block;
  }
  #tagline_mobile {
    letter-spacing: 6px;
    line-height: 20px;
  }
  #imageicon {
    padding: 0 20px 0 0px;
  }
  h2 {
    font-size: 24px;
  }
  blockquote {
    font-size: 18px !important;
    margin-bottom: 25px;
    margin-left: 5px;
    line-height: 30px;
    border: none;
  }
  .footer,
  #tagline {
    display: none;
  }
  #services {
    background: url('images/01_services_mobile.jpg');
  }
  #story {
    background: url('images/02_story_mobile.jpg');
  }
  #team {
    background: url('images/04_our_team_mobile.jpg');
  }
  #contact {
    background: url('images/03_contact_mobile.jpg');
  }
  .tile {
    width: 100%;
    height: 120px;
  }
  #address {
    text-align: center;
    width: 90%;
    margin-top: 20px;
  }
  .content {
    left: 0;
    margin-top: 150px;
    width: 85%;
    background: #fff;
    font-size: 18px;
  }
  #close {
    right: 0;
    top: 296px;
    z-index: 10;
    background-position-x: 98%;
    background-size: 8%;
    height: 25px;
    width: 100%;
  }
  #indent {
    padding-left: 20px;
  }
  hr {
    background-color: #ec8b22;
  }
  .services {
    display: flex;
    flex-direction: column;
  }
  .services__title {
    margin-right: 0px;
  }
  .services__title-content {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 600;
    border-radius: 100px;
  }
  .service {
    width: 100%;
    margin-bottom: 1rem;
  }
  .service:nth-child(odd) {
    margin-right: 1rem;
    border-right: none;
  }

  .team--image_container {
    flex: 0 0 100%;
    max-width: 100%;
    width: 20rem;
  }
  .team--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team--image_wapper {
    width: 20rem;
  }
  .team--content {
    margin-top: 3rem;
  }
}
