/* 
    CtObjects, LLC 
    stmo@ctobj
*/
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Alex+Brush&family=Caveat:wght@400..700&family=Courier+Prime&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Style+Script&family=Tangerine:wght@400;700&display=swap');
:root {
    --divider-color: #7a2e3a; /* line color */
    --accent-color: #7a2e3a; /* center glyph / text color */
    --line-opacity: .25;
    --line-thickness: 2px;
    --global-font-family-para: "Josefin Sans", sans-serif; /* "Playfair Display", serif; */
    --global-font-family-h1: "Zilla Slab", serif;
    --global-font-family-h2: "Zilla Slab", serif; /*  "Josefin Sans", sans-serif */
    --global-font-family-h3: "Zilla Slab", serif;
    --global-font-family-h4: "Zilla Slab", serif;
    --global-font-family-h5: "Zilla Slab", serif;
    --global-font-family-logo: Tangerine, cursive;
    --global-font-family-logo-sub: Arial;
    --global-font-family-byline: Tangerine, cursive;
    --global-font-family-p-blue: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
    --global-font-family-home-menu: "Times New Roman", Times, serif, Cambria, "Hoefler Text", "Liberation Serif";
    --global-font-family-page-menu: 'Open Sans', sans-serif;
    --global-background-color: rgb(33, 58, 83); /*  #9F414D;  */
    --global-font-color: rgb(33, 58, 76);
    --global-color-h2: rgb(33, 58, 83);
    --global-color-h3: rgb(33, 58, 83);
    --global-color-h4: #6092b7;
    --global-color-h5: #6092b7; /* rgb(18, 39, 61); */
    --global-color-ltblue: #6092b7;
    --global-footer-color: #fff;
    --global-color-hover: #8c3a03;
    --global-footer-background: linear-gradient(180deg, rgb(18, 39, 61) 0%, rgb(12, 21, 32) 100%);
    --global-footer-color: #dfdfdf;
    --global-button-background: #dfdfdf;
    --global-button-color: rgb(18, 39, 61);
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*	font: inherit; */
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}
html {
    font-size: 16px;
}
html, body {
    height: 100%;
    margin: 0;
}
article, aside, details, figcaption, figure, hgroup, menu, nav, section {
    display: block
}
body {
    padding: 0;
    margin: 0;
    color: var(--global-font-color);
    font: 1rem tahoma, arial, sans-serif;
    line-height: normal;
}
ol, ul {
    list-style: none
}
*, *:before, *:after {
    box-sizing: inherit
}
.page {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.container {
    flex: 1 1 auto;
    /* overflow-y:auto; see below */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem 1rem 0 1rem;
    /*  height: 100vh;
    background-color: rgba(255, 244, 209, 0.8);
    background-image: url("/images/overlays/secret_chord_bgnd-right4.png");
    background-repeat: no-repeat;
    background-position: right   */
    background: url("/images/overlays/bgLeftBottom.png") left bottom, url("/images/overlays/bgRightTop.png") right top, url("/images/overlays/bgRightBottom.png") right bottom;
    background-blend-mode: lighten;
    background-color: rgba(255, 244, 209, 0.8);
    background-repeat: no-repeat, no-repeat, no-repeat;
    scroll-behavior: smooth;
}
@media (min-height:700px) {
    .container {
        overflow-y: auto;
        height: 100vh;
    }
}
.row {
    padding: 1rem 2rem;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    background-color: white;
    border-left: 2px;
    border-right: 2px;
    border-bottom: 2px;
    border-style: solid;
    border-color: #ddd
}
.row .row {
    margin: 0 -10px 0 -10px
}
.row p {
    text-align: justify;
}
.row p.about img {
    float: right;
    border: 1px solid #666; /* var(--global-background-color); */
    margin: 0.5rem 0 0rem 2rem
}
@media (max-width: 600px) {
    .container {
        background-color: unset;
        background-image: unset;
        background-repeat: no-repeat;
        background-position: right
    }
    .row {
        padding: 1rem 0;
        border-left: 0;
        border-right: 0;
        border-color: #fff
    }
    /* about */
    .row p.about {
        text-align: center;
    }
    .row p.about img {
        float: none;
        margin: 0;
    }
}
.row:before, .row:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.aligncenter {
    display: block;
    margin: 15px auto;
}
.alignright {
    float: right;
    margin-left: 30px;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
@media(max-width: 600px) {
    .alignright, .alignleft {
        display: block;
        float: none;
        margin: 15px auto;
        text-align: center;
    }
}
*, *:before, *:after {
    box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    text-transform: none;
    font-family: var(--global-font-family-para);
}
h1 {
    font-family: var(--global-font-family-h1);
    font-size: 1.85rem;
    color: var(--global-color-h2);
    margin: 1rem 0 2rem 0;
}
h2 {
    font-family: var(--global-font-family-h2);
    margin-top: 0rem;
    margin-bottom: .3rem;
    font-size: 1.6rem;
}
h2:not(:first-child) {
    margin-top: 1.75rem
}
h3 {
    font-family: var(--global-font-family-h3);
    font-size: 1.15rem;
    color: var(--global-color-h4);
    margin-bottom: .3rem;
}
h5 {
    color: #ccc;
    font-size: 1.1rem;
    text-align: center
}
.callyou {
    font-family: var(--global-font-family-byline) !important;
    font-size: 2.5rem !important;
    text-align: center;
    color: #990000 !important;
    padding-top: 1rem;
}
p, ul {
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
    /*  var(--global-font-family-para); */
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
    padding: 0;
    margin-bottom: 1.2rem;
}
a {
    text-decoration: none;
    -webkit-transition: 1s color;
    transition: 1s color;
    color: var(--global-font-family-para);
}
.row a {
    text-decoration: underline;
}
a:hover {
    color: var(--global-color-hover);
}
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
li {
    margin: 0;
    padding: 0
}
.ctobj-overlay {
    opacity: .4
}
.ctobj-timer-progress {
    background: white
}
.banner {
    display: inline-block;
    background: transparent;
    padding: 0 0px;
    font-size: 1.35rem;
    font-weight: normal;
}
.banner a {
    font-weight: 500;
}
small.banner {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif
}
.button {
    padding: 1px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    background: var(--global-color-ltblue);
    border: 1px solid var(--global-color-ltblue);
    -webkit-border-radius: 4px;
    -moz-border-radius: 10px;
    border-radius: 4px;
    -webkit-transition: 1s;
    transition: 1s
}
.button:hover {
    color: #fff !important;
    background: var(--global-background-color);
    border: 1px solid var(--global-background-color);
}
.header-logo {
    position: absolute;
    text-align: left;
    left: 0.5rem;
    top: 2rem;
    font-size: 1rem;
    font-weight: bold;
    /* text-transform: uppercase; */
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.header-logo small {
    opacity: .8
}
.header-logo a {
    color: #fff !important
}
.header-logo .page-logo {
    width: 300px;
    position: absolute;
    /*   font-family: "Times New Roman", Times, serif, Cambria, "Hoefler Text", "Liberation Serif";
    text-transform: uppercase; */
    letter-spacing: 1px;
    line-height: 2.2rem;
    text-align: right;
    font-size: .425rem;
}
@media (min-width:321px) {
    .header-logo .page-logo {
        font-size: .5rem;
    }
}
.page-logo div {
    position: relative;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 10px #000;
    letter-spacing: 0px;
    /* padding-right: 4.7rem; */
    font-size: 1.9rem;
    margin: .75rem 0;
    pointer-events: none
}
.page-logo div span {
    display: block
}
.page-logo div .mentone {
    font-family: var(--global-font-family-logo);
    font-size: 4.5rem;
    font-weight: 600;
    padding-right: .7rem;
    letter-spacing: 0px;
    margin-bottom: .2rem
}
.page-logo div .river {
    font-family: var(--global-font-family-logo-sub);
    text-transform: uppercase;
    padding-right: 0.725rem;
    letter-spacing: 0.05rem;
    font-size: 0.94rem;
    opacity: 0.7;
    margin-top: -0.5rem;
}
/************************************************/
header {
    width: 100%;
    height: 120px;
    z-index: 2;
    background-color: var(--global-background-color);
    text-shadow: 0 1px 1px #000;
    box-shadow: 0px 5px 5px var(--global-background-color);
}
header, footer {
    flex-shrink: 0; /* Prevent them from shrinking */
}
.page-header {}
.page-header h1 {
    font-size: 1.8rem;
    margin-bottom: -10px;
}
#nav-toggle {
    height: 46px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 3.125rem;
    -webkit-tap-highlight-color: transparent;
}
#nav-toggle .nav-icon, #nav-toggle .nav-icon:after, #nav-toggle .nav-icon:before {
    width: 1.375rem;
    height: 4px;
    background-color: #fff
}
#nav-toggle .nav-icon {
    position: absolute;
    top: .875rem;
    right: 1.6rem;
    margin: 8px 0;
    transition: all .3s;
    cursor: pointer;
}
#nav-toggle .nav-icon:after, #nav-toggle .nav-icon:before {
    display: block;
    position: absolute;
    top: -8px;
    content: "";
    transition: all .3s
}
#nav-toggle .nav-icon:after {
    top: 8px
}
/*********************************************/
.nav-open {
    overflow: hidden;
}
.nav-open #nav-toggle .nav-icon {
    background-color: transparent;
}
.nav-open #nav-toggle .nav-icon:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    color: red;
    transform: rotate(45deg)
}
.nav-open #nav-toggle .nav-icon:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
@media (min-width:769px) {
    #nav-toggle {
        display: none
    }
}
/****************************/
.page-nav {
    z-index: 2;
    position: absolute;
    top: 5.625rem;
    right: 0;
}
@media (min-width:769px) {
    .page-nav {
        right: 2.5rem;
    }
}
.nav-open .page-nav {
    position: fixed;
    top: 120px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #000;
    opacity: 0.75;
    transition: color .5s ease-in, background .5s ease-in;
}
.page-nav nav {
    visibility: hidden;
}
@media (min-width:769px) {
    .page-nav nav {
        visibility: visible;
        overflow: hidden;
    }
}
.page-nav nav ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    position: relative;
    float: left;
}
.page-nav nav ul li {
    display: inline;
    margin-right: 1px;
    float: left;
    position: relative;
}
.page-nav nav ul li a {
    font-family: var(--global-font-family-page-menu); /*  */
    font-size: 1.125rem;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5rem 14px;
}
.page-nav nav ul li:hover a {
    color: #FFF;
    text-decoration: underline;
}
.nav-open .page-nav nav {
    visibility: visible;
    font-size: 1.5rem;
    text-align: center;
}
.nav-open .page-nav nav ul {
    opacity: 1;
}
.nav-open .page-nav nav li {
    width: 100%;
}
.nav-open .page-nav nav li a {
    display: block;
    font-size: 1.25rem;
}
/********************************/
.selectedmenu:hover {
    background: #999 !important;
}
.page-body {}
/*
@media (min-width:769px) {
	.page-body {
	}
}
*/
.container h2 {
    /*	margin-top:1rem */
}
/*******************************/
.fade-line {
    margin: 1rem auto 2.2rem auto;
    height: 2px;
    width: 80%;
    background: linear-gradient(to right, transparent, #ddd, transparent);
}
.books-list {
    /*   max-width: 920px; */
    min-width: 340px;
    margin: 0 auto;
}
.books-list article {
    display: flex;
    flex-direction: row;
    width: 100%;
}
@media (max-width: 900px) {
    .books-list article {
        display: block;
        margin: 0 auto 50px auto;
        max-width: 550px;
    }
}
.books-list article h3 {
    margin-top: 0;
}
@media (min-width: 900px) {
    .books-list article.reversed {
        flex-direction: row-reverse;
    }
}
.books-list article .book-cover {
    min-width: 300px;
}
@media (max-width: 900px) {
    .books-list article .book-cover {
        min-width: 300px;
        padding-bottom: 20px;
        text-align: center;
    }
}
.books-list article img {
    width: 100%;
    max-width: 300px;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}
.books-list article .book-content {
    padding-left: 55px;
    padding-right: 0;
    width: auto;
}
@media (min-width: 900px) {
    .books-list article.reversed .book-content {
        padding-left: 0;
        padding-right: 55px;
    }
}
.books-list article .book-content h5 {
    font-family: var(--global-font-family-h5);
    color: var(--global-color-h5);
    font-size: 1.25em;
    font-weight: 400;
    padding-bottom: 8px;
}
@media (max-width: 900px) {
    .books-list article .book-content {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
}
/********** CONTACT **********/
#contact-info {
    width: 48%;
    float: left;
}
#contact-form {
    width: 48%;
    float: right;
}
@media (max-width: 640px) {
    #contact-info, #contact-form {
        width:100%;
        float:none
    }
    #contact-form {
        padding-top:1rem
    }
}


.formrow {
    clear: both;
    display: block;
    padding-bottom: 2px;
}
.formrow label {
    width: 100px;
    font-size: 0.8rem;
    padding: 0px 2px;
    font-weight: normal;
}
.formrow input[type="text"] {
    font-family: courier;
    background: rgb(255, 255, 255);
    padding: 4px;
    margin: 0px 0px 4px;
    border: 2px solid #aaa;
    width: 100%;
    color: black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 10px;
    border-radius: 4px;
}
.formrow textarea {
    background: rgb(255, 255, 255);
    margin: 0px 0px 4px;
    border: 2px solid #aaa;
    width: 100%;
    ;
    height: 56px;
    color: black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 10px;
    border-radius: 4px;
}
.formrow label.error {
    display: none;
    color: red
}
.formrow .button {
    width: 100%;
    padding: .25rem 0;
}
/********** FOOTER **********/
.stx {
    fill: var(--global-footer-color);
}
.stx:hover {
    fill: #fff;
}
.st0 {
    fill: var(--global-footer-background);
    ;
}
footer {
    width: 100%;
    background-image: var(--global-footer-background);
    clear: both;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: .75rem;
    /*   text-shadow: 0 1px 1px #000;
    box-shadow: 0px -3px 4px #12273d; */
}
footer .page-footer {
    width: 100%;
}
footer .page-footer a {
    color: var(--global-footer-color);
}
footer .page-footer h4 {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 1rem;
    font-size: 1.2rem;
    color: var(--global-footer-color);
}
footer .page-footer .footleft {
    width: 50%;
    float: left;
}
footer .page-footer .footright {
    width: 50%;
    float: left;
}
@media (max-width:769px) {
    footer .page-footer h4 {
        font-size: 1.2rem;
    }
    footer .page-footer .footleft, footer .page-footer .footright {
        width: 100%;
        float: none;
    }
}
footer .socialicons {
    width: 100%;
    display: flex;
    flex 1 1 auto;
    align-items: center;
    justify-content: center
}
.socialicons ul {}
.socialicons ul li {
    display: inline;
    margin: 0 0.35rem;
}
.socialicons ul li a {
    display: inline-block;
    width: 1.65rem;
}
.socialicons a {
    border-radius: 3px;
    height: 1.7rem;
    color: var(--global-footer-color);
}
.socialicons a span {
    padding: 4px 20px
}
.callout {
    padding-top: 1rem;
    width: 360px;
    float: right;
}
.callout p {
    font-family: var(--global-font-family-para);
    line-height: 1.1rem;
    color: #ccc;
    font-size: 1rem;
    text-align: center;
    margin: 0 1rem 0.25rem 1rem;
}
.signup {
    width: 360px;
    margin: 0 5%;
}
@media (max-width:769px) {
    .callout {
        margin: 0 auto;
        float: none;
    }
    .signup {
        margin: 0 auto;
        ;
    }
}