

body {
    overflow-x: hidden;
}


.text-column {
    padding-top: 20px;
}

.about-image {
    padding: 10px;
    width: 100%;
    height: auto;
}

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

.top-row:after {
    padding-top: 60%;
    display: block;
    content: '';
}

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

.top-image {
    width: 100%;
    height: auto;
}

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

.top-subtitle {
    font-family: 'value-sans-regular', sans-serif;
    font-size: 16px;
    line-height: 40px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.title {
    /*color: var(--keepsake-blue);*/
    text-align: center;
}

.our-story {
    color: var(--keepsake-blue);
    text-align: center;
}

.simple {
    margin: 40px;
    color: var(--keepsake-blue);
    font-size: 18px;
}

.simple-list {
    margin-top: 20px;
}

.simple-item {
    margin-top: 15px;
}

.simple-text {
    /*line-height: 37px;*/
    margin-top: 6px;
}

.behind {
    font-size: 40px !important;
    margin-left: 40px;
}

p {
    color: var(--keepsake-blue);
    font-size: 18px;
}

.four-dove {
    width: 100%;
    height: 400px;
    margin: 0px;
    margin-top: 100px;
    padding: 0px;
    background: url('/static/img/web-about-image5_small.jpg');
    background-size:cover;
    background-position: center;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;     /* Align the flex-items vertically */
  /*justify-content: center; */ /*Optional, to align inner flex-items 
                              horizontally within the column */  
}

.section {
    margin-top: 0px;
    /*margin-bottom: 60px;*/
}

.section-image {
    width: 80%;
    padding: 20px 60px 20px 0px;
}

.section-title {
    text-align: left;
    font-family: 'value-serif-bold', serif;
    font-size: 28px;
    color: var(--keepsake-blue);
    /*margin-top: 140px;*/
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 20px;
    max-width: 450px;
}

.section-text {
    text-align: left;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 17px;
    line-height: 21px;
    color: var(--keepsake-blue);
    margin: 0px 60px 40px 20px;
    max-width: 300px;
}

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

.title-icon {
    height:30px;
}

.icon {
    height:25px;
}

.quality-block {
    font-family: 'value-serif-bold', serif;
    font-size: 25px;
    padding: 150px;
    max-width: 1018px;
    margin: auto;
}

.thanks {
    font-family: 'value-serif-bold', serif;
    font-size: 25px;
    padding: 150px;
    max-width: 1018px;
    margin: auto;
    color: var(--keepsake-blue);

}

@media (max-width: 767px) {
    .top-row {
        /*height: 500px;*/
    }

    .top-title {
        font-size: 25pt;
    }

    .top-subtitle {
        font-size: 15pt;
    }
}


