


.title-bar{
  /*background-image: linear-gradient(to right, #020204 10%, #7A80A2 90%)*/
  background: #fef9bb;
  border-style: none none solid none;
  border-width: thin;
  border-color: #825534;
  top:0px;
  position:fixed !important;
  position:absolute;
  width:100%;
  z-index:1;

}

#mainText {
  min-height: 30em;
}
#mainText p{
  text-align: left;
}

.custom{

  margin-top: 2%;
  margin-bottom: 2%;

}

.header {
    text-align: center;
    background-size: cover;
    position: absolute;
    top: 0;
    overflow: visible;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.header-subtitle{
  margin-top: 1.5rem;
}

.title-bar img{
  height: 20px;
  text-align: center;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -59px;
}

.header .headline {
    color: black;
}



/*.hero-section {
  background-size: cover;
  height: 30vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}*/



.mobile-ofc .title {
    color: #fff;
    padding: 10px;
    padding-left: 15px;
    font-size: 0.8em;
    background: #020204;
    font-weight: bolder;
}

.footer {
  /*  background: linear-gradient(to right, #020204 10%, #7A80A2 90%);*/
    background-color: #fef9bb;
    border-style: solid none none none;
    border-width: thin;
    border-color: #825534;
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
    position: relative;
    bottom: 0;
    
}

.footer p.slogan {
    color: #825534;
    font-size: 1.1rem;
    margin: 0 0 1rem;
}

.footer p.copywrite {
    color: #825534;
    font-size: 0.875rem;
    margin: 0;
}

.footer .links a {
    list-style: none;
    font-weight: bold;
    color: #825534;
    font-size: 1.0rem;
    padding: 3rem 0 2rem;
    margin: 0;
}

.footer .links a::after {
    content: "•";
    padding: 0 0.4rem 0 0.8rem;
}

.footer .links a:last-child::after {
    content: "";
    padding: 0 0.4rem 0 0.8rem;
}

.links a {
  list-style: none;
  font-weight: bold;
  color: #825534;
  font-size: 1.0rem;
  padding: 3rem 0 2rem;
  margin: 0;
}

.links a:hover{
  transition: color 0.2s;
  color: #BC863F;

  
}

.links a::after {
  content: " ";
  padding: 0 0.4rem 0 0.8rem;
}

.links a:last-child::after {
  content: "";
  padding: 0 0.4rem 0 0.8rem;
}



.sticky-shrinknav-menu {
  position: absolute;
  left: 50%;
  display: flex;
  justify-content: center;
 -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 150%;
  background-color: rgba(130, 85, 52, 0.5);
  transition: all 0.8s ease;
}

.sticky-shrinknav-menu li {
  left: 50%;
  border-radius: 2px;
  transition: all 0.8s ease;
}

.sticky-shrinknav-menu li:hover {
  box-shadow: 0 0 0 1px #fefefe;
  line-height: 5rem;
  height: 5rem;
}

.sticky-shrinknav-menu a {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}

.sticky-shrinknav-header-title {
  transition: all 0.6s ease-in;
  position: relative;
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
  -webkit-transform: translateY(-1.875rem);
      -ms-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
  margin-bottom: 0;
  color: #fefefe;
}

.sticky-shrinknav-header {
  width: 100%;
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fef9bb;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}

body.sticky-shrinknav-wrapper {
  padding-top: 330px;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header {
  height: 2.5rem;
  background-color: #fef9bb;
}

body.sticky-shrinknav-wrapper .sticky-shrinknav-header .sticky-shrinknav-header-title {
  -webkit-transform: scale(0.0);
      -ms-transform: scale(0.0);
          transform: scale(0.0);
  transition: all 0.6s ease;
}





@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");

.scroll p {
  color: #fff;
  font-size: 1.5rem;
}

.btn.contact {
  background: #BC863F;
  opacity: 0.5;
  border-radius: 5px;
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
  display: inline-block;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 150px;
  opacity: 0.6;
  transition: 0.3s;
}

.btn.contact:hover{
  transition: opacity 0.5s;
  opacity: 1;
}

.btn.week-planer {
  background: #BC863F;
  opacity: 0.5;
  border-radius: 5px;
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
  display: inline-block;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  position: fixed;
  left: -6.3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 150px;
  opacity: 0.6;
  
}

.btn.week-planer:hover{
  transition: opacity 0.5s;
  opacity: 1;
}

.divider-container {
  border-radius: 5px;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
  align-items: flex-start;
  display: inline-block;
 
}
.divider-text-parent{
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px #0a0a0a;

}

.divider-text-centered{
  position: absolute;
  top: 40%;
  left: 35%;
  bottom: 50%;
  font-size: 1.9375rem;
  
}

.week-planer-image{
  width: 100%;
}


.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fef9bb;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
  z-index: 10;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.offcanvas-full-screen-inner {
  padding: 1rem;
  text-align: center;
}

.offcanvas-full-screen-menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
  outline: 0;
}

.offcanvas-full-screen-menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.offcanvas-full-screen-menu a {
  color: #825534;
}

.offcanvas-full-screen-menu a:hover {
  color: #b2b2b2;
}

.offcanvas-full-screen-close {
  color: #825534;
  font-size: 5rem;
}

.offcanvas-full-screen-close:hover {
  color: #b2b2b2;
}


.hr{
    margin-top: 20px;
    clear: both;
    max-width: 20rem;
    border-bottom: 1px solid #e4e0a8;
  
}

.jump {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -2.5rem;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #BC863F; /* Set a background color */
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 5px; /* Rounded corners */
  font-size: 1rem; /* Increase font size */
  opacity: 0.5;
}

#myBtn:hover {
  transition: opacity 0.5s;
  opacity: 1;
}

.myblank {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  }
