html {
    overflow-y: scroll;
    scroll-behavior: smooth;
    font-size: 20px;
}
  
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: rgb(30, 30, 30);
    font-weight: 300;
    scroll-behavior: smooth;
    background-color: white;
}


h1.page-heading {
    font-size: 1.5rem;
    color: rgb(64, 64, 64);
    margin-top: 0.8rem;
}

h2.section-heading {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

h3.item-heading {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

h6.button-heading-one {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.4rem;
}

h6.button-heading-two {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.4rem;
}

img.img-full-width {

}

p.page-author-text {
    text-align: right;
    margin-top: 0.4rem;
}

p.paragraph-standard {
    font-size: 1rem;
}

p.box-author-text {
    text-align: right;
    font-weight: bold;
}

p.box-text {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

a.button-link {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

button.button-learn-more {
    width: 75%;
}

.video-full-width {
    margin-bottom: 2rem;

}

.testimonial-box {
    padding-top: 1rem;
}

.testimonial-a {
    background-color: #fbe8ce;
}

.testimonial-b {
    background-color: #e6f9f1;
}


.page-footer {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
}

a.footer-link {
    color: grey;
    font-size: 0.8rem;
}

hr {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
}