
*{
    box-sizing: border-box;
    margin: 0;
}


body{
    background-color: rgb(235, 232, 237);
    color: #223C5B;
    font-size: 20px;
}

p{
    line-height: 35px;
}

.intro{
      text-align: left;
      line-height: 50px;
      padding-top: 50px;
      padding-left: 800px;
      padding-bottom: 200px;
      color:white;
      line-height: 55px;
      letter-spacing: 1px;
}

.background-image{
    background-image: url(images/Capstone-thumbnail-website-edited.3.png);
    background-size: 100%;
    height: -2%;
    width: 100%;
    background-repeat: no-repeat;
}

.website{
    width: 100%;
    background-size: 100%;
}

.intro{
    line-height: 50px;
}

.intro h1{
    font-size: 55px;
    padding-bottom: 20px;
    padding-top: 40px;
    font-family: 'Assistant', sans-serif;
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 60px;
}

.process h2{
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
}

.intro h1,h2{
    padding-bottom: 50px;
}

.intro h2{
    font-weight: 100;
    letter-spacing: 2px;
    padding-right: 40px;
    font-size: 25px;
}

.intro h4{
    letter-spacing: 2px;
    padding-right:20px;
}

h2{
   font-size: 30px;
   padding-right: 20px;
   letter-spacing: 1px;
}

.headline{
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 50px;
    line-height: 50px;
}

.statement{
    padding: 150px 60px 150px 60px;
}

.statement p{
    letter-spacing: .5px;
}

.statement .subtext{
    padding-bottom: 30px;
}

.statistic{
    padding-bottom: 50px;
    background-color: #223C5B;
    color: white;
}

.statistic .subtext{
    font-size: 25px;
}

.subtext{
    font-size: 20px;
}

.inspiration{
    background-color: #7F6991;
    color: white;
}

.inspiration .post-content p{
    padding-top: 80px;
    font-size: 20px;

}

.quotes{
    background-color: white;
    margin:0 auto;
    padding: 50px;
    font-size: 25px;
    letter-spacing: 1.5px;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 35px;
}

.quotes p{
    padding: 45px 15px;
    color: #7F6991;

}
.project-intro{
    background-color: white;
    padding: 40px;
}

.project-intro .post-image{
    padding-top: 100px;
}

.post-content h2{
    font-size: 50px;
    padding: 5px 70px 35px 70px;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
}


.project-intro .post-content p{
    padding-left: 70px;
}

.project-intro video{
    padding-left: 50px;
}

.button{
   padding: 15px 32px;
   text-align:center;
   display: inline-block;
   text-decoration: none;
   color:black;
   background-color:#D6CAC4 ;
   background-color: D6CAC4;
   letter-spacing: .5px;
}

.post{
    display: flex;
    padding: 3rem;
}

.post p{
   
    padding: 30px 30px 5px 30px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
}

#motion-prototype{
    padding: 10px 40px;
}

#prototype-content{
    padding-top: 85px;
}

.sensability-website{
    font-size:20px;
    padding-left:50px;
    padding-bottom:50px;
    padding-top:50px;
    background-color:#223C5B;
    color: white;
    letter-spacing: 1px;
}

h4{
    font-family: 'Assistant', sans-serif;
}

.sensability-website h4{
    padding-bottom: 20px;
    padding-top: 25px;
}

.final-thoughts p{
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    padding-top: 40px;
}

img{
    max-width: 100%;
}

.process h2{
    text-align: center;
    padding: 30px;
    background-color: #365675;
    color: white;
    font-size: 50px;
    letter-spacing: 4px;
}

.process h3{
    padding-left: 78px;
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.image-gallery img {
    padding-left: 30px;
    max-width: 40%;
}

.image-gallery #three img{
    max-width: 30%;
}

.accessible-experience{
    padding-left: 50px;
    padding-bottom: 60px;

}

.accessible-experience .post .post-image {
    max-width: 50%;
}
.accessible-experience .post-content p{
    padding-left: 75px;
}

