img {
  margin: 30px auto 5px;
  border-radius: 5px;
}

ul.in-text{
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 26px;
  color: #555555;
}

.page-section ul {
  padding-left: 30px; 
}

.page-section ul li {
  font-size: 17px;
  line-height: 30px;
  color: #555555;
}

.page-section ol {
  padding-left: 30px; 
}

.page-section ol li {
  font-size: 17px;
  line-height: 30px;
  color: #555555;
}

.external-link {
  color: #bf9898;
}

.sidebar-container {
  /* display: inline-block; */
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 10rem;
  margin-top: 10rem;
  margin-left: 3rem;
  z-index: 5;
  text-align: center;
  border-right: solid 2px #dd6550;
}

.sidebar-item {
  list-style: none;
}

.sidebar-item a {
  color: #dd6550;
  text-decoration: none;
  transition: 0.3s;
}

.sidebar-item a:hover {
  color: #940303;
}

/* Move the first section of each page up a bit, since the sidenav is taking a whole row (this is not the best solution) */
.first-section {
  margin-top: -10rem;
}

@media (max-width: 1024px) {
  .sidebar-container {
    display: none;
  }

  .first-section {
    margin-top: 0;
  }
}

/* for figma prototype embedding */

.figma-prototype-container {
  width: 80vw;
  height: 100vh;
  margin: auto;
}

.figma-prototype {
  width: 100%;
  height: 100%;
  border: 1px rgb(175, 175, 175) solid;
  border-radius: 5px;
}

.home-page-title {
  line-height: 3rem !important;
  color: #f0f0f0;
}

.home-page-sub-title {
  font-family: 'PT Serif';
  line-height: 3rem !important;
  color: #f0f0f0;
}

.page-welcome{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
  /*
  TRY IT ... with or without CENTER CENTER
    background-position: center center; 
  */
    background-size: cover;
    width: 100%;
    height: 60vh;
    margin-top: -10vh;
  }
  
  .page-welcome .header-text {
    position: absolute;
    bottom: 10%;
    /* transform: translateY(-40%); */
    text-align: left;
    width: 100%;
  }
  
  .page-welcome .header-text .left-text {
    align-self: center;
  }
  
  .page-welcome .header-text h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
    color: #fff;
  }
  
  .page-welcome .header-text p {
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
    position: relative;
  }
  
  @media (max-width: 991px) {
    .page-welcome .header-text {
      bottom: 10% !important;
      /* transform: perspective(1px) translateY(-40%) !important; */
    }
    .page-welcome .header-text h1 {
      font-size: 30px;
      line-height: 32px;
      color: #fff;
      margin-bottom: 15px;
    }
    .page-welcome .header-text h1 span {
      color: #fff;
    }
    .page-welcome .header-text p {
      color: #fff;
      margin-bottom: 15px;
    }
  }
  
  @media (max-width: 820px) {
    .page-welcome .header-text {
     bottom: 10% !important;
      /* transform: perspective(1px) translateY(-40%) !important; */
    }
    .page-welcome .header-text h1 {
      font-size: 30px;
      line-height: 32px;
      margin-bottom: 15px;
    }
    .page-welcome .header-text p {
      margin-bottom: 15px;
    }
  }
  
  @media (max-width: 765px) {
    .page-welcome {
      margin-bottom: 100px;
    }
    .page-welcome .header-text {
      bottom: 10% !important;
      /* transform: perspective(1px) translateY(-30%) !important; */
      text-align: center;
    }
    .page-welcome .header-text .buttons {
      display: none;
    }
    .page-welcome .header-text h1 {
      font-weight: 600;
      font-size: 24px !important;
      line-height: 30px !important;
      margin-bottom: 20px !important;
    }
    .page-welcome .header-text h1 span {
      color: #fff;
    }
    .page-welcome .header-text p {
      text-align: center;
      color: #fff;
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 20px;
    }
    .page-welcome .header-text img {
      width: 80%;
      margin-top: 20px;
    }
  }


    /*
  ---------------------------------------------
Section
  ---------------------------------------------
  */
  
  .page-section {
    padding: 80px 0px;
    border-bottom: 1px solid #eee;
  }


.page-section .image-subtitle{
    color:rgb(145, 145, 145);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.image-description {
    color:rgb(145, 145, 145);
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 1em;
}

.page-section .section-header{
    width: 80%;
    margin-bottom: 80px;
    margin-top:40px
}

.page-section .section-subtitle{
    font-size: 16px;
    font-weight: 400;
    color: rgb(120, 120, 120);
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page-section .section-title{
    font-size: 28px;
    font-weight: 500;
    color: #9b0000;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
} 


.page-section .section-subsection {
    margin-bottom: 60px;
}


.page-section .section-subsection img{
    margin-top: 60px;
    margin-bottom: 20px;
}

.page-section .image-section{
  margin-bottom: 40px;
}


  
  @media (max-width: 765px) {
    .page-section {
      padding: 40px 0px 40px 0px;
    }

  }

  @media (max-width: 992px) {

    .page-section .section-header{
        width: 100%;
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .page-section .section-subsection {
        margin-bottom: 40px;
    }

    .page-section .section-subsection img{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .page-section .image-section{
      margin-bottom: 20px;
    }
    
  }
  
  .page-section .right-text {
    align-self: center;
  }
  
  .page-section .right-text p {
    margin-bottom: 40px;
  }
  
  .page-section h3 {
    font-size: 22px;
    font-weight: 700;
    color: #820000;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  
  .page-section h4 {
    font-size: 1.7em;
    font-weight: 600;
    color: #b94343;
    line-height: 1.4em;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-family: 'PT Serif';
  }

  .page-section h5 {
    font-size: 20px;
    font-weight: 700;
    color: #1e1e1e;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .page-section h5 .research-type{
    font-size: 20px;
    font-weight: 400;
    color: #c79e9e;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-style: italic; 
  }

  .page-section h5 .research-type2{
    font-size: 20px;
    font-weight: 400;
    color: #b35d5d;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-style: italic; 
  }

  .page-section h6 {
    font-size: 18px;
    font-weight: 400;
    color: #760000;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .page-section .tiny-title {
    font-size: 16px;
    font-weight: 600;
    color: #bf9898;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .page-section .section-subtitle{
    font-size: 16px;
    font-weight: 400;
    color: rgb(120, 120, 120);
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.page-section .section-title{
    font-size: 28px;
    font-weight: 500;
    color:#940303;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}



/* 
---------------------------------------------
bottom-navigation
--------------------------------------------- 
*/

  .bottom-navigation{
    margin-top: 80px;
    margin-bottom: 60px;
  }

.bottom-navigation a.inactive{
    right: 0px;
    font-size: 20px;
    font-weight: 300;
    color: #dcdcdc;
    line-height: 36px;

    letter-spacing: 0.5px;
}

.bottom-navigation a.active{
    right: 0px;
    font-size: 20px;
    font-weight: 300;
    color: #414141;
    line-height: 36px;

    letter-spacing: 0.5px;
}


.bottom-navigation a.active:hover{

    font-weight: 300;
    color: #760000;
    cursor: pointer;
}

/* 
---------------------------------------------
insights
--------------------------------------------- 
*/


.card-text{
    font-weight: 400;
    font-size: 14px;
    color: #777;
    /* letter-spacing: 0.5px; */
    line-height: 24px;
    position: relative;
    z-index: 2;
}

.insights-card{
    padding-bottom: 40px;
}

.insight {
  font-family: 'PT Serif';
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
  color: #C88279;
}

.callout {
  padding: 60px 40px;
  background-color: #fcf5f5;
  font-family: 'PT Serif';
  margin: 1rem auto;
}

.callout-content {
  font-style: italic;
  line-height: 2.5em;
}

.callout-source {
  text-align: right;
  margin-top: 1.5rem;
}

.page-section.highlight{
    position: relative;
    padding: 120px 0px 90px 0px;
    background: #802727;
    background: -moz-linear-gradient(
      -45deg,
      #5c1212 0%,
      #954848 0%,
      #5c1212 100%
    );
    background: -webkit-gradient(
      left top,
      right bottom,
      color-stop(0%, #5c1212),
      color-stop(0%, #954848),
      color-stop(100%, #5c1212)
    );
    background: -webkit-linear-gradient(
      -45deg,
      #5c1212 0%,
      #954848 0%,
      #5c1212 100%
    );
    background: -o-linear-gradient(
      -45deg,
      #5c1212 0%,
      #954848 0%,
      #5c1212 100%
    );
    background: -ms-linear-gradient(
      -45deg,
      #4E1313 0%,
      #954848 0%,
      #4E1313 100%
    );
    background: linear-gradient(
      135deg,
      #5c1212 0%,
      #954848 0%,
      #5c1212 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088e8', endColorstr='#0088e8', GradientType=1 );
  }

/* 
---------------------------------------------
page headers
--------------------------------------------- 
*/


#problem-header{
    background-image: url(../images/problem/problem-header.png);
}

#solution-header{
  background-image: url(../images/solution/solution-header.png);
}

#ideation-header{
    background-image: url(../images/ideation/ideation-header.png);
}


#research-header{
    background-image: url(../images/research/research-header.png);
}

#process-header{
  background-image: url(../images/process/process-header.png);
}

#about-header{
  background-image: url(../images/about/about-header.png);
}

#needs-identified-header{
  background-image: url(../images/needs-identified/needs-identified-header.png);
}



#sprint-planning-img {
  width: 20vw;
  margin: auto;
}