* {
    margin: 0 auto 0 auto;
}
:root {
/* define variables based on user settings */
--font-text: Perpetua, Serif; /* var(--font-text); */
--font-size: 19; /* var(--font-size); */
--header-text: Lucida Bright; /* var(--header-text); */
--header-size: 2.2rem; /* var(--header-size); */
--tagline-text: Lucida Bright; /* var(--tagline-text); */
--tagline-size: 1.32rem; /* var(--tagline-size); */
}
html {
 font-size: var(--font-size); ; 
 background-color: var(--bgcolor);
}

p { 
    margin-top: 0px;
    margin-bottom: 0px;
}
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: var(--font-text);
    color: var(--text-color);
    background-color: var(--bgcolor);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-headline-text);
    color: black;
   }   
#headerImg {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
}

.headerWrapper {
    background-color: var(--bg-color);
    display: inline-block;
    position: relative;
    width: 100%; 
    text-align:center; /* default to centered */
}
.headerPosition{
    display: inline-block;
    position: absolute;
    width:100%;
    left:0%;
}


.container, .footerContainer{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
img {
    display: inline-block;
    max-width: 100%;
}

@media (max-width: 900px) {
img {
    max-width: 220px;
}
.pageWrapper {
    width: 500px;
}

div.headerPosition{
	bottom: 0%;
    margin-bottom:40px ; 
}

span.headerTitle {
    position: relative;
    font-size: 1.5rem;
	font-weight: 600;
}
span.headerTagline {
    font-size: .9rem;
    font-weight: 600;
}

div.headerWrapper {
    width: 500px;
    height: 100px;
}
div.innerBox {
    width: 500px;
}
div.contentText {
    width: 440px;
}

div.footer {
    width: 480px;
}

div.caption {
    position: relative;
 /*visibility: hidden;*/
 /*background-color: rgba(255, 255, 255, 0.7);*/
    width: auto;
    height: auto;
    max-height: 100px;
    max-width: 400px;
    top: 35px;
    left: 20px;
    padding: 2px;
 /*border-radius: 2px;*/
 /*box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);*/
}

} /* end media */

.innerBox {
    position: relative;
    height: auto;
    background-image: var(--text-bg-image);
    background-color: var(--text-bg-color);
    background-repeat: repeat-x;

    /*
    border-style: solid;
    border-width: 2px;
    border-color: var(--color-01);
    */
}
.caption {
    padding: 0px;
    left: 30px;
    width: 100%;
}
.headerTitle {
    position: relative;
    font-size: var(--header-size) ; 
    font-weight: 600;
    font-family: var(--header-text);
}
.headerTagline {
    position: relative;
    font-size: var(--tagline-size);
    font-family: var(--tagline-text);
    font-weight: 600;
}
.contentText {
    color: var(--text-color);
    text-align: left;
    line-height: 1.5rem;
    overflow: hidden;
}
#page {
    display: block;
    height: auto;
    position: relative;
    overflow: hidden;
    width: 948px;
}
h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    padding-top: 18px;
    margin-top: 15px;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-top: 15px;
}
h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    margin-top: 15px;
}
h4 {
    font-size: 1rem;
    margin-bottom: 4px;
    margin-top: 15px;
}
h5 {
    font-size: .9rem;
    margin-bottom: 4px;
    margin-top: 15px;
}
.footerWrapper p {
    padding-bottom: 0px;
}
.footerWrapper a {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.footerWrapper {
    background: var(--bgcolor) ; 
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    position: relative;
    z-index: 1;
    text-decoration: none;
} 
.footerWrapper {
    padding: 0 30px;
}

.footer {
    font-size: .75rem;
    background-color: var(--footer-bg-color);
    text-align: center;
    padding:10px;
}

.bodyEnd {
    height:30px;
}

    
blockquote {
	font-size: 1.2rem;
    text-align: justify;
    width: 400px;
    color: #000000;
    padding: 15px;
    margin: 10px;
    font-family: var(--font-headline-text);
    border: dashed 1px;
    border-color: #484848;
}
html, body {
    text-align: center;
    font-family: var(--font-text);
}
p, div {
    text-align: left;
    padding-bottom: 15px;
    line-height: 28px
}
.left {
  float: left;
  margin-right: 15px ; 
}
.right  {
  float: right;
  margin-left: 15px ;
}
.center {
  margin: auto;
  width: 60%;
  }
.image.left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: 0.25em;
}
.image.right {
    float: right;
    margin: 0 0 1em 1.5em;
    top: 0.25em;
}
.center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top:10px;
}
iframe, center {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
/* Shop Menu Start */

.shop-menu-wrapper {
    float: right;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0px;
    right: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
    z-index: 1000;
}
.shop-menu-bar {
    font-weight: bold;
    list-style-type: none;
    float: left; /* comment out for bar full width */
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
}
.shop-dropdown {
    display: inline-block;
}
.shop-dropbtn {
    display: inline-block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.shop-dropdown:hover .shop-dropbtn {
    background-color: var(--text-bg-color);
}
.shop-dropdown-content {
    display: none;
    position: absolute;
    background-color:  #f9f9f9; 
    min-width: 160px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.shop-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: bold;
}
.shop-dropdown-content a:hover {
    background-color: var(--text-bg-color);
}
.shop-dropdown:hover .shop-dropdown-content {
    display: block;
    right: 10px;
}
/* Shop Menu End */
/*Updated CSS Start*/
.row {
    margin: 0 -15px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
}
.row .col-2 img {
    margin: 0px;
    width: 100%;
}
.row .col-2 {
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0 15px;
}
.bullets {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    list-style: none;
}
.bullets.single-info {
    margin-top: 0px;
}
.bullets.single-info li {
    margin-bottom: 10px;
}
.bullets.single-info li:before {
}
.para-links a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: .8rem;
    font-weight: 600;
}
.contentText{
    padding: 30px;
}
.contentText {
    color: var(--text-color);
    line-height: 40px;
    padding-top: 0px;
    margin-top: 0px;
}
.contentText article{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.pageWrapper{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.para-links {
    padding:50px 30px;
    padding-bottom: 30px;
    text-align: left;
    border-top: 2px solid var(--color-05) ; 
	background: var(--links-bg-color);
}
.sm_block span {
    font-size: .8rem;
    line-height: 24px;
}
.col-text h3{
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 15px;
}
.bullets.single-info li p {
    padding-bottom: 0px;
    line-height: 20px;
}
.bullets li:before {
    position: absolute;
    height: 6px;
    width: 6px;
    content: "";
    background: #000;
    left: 0px;
    border-radius: 50px;
    top: 6px;
}
.bullets li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
    list-style: none;
}
.para-links {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}
.para-links .sm_block .sm_link{
    color: var(--text-color);
    font-weight: 500;
}
.para-links .sm_block{
    width: 33.3333%;
    padding: 0 30px;
}



Top-Right

