body{
    background-color: #F6F1CCFF;
}
.background-section{
     background-color: #f5efdc;
}

.ptp-logo{
    width: 25%;
    height: auto;
    box-shadow: #fedf79 1px 1px 6px 6px;
}

.nav-font{
  color: #fac852;
}

.nav-text{
    box-shadow: 1px 1px 5px 5px #fedf79;
}

#logo {
    background-color: white;
}

#call-to-action{    
    padding: 3% 0 3%;
}

ol.sub-points {
    counter-reset: subitem;
    list-style: none;
    padding-left: 0;
  }
ol.sub-points > li {
    counter-increment: subitem;
    margin-bottom: 0.75rem;
  }
ol.sub-points > li::before {
    content: "5." counter(subitem) " ";    
    margin-right: 0.25rem;
  }

.btn-color{
    font-weight: bold;
}

.btn-color:hover{
    background-color: #fac852;
    box-shadow: 1px 1px 5px 5px #fedf79;
    border: none;
    color: black;
}

@media(max-width: 1028px) {
    .ptp-logo{
        width: 50%;
        height: auto;
    }
    .navbar-toggler{
        margin-bottom: 3%;
    }
}