/* cmsms stylesheet: KLNav modified: Monday, August 20, 2018 12:58:29 PM */
.TheNavShell {
    background-color: rgb(30,78,86);
    color: #fff;
    text-align: center;
}

.TheNav {
    background-color: rgb(30,78,86);
    color: #fff;
    text-align: center;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.TheNav {
    text-align: left;
height: auto;
}
}

.title-bar {
    background-color: rgb(30,78,86);
    padding: 5px 20px;
}

.top-bar {
    background-color: rgb(30,78,86);
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar {
    width: 100%;
}
}

.top-bar ul {
    background-color: #000;
    padding: 0px;
    margin: 0px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar ul {
    background-image: none;
    background-color: rgb(30,78,86);
}
}

.top-bar ul li {
    background-color: rgb(30,78,86);
    padding: 6px 10px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar ul li {
    background-image: none;
    background-color: rgb(30,78,86);
}
}

.top-bar ul li a {
    color: #fff;
    font-family: 'Lustria', serif;
    font-size: 14px;
}

.top-bar ul li:hover {
    background-color: rgb(39,97,107);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar ul li:hover {
    background-color: rgb(39,97,107);
}
}

.top-bar ul li.navactive {
    background-color: rgb(39,97,107);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar ul li.navactive {
    background-color: rgb(39,97,107);
}
}

.top-bar ul li a:hover {
    text-decoration: none;
}

.menu-text {
    color: rgb(255,255,193);
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {

    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {

    }
}

.dropdown.menu .submenu {
    border: none;
position: absolute;
    z-index: 999;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: #fff transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #fff;
}

.js-drilldown-back::before {
    border-color: transparent #fff transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {

}
/* cmsms stylesheet: KLMain modified: Monday, September 13, 2021 7:32:42 AM */
/* MAIN */

/*
font-family: 'Oswald', sans-serif; 300 400
font-family: 'Open Sans', sans-serif; 400 600
*/


body {
    font-family: 'Lustria', serif;
    color: #333;
    background-color: rgb(253,244,228);
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


.MainHeader {
    background-position: bottom center;
  	background-image: url("/images/headerback.jpg");
  	background-repeat: repeat;
}

.TheLogo {
    padding: 20px 20px 50px 20px;
}

.TheNav {
    background-color: rgb(30,78,86);
    color: #fff;
}

.TheSlider {
    background-position: top center;
  	background-image: url("/images/sliderback.jpg");
  	background-size: cover;
    text-align: center;
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .TheSlider {
    margin-top: -7px;
}
}

.SliderBar {
    background-color: rgb(33,118,131);
    height: 32px;
}

.SubSliderBar {
    background-color: rgb(33,118,131);
    height: 32px;
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .SubSliderBar {
    margin-top: -7px;
}
}

.MainShell {
    background-position: top center;
  	background-image: url("/images/mainback.jpg");
  	background-repeat: no-repeat;
  	background-size: 100%;
    background-color: rgb(253,244,228);
    padding: 30px 0;
}

.HomeBoxShell {
    padding-top: 20px;
}

.HomeBoxes {
    text-align: center;
}

.HomeBoxHeader {
    text-align: center;
}

.HomeBoxHeader  h3 {
    font-family: 'Lustria', serif;
    font-size: 20px;
    color: rgb(33,118,131);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

.HeadBlocks {
    padding: 8px;
    background-color: #fff;
}

.TheFoot {
    background-position: top center;
  	background-image: url("/images/footleather.jpg");
  	background-size: 100%;
    color: #cacaca;
    text-align: center;
    padding: 60px 0;
}

/* RANDOMNESS */

.columns.nopadding {
  padding-left: 0;
  padding-right: 0;
}

A:link {text-decoration: none; color: rgb(33,118,131);}
A:visited {text-decoration: none; color: rgb(33,118,131);}
A:active {text-decoration: none; color: rgb(33,118,131);}
A:hover {text-decoration: underline; color: rgb(33,118,131);}

.subnavul li A:link {text-decoration: none; color: #e9b752}
.subnavul li A:visited {text-decoration: none; color: #e9b752}
.subnavul li A:active {text-decoration: none; color: #e9b752}
.subnavul li A:hover {text-decoration: underline; color: #fff}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: 'Lustria', serif;
    font-size: 30px;
    color: rgb(33,118,131);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'Lustria', serif;
    font-size: 26px;
    color: rgb(33,118,131);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Lustria', serif;
    font-size: 22px;
    color: rgb(33,118,131);
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}


h4 {
    font-family: 'Lustria', serif;
    font-size: 30px;
    color: #333;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}


h5 {
    font-family: 'Lustria', serif;
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}


h6 {
    font-family: 'Lustria', serif;
    font-size: 22px;
    color: #333;
    font-weight: 400;
    padding: 10px 0;
    margin: 10px 0;
}

.FloatImage {
    float: right;
    margin: 15px;
}

/* GUESTBOOK */

.gbook_entry {
    border: 1px solid #fff;
    background-color: rgb(253,244,228);
    box-shadow: 5px 5px 5px #666;
    padding: 20px;
    margin: 2px 0 20px 0;
}

.gbook_entry_date {
    text-align: right;
    font-weight: bold;
    color: rgb(33,118,131);
    font-size: 14px;
}

.gbook_entry_title {
    color: rgb(33,118,131);
    font-size: 22px;
}

.gbook_entry_message {
    font-size: 16px;
}

.gbook_entry_name {
    text-align: right;
    font-style: italic;
    font-size: 20px;
}

.gbook_pagelinks {
    text-align: center;
    font-size: 20px;
}
