

/*body {
    overflow-x: hidden;
}
*/

.top-row {
    width: 100%;
    height: 250px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
    background:url('/static/img/web-about-image1_small.jpg');
    background-size:cover;
    background-position: center;
}

.top-row-cover {
    text-align: center;
    margin-top: 116px;
    padding-bottom: 10px;
    z-index: 1000;
    color: white;
}

.top-title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'value-serif-bold', serif;
    font-size: 44px;
    font-weight: 800;
}

.nav-box {
    border: 1px solid;
    height: 150px;
    width: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.nav-image {
    display: block;
    margin: 15px auto ;
    width: 66px;
}

.nav-text {
    text-align: center;
    font-family: 'value-serif-bold', serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none; 
}

.nav-text a {
    color: var(--keepsake-blue);
}

.spacer {
    border-top: 1px solid #c3c3c3;
    margin-bottom: 20px;
}


a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

.section-blue {
    background: var(--keepsake-blue);
    min-height: 200px;
    color: var(--keepsake-white);
}

.help-header {
  font-family: 'value-sans-bold', sans-serif;
  font-size: 20px
}

.help-subheader {

}

.mailto {
    color: var(--keepsake-yellow);
}

.mailto:hover {
    color: var(--keepsake-yellow);
}

.quality-block {
    padding: 100px;
    max-width: 1010px;
    margin: auto;
}

h3 {
    margin-top: 30px;
    margin-bottom: 35px;
    /*text-align: center;*/
    font-family: 'value-serif-bold', serif;
    color: var(--keepsake-blue);
    font-size: 27pt;
    font-weight: 800;
    letter-spacing: 1px;
}

.question {
    margin-top: 20px;
    font-family: 'value-serif-bold', serif;
    color: var(--keepsake-blue);
    font-size: 20px;
    letter-spacing: 1px;
}

.answer {
    margin-top: 10px;
    font-family: 'value-sans-regular', sans-serif;
    color: var(--keepsake-blue);
    font-size: 16px;
    font-weight: 300;
    max-width:600px;
/*    letter-spacing: 1px;*/
}