body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

p {
  line-height: 1.4;
  font-size: 1.3rem;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

/* intro */
section {
  padding-top: 8px;
}

.intro-container {
  width: 100%;
}

.intro-container img {
  display: inline-block;
  width: 49.5%;
}

@media (max-width: 1000px) {
  .intro-container img {
    width: 100%;
  }
}

.intro-block {
  max-width: 650px;
  margin: 0 auto;
  padding: 25px;
}

.intro-text-main {
  font-weight: 900;
  padding: 120px 30px 25px 30px;
  color: #212121;
  font-size: 2.4rem;
  line-height: 1;
}

.intro-text-graf {
  font-weight: 400;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media (max-width: 800px) {
  .intro-text-graf {
    padding: 20px;
  }
}

.project-title {
  font-weight: 900;
  padding-top: 50px;
  font-size: 3rem;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .project-title {
    font-size: 2.3rem;
    padding: 10px;
    background-color: #212121;
    color: #fff;
    padding: 5px;
    display: inline;
    margin: 10px 0;
    text-align: center;
  }
}

.project-subtitle {
  font-weight: 900;
  padding: 8px;
  display: inline;
  margin-top: 15px;
  font-size: 1.45rem;
  line-height: 1.3;
  background-color: #212121;
  color: #fff;
  clear: both;
}

@media (max-width: 1200px) {
  .project-subtitle {
    margin: 5px 0 0 -5px;
    font-size: 1.4rem;
    background: transparent;
    color: #212121;
    display: block;
  }
}

.pub-date {
  margin: 55px 0px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 800px) {
  .pub-date {
    margin: 25px 5px;
  }
}

.byline {
  margin: 0px 0px;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.byline > a {
  color: #212121;
  font-weight: 900;
}

@media (max-width: 800px) {
  .byline {
    margin: 15px 5px;
    font-size: 1.1rem;
  }
}

.collab-logos {
  width: 100%;
  margin: 50px 0px;
  padding-bottom: 50px;
}

.collab-logos img {
  float: left;
  height: 60px;
  max-width: 170px;
  margin: 5px;
  border: 1px solid #898989;
}

@media (max-width: 800px) {
  .collab-logos img {
    width: 100%;
  }
}

.start-arrow {
  margin: 50px auto;
  width: 170px;
  color: #212121;
  font-size: 2rem;
  line-height: 140%;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  clear: both;
  -webkit-animation: bounce 2s infinite ease-in-out;
}

.start-arrow > a {
  text-decoration: none;
  color: #212121;
}

.start-arrow:hover {
  cursor: pointer;
}

@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
}

/* profile promos */
.profile {
  clear: both;
}

.profile:first-of-type {
  margin-top: 100px;
}

.content-area {
  clear: both;
}

.content-area p {
  margin-bottom: 15px !important;
}

.block .right-image {
  float: right;
  order: 1;
  position: relative;
}

.block .block-left {
  position: relative;
  width: 70%;
  margin: auto;
  top: 50% !important;
  -webkit-transform: translate(0%, -50%) !important;
  -ms-transform: translate(0%, -50%) !important;
  transform: translate(0%, -50%) !important;
  -moz-transform: translate(0%, -50%) !important;
  -o-transform: translate(0%, -50%) !important;
}

.block .block-left h2 {
  font-size: 2.3rem;
  color: #212121;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.2;
  height: auto !important;
}

.block .block-left p {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-bottom: 15px;
  color: #212121;
  margin-bottom: 35px;
  letter-spacing: 2px;
}

.block .block-left .read-btn {
  border: 2px solid #212121;
  color: #212121;
  padding: 8px 30px 5px 30px;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
}

.block .block-left .read-btn:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.block .left-part {
  float: left;
}

.block img {
  width: 100%;
  display: block;
}

.left-image {
  height: 100vh;
  border-bottom: 2px solid #fff;
}

.left-part {
  float: left;
}

.left-content {
  background-color: #e8edf3;
  border-bottom: 2px solid #fff !important;
}

.left-content.white {
  background-color: #fff;
}

@media (min-width: 1301px) and (max-width: 1600px) {
  .block-left {
    width: 80%;
  }
  .block-left p {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

@media (max-width: 1200px) {
  .block-left .block {
    width: 90%;
    transform: translate(-25%, 10%) !important;
    -webkit-transform: translate(-25%, 10%) !important;
    top: 10%;
    left: 25%;
    position: absolute;
    padding-left: 35px;
    padding-right: 35px;
  }
  .block-left .verticaltop {
    transform: translate(-25%, 0%) !important;
    top: 15% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content-area {
    width: 100%;
  }
  .content-area .block {
    height: 100%;
  }
  .content-area .block-left .verticaltop {
    transform: translate(-25%, 0%) !important;
    top: 15% !important;
  }
  .content-area .block-left h2 {
    font-size: 2.1rem;
    margin-bottom: 10px;
    line-height: 1.2;
    height: auto !important;
  }
  .content-area .block-left p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 18px !important;
  }
}

@media (max-width: 767px) {
  .content-area {
    width: 100%;
  }
  .content-area .profile {
    background-color: #e8edf3;
  }
  .content-area .block {
    padding-bottom: 15px;
    background-image: none;
  }
  .content-area .block img {
    margin-bottom: 20px;
    width: 100%;
  }
  .content-area .block .left-image {
    flex: none;
    max-width: 100%;
    height: 50vh;
    border-top: 5px solid #fff;
  }
  .content-area .block .left-content {
    flex: none;
    max-width: 100%;
    border: 0 !important;
  }
  .content-area .block .left-content h2 {
    height: 80px;
  }
  .content-area .block-left {
    top: 0px;
    width: 90%;
    padding-bottom: 20px;
  }
  .content-area .block-left h3 {
    font-size: 20px;
    line-height: 44px;
  }
  .content-area .block-left .block {
    transform: none;
    -webkit-transform: none !important;
    top: 2%;
    padding: 20px 20px 36px;
    position: static;
    left: 0px;
    height: 100%;
  }
  .content-area .block-left .block p {
    margin-bottom: 20px;
  }
  .content-area .block-left .block .read-btn {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 10px;
  }
  .content-area .block-left p {
    font-size: 1.1rem;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .content-area .block-left h2 {
    font-size: 1.9rem;
    margin-bottom: 10px;
    line-height: 1.2;
    height: auto !important;
    padding: 25px 0;
  }
  .content-area .block-left.read-btn {
    padding: 5px 25px 3px 25px;
  }
  .content-area .block-left.verticaltop {
    top: 0px !important;
  }
  .content-area .profile {
    height: auto !important;
  }
}

#intro-1 .block, #intro-2 .block {
  width: 100%;
}

@media (max-width: 1400px) {
  #intro-1 .left-content, #intro-1 .block-left, #intro-2 .left-content, #intro-2 .block-left {
    width: 100% !important;
  }
}

/* profile promo images */
#intro-1-img {
  background: url("../../images/gc-intro-1.jpg");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 40px;
}

#intro-2-img {
  background: url("../../images/gc-intro-2.jpg");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}

#data-img {
  background: url("../../images/intro-data.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#caregiver-img {
  background: url("../images/intro-caregiver.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#college-img {
  background: url("../images/intro-college.jpg");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

#farmer-img {
  background: url("../images/intro-farmer.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#still-working-img {
  background: url("../images/intro-still-working-2.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#homeless-img {
  background: url("../images/intro-homeless-2.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#lgbt-img {
  background: url("../images/intro-lgbt.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#dream-home-img {
  background: url("../images/intro-dream-home.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#transit-img {
  background: url("../images/intro-transit.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#volunteer-img {
  background: url("../images/intro-volunteer.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#second-life-img {
  background: url("../images/intro-second-life.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

#pimby-img {
  background: url("../images/intro-pimby.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
