body {
    color: #282741;
    font-family: 'Public Sans', sans-serif;
    font-size: 18px;
    line-height: 180%;
}

a {
    color: #282741;
}

img {
    max-width: 100%;
}

a.hero{
    color: white;
}

h1 {
    font-weight: 700;
    font-size: 56px; 
}

h2 {
    font-weight: 700;
    font-size: 36px; 
}

h3 {
    font-size: 30px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}



.hero {
    background-color: #282741;
    color: white;

}

.green {
    background-color: #B7E7CB;
    color: #282741;
}

.blue {
    background-color: #A7D3FB;
    color: #282741;
}

.pink {
    background-color: #DDB5EC;
    color: #282741;
}

.summary {
    border-color: #282741;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 1px;
}

.topnav {
    text-align: right;
}

.hero-image-container {
    position: relative;
    overflow: hidden;
}

.hero-image {
    width: 94%;
    margin-left:3%;
    margin-right:3%;
}

.project {
    border-color: #282741;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.project2 {
    box-shadow: 0px 2px 6px rgba(73, 72, 102, 0.5);
    box-shadow: 0px 2px 15px rgba(40, 39, 65, 0.3);
    margin-top: 3%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.section {
    border-bottom-color: #282741;
    border-bottom-style: solid;
    border-width: 1px;
}

.callout {
    background-color: #EDEDED;
}

.section-one {
    background-image: url(img/visuals/pinkrectangle.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.section-two {
    background-image: url(img/visuals/bluecircle.svg);
    background-repeat: no-repeat;
    background-position: right top;
}

.section-three {
    background-image: url(img/visuals/greentriangle.svg);
    background-repeat: no-repeat;
    background-position: left top;
}

.stickers {
    height: 220px;
    position: relative;
}

#sticker-one {
    position: absolute;
    transform: rotate(-20deg);
    left: 10%;
    height: 110px;
}

#sticker-two {
    position: absolute;
    transform: rotate(20deg);
    left: 45%;
    top: 10%;
    height: 70px;
}

#sticker-three {
    position: absolute;
    left: 35%;
    top: 40%;
    height: 110px;
}

#sticker-four {
    position: absolute;
    transform: rotate(-20deg);
    left: 20%;
    height: 110px;
}

#sticker-five {
    position: absolute;
    transform: rotate(10deg);
    left: 40%;
    top: 40%;
    height: 110px;
}

#sticker-six {
    position: absolute;
    transform: rotate(-20deg);
    left: 20%;
    top: 40%;
    height: 115px;
}

#sticker-seven {
    position: absolute;
    left: 40%;
    top: 10%;
    height: 85px;
}

#sticker-eight {
    position: absolute;
    left: 60%;
    top: 40%;
    height: 115px;
}


.file-icon {
    height: 30px;
    padding-right: 15px;
}

.signoff {
    text-align: center;
}

#sameday-image {
    position: relative;
    height: 300px;
}


@media only screen and (max-width: 1200px) {
    body {
       font-size: 16px;
       line-height: 180%;  
    }
   
   h1 {
       font-weight: 700;
       font-size: 46px; 
   }

   h2 {
       font-weight: 700;
       font-size: 30px; 
   }

   h3 {
       font-size: 24px;
       font-weight: 400;
   }

   h4 {
       font-size: 18px;
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 2px;
   }

   h5 {
       font-size: 16px;
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 2px;
   }


 }

 @media only screen and (max-width: 576px) {
    body {
       font-size: 14px;
       line-height: 180%;  
    }
   
   h1 {
       font-weight: 700;
       font-size: 30px; 
   }

   h2 {
       font-weight: 700;
       font-size: 24px; 
   }

   h3 {
       font-size: 20px;
       font-weight: 400;
   }

   h4 {
       font-size: 16px;
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 2px;
   }

   h5 {
       font-size: 14px;
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 2px;
   }


 }