    @font-face {
      font-family: SourceSansRegular;
      src: url(/mobileapp/assets/SourceSansPro/SourceSansPro-Regular.otf);
    }
    @font-face {
      font-family: SourceSansLight;
      src: url(/mobileapp/assets/SourceSansPro/SourceSansPro-Light.otf);
    }
    @font-face {
      font-family: SourceSansSemibold;
      src: url(/mobileapp/assets/SourceSansPro/SourceSansPro-Semibold.otf);
    }

    .sans-regular {
      font-family: SourceSansRegular;
      color: white;
    }

    .sans-light {
      font-family: SourceSansLight;
      color: white;
    }

    .sans-semibold {
      font-family: SourceSansSemibold;
      color: white;
    }

    body {
      background-color: #808080;
    }

    #div_nav_header {
      height: 100px;
      background-image: url(/mobileapp/img/nav_header.png);
    }

    #div_feature_section_outer {
      background: -webkit-linear-gradient(top, #5C60A3, #A1AAF9);
      background: -o-linear-gradient(top, #5C60A3, #A1AAF9);
      background: -moz-linear-gradient(top, #5C60A3, #A1AAF9);
      background: linear-gradient(top, #5C60A3, #A1AAF9);
    }

    @media screen and (min-width: 1020px) {
      .container_width {
        width: 1020px;
        padding: 0px;
        margin: auto;
      }

      #div_nav_header #div_nav_logo {
        padding-left: 70px;
        height: inherit;
        padding-top: 18px;
        display: table-cell;
        float: left;
      }
      #div_nav_header #div_app_download {
        padding-right: 70px;
        height: inherit;
        padding-top: 22px;
        display: table-cell;
        float: right;
      }

      #div_download_section {
        height: 384px;
        background-image: url(/mobileapp/img/download_section.png);
      }
      #div_download_section #div_intro_p {
        position: absolute;
        margin-left: 384px;
        margin-top: 120px;
      }
      #div_download_section #div_intro_p #span_intro {
        font-size: 28pt;
      }
      #div_download_section #div_app_download {
        position: absolute;
        margin-left: 384px;
        margin-top: 236px;
      }

      #div_desc_section {
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 40px;
        padding-top: 20px;
        display: block;
        background-color: white;
      }
      #div_desc_section #div_memorial_search_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_memorial_search_row #div_col_image {
        display: inline-block;
        float: left;
        width: 440px;
      }
      #div_desc_section #div_memorial_search_row #div_col_desc {
        display: inline-block;
        float: right;
        width: 400px;
        margin-top: 80px;
      }
      #div_desc_section #div_cemetery_search_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_cemetery_search_row #div_col_image {
        display: inline-block;
        float: right;
        width: 440px;
      }
      #div_desc_section #div_cemetery_search_row #div_col_desc {
        display: inline-block;
        float: left;
        width: 400px;
        margin-top: 130px;
      }
      #div_desc_section #div_memorial_detail_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_memorial_detail_row #div_col_image {
        display: inline-block;
        float: left;
        width: 440px;
      }
      #div_desc_section #div_memorial_detail_row #div_col_desc {
        display: inline-block;
        float: right;
        width: 400px;
        margin-top: 70px;
      }
      #div_col_desc span.title {
        font-size: 22pt;
      }
      #div_col_desc span.detail {
        font-size: 12pt;
        line-height: 30px;
      }

      #div_feature_section {
        padding-left: 70px;
        padding-right: 70px;
        padding-bottom: 40px;
        display: block;
        background-color: transparent;
      }
      #div_feature_text {
        width: 100%;
        display: block;
        padding-top: 60px;
        padding-bottom: 10px;
      }
      #div_feature_text #span_feature_text {
        font-size: 28pt;
        padding-left: 32px;
        color : white;
      }
      #div_feature_section #div_left_col {
        width: 50%;
        display: inline-block;
        float: left;
      }
      .div_feature_row {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: inline-block;
      }
      .div_feature_row #div_row_img {
        display: table-cell;
        float: left;
      }
      .div_feature_row #div_row_desc {
        display: table-cell;
        float: right;
        vertical-align: middle;
        width: 50%;
      }
      .div_feature_row #div_row_desc .title {
        font-size: 13pt;
        display: inline-block;
        padding-top: 50px;
      }
      .div_feature_row #div_row_desc .detail {
        font-size: 12pt;
        width: 95%;
        display: inline-block;
      }
      #div_feature_section #div_right_col {
        width: 50%;
        display: inline-block;
        float:right;
      }

      #div_footer_section {
        padding-left: 70px;
        padding-right: 70px;
        display: block;
        background-color: #5C60A3;
        height: 75px;
        vertical-align: middle;
      }
      #div_footer_section #span_left {
        display: inline-block;
        font-size: 16pt;
        float: left;
        margin-top: 25px;
      }
      #div_footer_section #span_right {
        display: inline-block;
        font-size: 10pt;
        float: right;
        margin-top: 32px;
      }
      #div_footer_section a {
        color: #EDA8CC;
      }
    }

    @media screen and (min-width: 768px) and (max-width: 1020px) {
      .container_width {
        width: 768px;
        padding: 0px;
        margin: auto;
      }

      #div_nav_header #div_nav_logo {
        padding-top: 18px;
        text-align: center;
      }
      #div_nav_header #div_app_download {
        display: none;
      }

      #div_download_section {
        height: 384px;
        background-image: url(/mobileapp/img/download_section_768.png);
      }
      #div_download_section #div_intro_p {
        position: absolute;
        margin-left: 320px;
        margin-top: 120px;
      }
      #div_download_section #div_intro_p #span_intro {
        font-size: 22pt;
      }
      #div_download_section #div_app_download {
        position: absolute;
        margin-left: 320px;
        margin-top: 210px;
      }

      #div_desc_section {
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 40px;
        padding-top: 15px;
        display: block;
        background-color: white;
      }
      #div_desc_section #div_memorial_search_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_memorial_search_row #div_col_image {
        display: inline-block;
        float: left;
        width: 280px;
      }
      #div_desc_section #div_memorial_search_row #div_col_desc {
        display: inline-block;
        float: right;
        width: 375px;
        margin-top: 12px;
      }
      #div_desc_section #div_cemetery_search_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_cemetery_search_row #div_col_image {
        display: inline-block;
        float: right;
        width: 280px;
      }
      #div_desc_section #div_cemetery_search_row #div_col_desc {
        display: inline-block;
        float: left;
        width: 375px;
        margin-top: 35px;
      }
      #div_desc_section #div_memorial_detail_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_memorial_detail_row #div_col_image {
        display: inline-block;
        float: left;
        width: 280px;
        margin-top: 15px;
      }
      #div_desc_section #div_memorial_detail_row #div_col_desc {
        display: inline-block;
        float: right;
        width: 375px;
      }
      #div_col_desc span.title {
        font-size: 20pt;
      }
      #div_col_desc span.detail {
        font-size: 12pt;
        line-height: 30px;
      }
      #div_col_image img {
        width: 100%;
      }

      #div_feature_section {
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 40px;
        display: block;
        background-color: transparent;
      }
      #div_feature_text {
        display: block;
        padding-top: 40px;
        padding-bottom: 50px;
        text-align: center;
      }
      #div_feature_text #span_feature_text {
        font-size: 28pt;
        color : white;
      }
      #div_feature_section #div_left_col {
        width: 50%;
        display: inline-block;
        float: left;
      }
      .div_feature_row {
        padding-top: 20px;
        padding-bottom: 20px;
      }
      .div_feature_row #div_row_img {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      .div_feature_row #div_row_desc {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-top: 10px;
      }
      .div_feature_row #div_row_desc .title {
        font-size: 13pt;
        display: inline-block;
      }
      .div_feature_row #div_row_desc .detail {
        font-size: 12pt;
        width: 57%;
        display: inline-block;
        padding-left: 10px;
      }
      #div_feature_section #div_right_col {
        width: 50%;
        height: 90%;
        display: inline-block;
        float:right;
      }

      #div_footer_section {
        padding-left: 36px;
        padding-right: 36px;
        display: block;
        background-color: #5C60A3;
        height: 75px;
        vertical-align: middle;
      }
      #div_footer_section #span_left {
        display: inline-block;
        font-size: 16pt;
        float: left;
        margin-top: 25px;
      }
      #div_footer_section #span_right {
        display: inline-block;
        font-size: 10pt;
        float: right;
        margin-top: 32px;
      }
      #div_footer_section a {
        color: #EDA8CC;
      }
    }

    @media screen and (min-width: 600px) and (max-width: 768px) {
      .container_width {
        width: 600px;
        padding: 0px;
        margin: auto;
      }

      #div_nav_header #div_nav_logo {
        padding-top: 18px;
        text-align: center;
      }
      #div_nav_header #div_app_download {
        display: none;
      }

      #div_download_section {
        height: 192px;
        background-image: url(/mobileapp/img/download_section_np.png);
      }
      #div_download_section #div_intro_p {
        position: absolute;
        margin-left: 150px;
        margin-top: 35px;
        text-align: center;
      }
      #div_download_section #div_intro_p #span_intro {
        font-size: 16pt;
        display: inline-block;
        width: 320px;
      }
      #div_download_section #div_app_download {
        position: absolute;
        margin-left: 200px;
        margin-top: 105px;
      }

      #div_desc_section {
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 60px;
        padding-top: 10px;
        display: block;
        background-color: white;
      }
      #div_desc_section #div_memorial_search_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_memorial_search_row #div_col_image {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      #div_desc_section #div_memorial_search_row #div_col_desc {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
        text-align: center;
      }
      #div_desc_section #div_cemetery_search_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_cemetery_search_row #div_col_image {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        top: -200px;
      }
      #div_desc_section #div_cemetery_search_row #div_col_desc {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
        text-align: center;
        position: relative;
        top: 312px;
      }
      #div_desc_section #div_memorial_detail_row {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_memorial_detail_row #div_col_image {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      #div_desc_section #div_memorial_detail_row #div_col_desc {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
        text-align: center;
      }
      #div_col_desc span.title {
        font-size: 16pt;
        display: inline-block;
        width: 100%;
      }
      #div_col_desc span.detail {
        font-size: 12pt;
        line-height: 30px;
        width: 95%;
        display: inline-block;
      }
      #div_col_image img {
        width: 280px;
      }

      #div_feature_section {
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 40px;
        display: block;
        background-color: transparent;
      }
      #div_feature_text {
        width: 100%;
        display: inline-block;
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: center;
      }
      #div_feature_text #span_feature_text {
        font-size: 28pt;
        color : white;
      }
      #div_feature_section #div_left_col {
        width: 100%;
        display: inline-block;
      }
      .div_feature_row {
        padding-top: 20px;
        padding-bottom: 20px;
      }
      .div_feature_row #div_row_img {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      .div_feature_row #div_row_desc {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-top: 10px;
      }
      .div_feature_row #div_row_desc .title {
        font-size: 13pt;
        display: inline-block;
      }
      .div_feature_row #div_row_desc .detail {
        font-size: 12pt;
        width: 35%;
        display: inline-block;
        padding-left: 10px;
      }
      #div_feature_section #div_right_col {
        width: 100%;
        display: inline-block;
      }

      #div_footer_section {
        padding-left: 36px;
        padding-right: 36px;
        display: block;
        background-color: #5C60A3;
        height: 100px;
        text-align: center;
      }
      #div_footer_section #span_left {
        display: inline-block;
        font-size: 14pt;
        margin-top: 25px;
        width: 100%;
      }
      #div_footer_section #span_right {
        display: inline-block;
        font-size: 10pt;
        width: 100%;
        margin-top: 5px;
      }
      #div_footer_section a {
        color: #EDA8CC;
      }
    }

    @media screen and (max-width: 600px) {
      .container_width {
        width: 320px;
        padding: 0px;
        margin: auto;
      }

      #div_nav_header #div_nav_logo {
        padding-top: 30px;
        text-align: center;
        width: 100%;
        height: 100%;
      }
      #div_nav_header #div_nav_logo img {
        width: 70%;
      }

      #div_nav_header #div_app_download {
        display: none;
      }

      #div_download_section {
        height: 175px;
        background-color: transparent;
      }
      #div_download_section #div_intro_p {
        display: inline-block;
        width: 100%;
        height: 60px;
        text-align: center;
        padding-top: 25px;
      }
      #div_download_section #div_intro_p #span_intro {
        font-size: 14pt;
        display: inline-block;
      }
      #div_download_section #div_app_download {
        display: inline-block;
        width: 100%;
        padding-top: 20px;
        text-align: center;
      }

      #div_desc_section {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 40px;
        padding-top: 10px;
        display: block;
        background-color: white;
      }
      #div_desc_section #div_memorial_search_row {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_memorial_search_row #div_col_image {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      #div_desc_section #div_memorial_search_row #div_col_desc {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        text-align: center;
      }
      #div_desc_section #div_cemetery_search_row {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_cemetery_search_row #div_col_image {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        top: -192px;
      }
      #div_desc_section #div_cemetery_search_row #div_col_desc {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        position: relative;
        top: 300px;
      }
      #div_desc_section #div_memorial_detail_row {
        padding-top: 15px;
        padding-bottom: 15px;
        display: inline-block;
        width: 100%;
      }
      #div_desc_section #div_memorial_detail_row #div_col_image {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      #div_desc_section #div_memorial_detail_row #div_col_desc {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
        text-align: center;
      }
      #div_col_desc span.title {
        font-size: 14pt;
        display: inline-block;
        width: 100%;
      }
      #div_col_desc span.detail {
        font-size: 10pt;
        line-height: 20px;
        width: 95%;
        display: inline-block;
      }
      #div_col_image img {
        width: 100%;
      }

      #div_feature_section {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 40px;
        display: block;
        background-color: transparent;
      }
      #div_feature_text {
        display: block;
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: center;
      }
      #div_feature_text #span_feature_text {
        font-size: 28pt;
        color : white;
      }
      #div_feature_section #div_left_col {
        width: 100%;
        display: inline-block;
      }
      .div_feature_row {
        padding-top: 20px;
        padding-bottom: 20px;
      }
      .div_feature_row #div_row_img {
        display: inline-block;
        width: 100%;
        text-align: center;
      }
      .div_feature_row #div_row_desc {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-top: 10px;
      }
      .div_feature_row #div_row_desc .title {
        font-size: 13pt;
        display: inline-block;
      }
      .div_feature_row #div_row_desc .detail {
        font-size: 12pt;
        width: 80%;
        display: inline-block;
        padding-left: 10px;
      }
      #div_feature_section #div_right_col {
        width: 100%;
        display: inline-block;
      }

      #div_footer_section {
        padding-left: 25px;
        padding-right: 25px;
        display: block;
        background-color: #5C60A3;
        height: 100px;
        text-align: center;
      }
      #div_footer_section #span_left {
        display: inline-block;
        font-size: 12pt;
        margin-top: 25px;
        width: 100%;
      }
      #div_footer_section #span_right {
        display: inline-block;
        font-size: 10pt;
        width: 100%;
        margin-top: 5px;
      }
      #div_footer_section a {
        color: #EDA8CC;
      }
    }
  }



