/* cmsms stylesheet: base modified: 2016-05-26 10:08:18 */
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);
body {
  color: black;
  font-size: 16px;
  
  }
  
 ::-webkit-scrollbar { 
    display: none; 
}

h1, h2, h3, h4 {
  font-family: 'Libre Baskerville', serif;
  line-height: 1.6em; }

p {
  font-family: 'Graphik Web','Helvetica Neue',HelveticaNeue,Arial,sans-serif;
  line-height: 1.6em; }

nav {
  font-family: 'Graphik Web','Helvetica Neue',HelveticaNeue,Arial,sans-serif; }

a, a:visited {
  color: #07a1ff;
  font-weight: bold;
  text-decoration: none; }

a:hover, a:active, a:focus {
  color: #005f98; }


.cover-container h1, .cover-container p {
  font-family: 'Libre Baskerville', serif;
  text-shadow: 1px 1px 2px #000000;
  text-align: center;
  color: white; }

.cover-container h1 {
  font-size: 2.6em;
  margin-bottom: .1em;
  letter-spacing: 1px; }
  @media (max-width: 560px) {
    .cover-container h1 {
      font-size: 2em;
      margin-left: 2%;
      margin-right: 2%; } }

.cover-container p {
  margin-top: 1px;
  font-size: 18px;
  letter-spacing: 1px; }
  @media (max-width: 560px) {
    .cover-container p {
      margin-left: 2%;
      margin-right: 2%; } }

.item-content p {
  font-family: 'Libre Baskerville', serif; }


#content-container h1, #content-container h2, #content-container h3, #content-container h4, #content-container p {
  color: black;
  margin-left: 5%;
  margin-right: 5%; }

#content-container h1, #content-container h2, #content-container h3, #content-container h4 {
  font-family: 'Libre Baskerville', serif;
  margin-top: .5em;
  margin-bottom: .25em;
  color: #787878; }

#content-container h1 {
  font-size: 2.5em; }

#content-container h2 {
  font-size: 2em; }

#content-container h3 {
  font-size: 1.5em; }

#content-container p {
  margin-top: .5em;
  margin-bottom: .25em; }

html {
  height: 100%;
  background-image: url("http://www.designbolts.com/wp-content/uploads/2012/12/White-Paper-Seamless-Pattern-For-Website-Background.jpg"); }

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0;
  height: 100%; }

#page {
  background: url(../images/natur.JPG);
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0;
  min-height: 100%; }

#hp {
  background: url(../images/annablur8.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin: 0;
  height: 100%; }

.site-wrapper {
  height: 100%;
  min-height: 100%; }

.cover-container {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  
  min-height: 60%;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
       box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5); }

.cover-content {
  display: table-cell;
  vertical-align: middle; }

#content {
  overflow: auto;
  padding: 15px;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

#content-container {
  margin-bottom: 150px;
  overflow: auto; }

.item-image {
  display: block;
  overflow: auto;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding: 0;
  margin: 0;
  height: 500px; }

.item-content {
  text-align: center;
  margin-bottom: 5em;
  margin-top: 2.5em; }

a.button {
  font-family: 'Libre Baskerville', serif;
  background-color: rgba(255, 212, 128, 0.3);
  color: white;
  border: 1px hidden;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
       transition-duration: 0.4s;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000000;
  -webkit-box-shadow: 1px 1px 2px #000000;
     -moz-box-shadow: 1px 1px 2px #000000;
          box-shadow: 1px 1px 2px #000000;
  margin-bottom: 20px;
  margin-top: 18px; }

a.button:hover {
  background-color: rgba(255, 212, 128, 0.7);
  color: white; }

a.buttonNav {
  font-family: 'Libre Baskerville', serif;
  background-color: rgba(255, 212, 128, 0.9);
  color: white;
  border: 1px hidden;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
       transition-duration: 0.4s;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000000;
  -webkit-box-shadow: 1px 1px 2px #000000;
     -moz-box-shadow: 1px 1px 2px #000000;
          box-shadow: 1px 1px 2px #000000;
  margin-bottom: 20px;
  margin-top: 18px; }

a.buttonNav:hover {
  background-color: rgba(255, 212, 128, 0.6);
  color: white; }


.section {
  clear: both;
  padding: 0px;
  margin: 0px; }


.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }


.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
   }


.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }


@media only screen and (max-width: 720px) {
  .col {
    margin: 1% 0 1% 0%; } }

@media only screen and (max-width: 720px) {
  .span_2_of_2, .span_1_of_2 {
    width: 100%; } }

html, body {
  height: 100%;
   }

.header {
  height: -webkit-calc(100% - 3em);
  height: -moz-calc(100% - 3em);
  height: calc(100% - 3em);
  
  background-color: #333;
  width: 100%; }

.main {
  width: 100%;
  position: relative;
  background-color: #fff; }

.arrow-wrap {
  position: absolute;
  left: 50%;
  top: -3em;
  margin-left: -2em;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.3em; }

.arrow {
  display: inline-block;
  width: 4em;
  height: 4em;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.arrow:after {
  content: '';
  display: inline-block;
  margin-top: 1em;
  width: 1.4em;
  height: 1.4em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
   -o-transform: rotate(135deg);
      transform: rotate(135deg); }

@-webkit-keyframes arrows {
  0% {
    top: 0; }
  10% {
    top: 12%; }
  20% {
    top: 0; }
  30% {
    top: 12%; }
  40% {
    top: -12%; }
  50% {
    top: 12%; }
  60% {
    top: 0; }
  70% {
    top: 12%; }
  80% {
    top: -12%; }
  90% {
    top: 12%; }
  100% {
    top: 0; } }

.arrow-wrap .arrow {
  -webkit-animation: arrows 2.8s 0.4s;
  -webkit-animation-delay: 3s; }

.arrow-wrap .arrow:hover {
  background-color: rgba(255, 212, 128, 0.7); }


iframe, img {
  max-width: 100%; }

img {
  height: auto; }

#fb {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

#fb:hover {
  -webkit-filter: grayscale(90%); }

#tw {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

#tw:hover {
  -webkit-filter: grayscale(90%); }

.nav ul {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 2em;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 1em 0 1.5em 0;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease; }
  .nav ul > li {
    display: inline-block;
    margin: 0 .5em; }
  .nav ul > li > a {
    display: block;
    padding: .5em 0;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000; }
  .nav ul > .active > a, .nav ul > .active > a:focus, .nav ul > .active > a:focus {
    border-bottom-color: white; }
  .nav ul > li > a:hover {
    color: rgba(255, 212, 128, 0.7); }

.nav.nav-scrolled ul {
  background-color: rgba(255, 212, 128, 0.3);
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease; }

.nav.nav-scrolled ul > li > a:hover {
  color: rgba(242, 242, 242, 0.9); }

.nav > .nav-toggle {
  display: none; }

@media (max-width: 560px) {
  .nav {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent; }
    .nav ul {
      z-index: -999;
      height: auto;
      background-color: #ffd480;
      padding: 0 0;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
      .nav ul > li {
        display: block; }
      .nav ul > li a {
        padding: .5em;
        display: inline-block; }
    .nav.nav-scrolled ul {
      background-color: #ffd480; }
    .nav > .nav-toggle {
      display: inline;
      overflow: auto; }
    .nav > .nav-toggle a {
      font-size: 1.5em;
      color: white;
      text-decoration: none;
      padding: .25em .5em;
      float: left;
      -webkit-transition: background-color 1s ease;
      -moz-transition: background-color 1s ease;
      -o-transition: background-color 1s ease;
      transition: background-color 1s ease; }
    .nav.nav-scrolled > .nav-toggle a {
      background-color: #ffd480;
      -webkit-transition: background-color 1s ease;
      -moz-transition: background-color 1s ease;
      -o-transition: background-color 1s ease;
      transition: background-color 1s ease; }
    .nav > ul.toggled {
      display: inline-block; } }

#content-container form {
  margin-left: 5%;
  margin-right: 5%; }

#content-container label,
#content-container input,
#content-container textarea {
  display: block;
  font-family: 'Graphik Web', 'Helvetica Neue', HelveticaNeue, Arial, sans-serif;
  line-height: 2em;
  font-size: 1em;
  max-width: 100%; }

#content-container label {
  margin-top: .5em; }

#content-container input[type="submit"] {
  font-family: 'Libre Baskerville', serif;
  background-color: rgba(255, 212, 128, 0.9);
  color: white;
  border: 1px hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000000;
  -webkit-box-shadow: 1px 1px 2px #000000;
  -moz-box-shadow: 1px 1px 2px #000000;
  box-shadow: 1px 1px 2px #000000;
  margin-bottom: 20px;
  margin-top: 18px; }

#content-container input[type="submit"]:hover,
#content-container input[type="submit"]:focus {
  background-color: rgba(255, 212, 128, 0.6);
  color: white; }
