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

h1 {
    text-align: center;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    margin-top: 20px;
    font-weight: 900;
    line-height: 1.1;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /* color: #163744; */
    color: white;
}

p {
    margin: 0 0 10px;
    color: #878787;
    font-weight: 400;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.1rem;    
}

span.bold {
    font-weight: bold;
}

p.center {
    text-align: center;
}
div.center {
    text-align: center;
}

.section_separator {
    /* background-color: #183146; */
    background-color: #004d5a;
    padding: 40px 0;
    margin-bottom: 60px;
}
.section_separator h2 {
    padding: 40px 0;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.section_wrapper {
    /* padding-top: 80px; */
    padding-bottom: 80px;
}
.section_wrapper:nth-child(odd) {
    background-color: #e9e9e9;
}
.section_wrapper:first-child {
    padding-top: 80px;
}

.header_uppercase {
    text-transform: uppercase;
}

.header_center {
    text-align: center;
    margin-bottom: 60px;
}

#menu_float_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 5px 8px 8px #ccc;
    z-index: 1000;
    background-color: white;
    transition: opacity 0.5s ease;
    opacity: 0;
}
#menu_float_wrapper #menu_float {
    max-width: 900px;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
    margin: 0 auto;
    z-index: 1000;
    background-color: white;
}
#menu_float_wrapper #menu_float #menu_float_logo {
    margin-right: 20px;
}
#menu_float_wrapper #menu_float #menu_float_logo a {
    display: inline-block;
}
#menu_float_wrapper #menu_float #menu_float_logo img {
    display: block;
}
#menu_float_wrapper #menu_float #menu_float_options {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
#menu_float_wrapper #menu_float #menu_float_options a {
    text-transform: uppercase;
    text-decoration: none;
    /* color: #183a46; */
    color: #004d5a;
    font-size: 1rem;
    font-weight: bold;
    transition: color 0.3s ease;
}
#menu_float_wrapper #menu_float #menu_float_options a:hover {
    color: #004d5aaa;
}

#top_wrapper {
    /* background-image: url("/images/intro_bgnd.jpg"); */
    background-image: url("/images/bgnd3_1920_598.png");
    background-size: cover;
}
#top_wrapper #menu {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
}
#top_wrapper #menu #menu_logo {
    margin-right: 20px;
}
#top_wrapper #menu #menu_logo a {
    display: inline-block;
}
#top_wrapper #menu #menu_logo img {
    display: block;
}
#top_wrapper #menu #menu_options {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
#top_wrapper #menu #menu_options a {
    text-transform: uppercase;
    text-decoration: none;
    /* color: #183a46; */
    /* color: #004d5a; */
    color: #f6e0a3;
    font-size: 1rem;
    font-weight: bold;
    transition: color 0.3s ease;
}
#top_wrapper #menu #menu_options a:hover {
    color: #eec554;
}
#top_wrapper #top_intro {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 0;
    padding-bottom: 40px;
}
#top_wrapper #top_intro h1 {
    text-align: left;
    font-weight: normal;
    /* color: #183a46; */
    /* color: #004d5a; */
    color: white;
    font-size: 2rem;
}
#top_wrapper #top_intro p {
    font-size: 1.1rem;
    color: white;
}
#top_wrapper #top_intro #button_wrapper {
    text-align: right;
    padding: 20px 0;
}
#top_wrapper #top_intro #button_wrapper a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    color: #004d5a;
    /* background-color: #183a46; */
    border: 1px solid white;
    background-color: white;
    font-size: 1.25rem;
    text-transform: uppercase;
    transition: color, background-color 0.3s ease;    
}
#top_wrapper #top_intro #button_wrapper a:hover {
    color: white;
    background-color: #004d5a;    
}

#logo_wrapper {
    /* background-color: #ccc; */
    padding: 40px 0;
}
#logo {
    font-family: "Oswald",arial,tahoma;
    text-align: center;
    text-transform: uppercase;
    color: #b99b5c;
    font-size: 60px;
}
#header_intro_wrapper {
    padding: 20px 0;
    padding-bottom: 0;
}
#header_intro {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 40px;
}
#header_logo {
    text-align: center;
}
#header_video {
    text-align: center;
}
#header_video #header_video_wrapper {
    max-width: 900px;
    margin: 0 auto;
}
#header_video video {
    outline: none;
    max-width: 100%;
}

#gift_wrapper .section {
    opacity: 0;
    transition: opacity 2s ease;
}

#tool_wrapper {
    background-color: white;
    /* background-image: url('/images/bgnd2_474_204.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-position: 50%; */
    /* background-size: contain; */
    /* padding-bottom: 300px; */
}
#tool_wrapper .section {
    /* position: relative; */
    /* left: -100%; */
       /* opacity: 0; */
    /* transition: opacity 2s ease; */
}
#tool_wrapper #tool_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#tool_wrapper #tool_left {
    position: relative;
    right: 110%;
    flex-basis: 60%;
    padding-right: 40px;
}
#tool_wrapper #tool_left p {
    text-align: justify;
}
#tool_wrapper #tool_right {
    flex-basis: 40%;
    position: relative;
    left: 100%;
}
#tool_wrapper #tool_right img {
    max-width: 100%;
}

#tool_wrapper p {
    font-size: 1.1rem;
}

#solution_wrapper {
    background-color: #e9e9e9;
}
#solution_wrapper .section {
    opacity: 0;
    transition: opacity 2s ease;
}
#solution p {
    font-size: 1.1rem;
}
#solution ol li {
    font-size: 1.1rem;
}

#why div:nth-child(even) {
    text-align: left;
    padding-right: 35%;
}
#why div:nth-child(odd) {
    text-align: right;
    padding-left: 35%;
}

#howto_wrapper {
    background-color: white;
}
#howto_wrapper .section {
    /* opacity: 0; */
    /* transition: opacity 2s ease; */
    position: relative;
    left: 100%;
}
#howto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
    margin-bottom: 40px;
}
#howto .howto_item {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 40px;
}
#howto .howto_item i {
    font-size: 75px;
    /* color: #163744; */
    color: #004d5a;
}
#howto .howto_item h4 {
    text-transform: uppercase;
    /* color: #163744; */
    color: #004d5a;
}
#howto .howto_item h6 {
    font-size: 0.8rem;
    text-transform: uppercase;    
    margin-bottom: 20px;
    /* color: #163744; */
    color: #004d5a;
}
#howto .howto_item p {
    font-size: 0.9rem;
    /* line-height: 150%; */
}
#contact_wrapper {
    background-color: #e9e9e9;
}
#contact_wrapper #contact_form_wrapper {
    width: 200%;
    display: flex;
    flex-direction: row;
}
#contact_wrapper .section {
    overflow-x: hidden;
}
#contact_wrapper p {
    font-size: 1.1rem;
}
#contact_wrapper #contact_form {
    flex-basis: 100%;
    /* max-width: 75%; */
    margin: 0 auto;
    /* padding: 40px 0; */
}
#contact_wrapper #contact_form form {
    max-width: 700px;
}
#contact_wrapper .contact_form_row {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
#contact_wrapper .contact_form_row .contact_form_col {
    flex-basis: 50%;
}
#contact_wrapper .contact_form_row .contact_form_col:not(:last-child) {
    margin-right: 15px;
}
#contact_wrapper .contact_form_row .contact_form_col:not(:first-child) {
    margin-left: 15px;    
}
#contact_wrapper input {
    border: 0;
    border-radius: 8px;
    font-weight: 500;
    color: #959595;
    padding: 22px 25px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
}
#contact_wrapper input[type="checkbox"] {
    width: auto;
}
#contact_wrapper label {
    font-size: 16px;
}
#contact_wrapper select {
    border: 0;
    border-radius: 8px;
    font-weight: 500;
    color: #959595;
    padding: 22px 25px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}
#contact_wrapper a {
    /* color: #163744; */
    color: #004d5a;
    text-decoration: none;
}
#contact_wrapper #_form_21_submit {
    margin: 0 auto;
    margin-top: 20px;
    /* border-radius: 8px; */
    font-weight: 500;
    color: white;
    padding: 22px 40px;
    font-size: 16px;
    /* background-color:  #163744; */
    background-color: #004d5a;
    text-transform: uppercase;
    border: 1px solid #004d5a !important;
    font-size: 1.25rem;
    text-transform: uppercase;
    transition: color, background-color 0.3s ease;
    border-radius: 0 !important;
}
#contact_wrapper #_form_21_submit:hover {
    background-color: white;
    color: #004d5a !important;
    border: 1px solid  #004d5a !important;
}

#contact_wrapper #contact_result {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    /* color: #163744; */
    color: #004d5a;
}

#last {
    background-color: white;
}
#last .section {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#last .section .section_left {
    flex-basis: 50%;
}
#last .section .section_left p {
    margin-top: 0;
}
#last .section .section_left img {
    max-width: 250px;
}
#last .section .section_right {
    flex-basis: 50%;    
}
#last .section .section_right img {
    max-width: 100%;
}

span.button {
    display: inline-block;
    margin-top: 20px;
    /* border: 1px solid #163744; */
    border: 1px solid #004d5a;
    /* background-color: #163744; */
    background-color: #004d5a;
    padding: 10px 30px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    transition: color, background-color 0.3s ease;
}
span.button:hover {
    /* color: #163744; */
    color: #004d5a;
    background-color: transparent;        
}

ol li {
    font-size: 1rem;
    margin-bottom: 20px;
}


@media only screen and (max-width: 600px) {
    #top_wrapper #menu { flex-wrap: wrap; }
    #top_wrapper #menu #menu_logo { flex-basis: 100%; margin-right: 0; text-align: center; margin-bottom: 20px; }
    #menu_float_wrapper #menu_float { flex-wrap: wrap; }
    #menu_float_wrapper #menu_float #menu_float_logo { flex-basis: 100%; margin-right: 0; text-align: center; margin-bottom: 20px; }

    
    #top_wrapper #top_intro { max-width: 90%; }
    #top_wrapper #top_intro h1 { font-size: 1.5rem; }
    
    .custom_width { max-width: 90%; }
    #why div:nth-child(even) { padding-right: 0; text-align: left; }
    #why div:nth-child(odd) { padding-left: 0; text-align: left; }
    #howto { flex-wrap: wrap; }
    #howto .howto_item { flex-basis: 100%; }

    #tool_wrapper #tool_row { flex-wrap: wrap; }
    #tool_wrapper #tool_left { flex-basis: 100%; margin-bottom: 40px; }
    #tool_wrapper #tool_right { flex-basis: 100%; }
    #tool_wrapper p { font-size: 1rem; }
    
    #contact_wrapper .contact_form_row { flex-wrap: wrap; margin-bottom: 0; }
    #contact_wrapper .contact_form_row .contact_form_col { flex-basis: 100%; }
    #contact_wrapper .contact_form_row .contact_form_col:not(:first-child) { margin-left: 0; }
    #contact_wrapper .contact_form_row .contact_form_col:not(:last-child) { margin-right: 0; }
    
    #last .section { flex-wrap: wrap; }
    #last .section .section_left { flex-basis: 100%; }
    #last .section .section_right { flex-basis: 100%; }

    .section_separator h2 { max-width: 90%; font-size: 1.5rem; }

    p { font-size: 1rem; text-align: justify; }
    p.center { text-align: justify; }
}
