.slider {
  position: relative;
}
.slider .slides {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.slider .slides:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.slider .slides li {
  *zoom: 1;
  float: left;
  width: 100%;
  margin-right: -100%;
  opacity: 1;
}
.slider .slides li:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.slider .slides li.flex-active-slide {
  opacity: 1;
}
.slider .slides li img {
  max-width: 100%;
}
.slider .slide-caption {
  width: 670px;
  float: left;
}
@media screen and (max-width: 800px) {
  .slider .slide-caption {
    width: 100%;
  }
}
.slider .slide-caption .slide-title {
  color: white;
  margin-bottom: 0;
  font-family: "Cabin Sketch", "Roboto Slab", georgia, serif;
  font-size: 60px;
  font-size: 3.75rem;
}
.slider .slide-caption p {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.slider .flex-control-paging {
  position: absolute;
  bottom: 20px;
  margin: 0;
  padding-left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 9;
}
.slider .flex-control-paging li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
}
.slider .flex-control-paging li a {
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  cursor: pointer;
}
.slider .flex-control-paging li a.flex-active {
  background: #c4d1bb;
  background: -webkit-linear-gradient(270deg, #c4d1bb, #aab9a0);
  background: linear-gradient(180deg, #c4d1bb, #aab9a0);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.site-header {
  *zoom: 1;
  position: relative;
  padding: 60px  40px;
  margin-bottom: 50px;
  background-color: rgb(0,81,119);
  /*background-color: #475d36;
  background-image: url(images/chalkboard.jpg);*/
  background-attachment: fixed;
  background-position: bottom center;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.2);
}
.home-slider{

  background-image: url(images/chalkboard.jpg);
  padding-top: 60px;
 

}

.site-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .site-header {
    background: url(images/chalkboard@2x.jpg) repeat-x;
  }
}



.site-header:before {
   content: " ";
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: 0;
    margin-bottom: -54px;
  margin-top: 80px;
  left: 0;
  background-color: #ccb47e;
  background-image: -webkit-linear-gradient(270deg, #cab27c 70%, #c1975b 15%, #ad744d 15%);
  background-image: linear-gradient(180deg, #cab27c 70%, #c1975b 15%, #ad744d 15%);
  background-image: url(images/wood.png);
  background-repeat: repeat-x;
  z-index: 9;
}

