

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;
}

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


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


.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 {

}

.meet-header {
  font-family: 'value-sans-bold', sans-serif;
  font-size: 20px;
  color: var(--keepsake-blue);
  margin-top: 50px;
  margin-bottom: 10px;
}

p {
    color: var(--keepsake-blue);
}

.thanks {
    margin-top:30px;
    margin-bottom:30px;
    text-align: center;
    font-family: 'value-sans-regular', sans-serif;
    font-size: 20px;
    font-weight: 600;
}


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

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

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


@media (max-width: 1200px) {
    .hiking {
        text-align: center;
    }
    .img-hiking {
        width: auto;
        height: 400px;
        text-align: center;
    }
}


