/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "HaginCaps", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 200;
  font-family: "caviar-dreams";
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face {
	font-family:"caviar-dreams" ;
	src:url(../img/demo/CaviarDreams.ttf);
	}
	
@font-face {
	font-family:"HaginCaps";
	src:url(../img/demo/Hagin%20Caps%20Thin.otf);
	}
section.module.parallax h1 {
  color: #E09E07;
  font-size: 120px;
  font-family: "caviar-dreams";
  opacity: .80;
  padding-top: 300px;
  line-height: 300px;
  font-weight: 100;
  text-align: center;
  
  text-shadow: 0 0 10px #000 ;
  text-outline: #000;
  background-color:rgba(0,0,0,.35);
  letter-spacing: 3px;
  
}

section.module.parallax-1 {
  background-image: url("../img/demo/_small/6.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/demo/_small/2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/demo/_small/3.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/demo/_small/4.jpg");
}
section.module.parallax-5 {
  background-image: url("../img/demo/_small/5.jpg");
}
section.module.parallax-6 {
  background-image: url("../img/demo/_small/1.jpg");
}
section.module.parallax-7 {
  background-image: url("../img/demo/_small/7.jpg");
}
section.module.parallax-8 {
  background-image: url("../img/demo/_small/8.jpg");
}
section.module.parallax-9 {
  background-image: url("../img/demo/_small/9.jpg");
}
section.module.parallax-10 {
  background-image: url("../img/demo/_small/6.jpg");
}
section.module.parallax-11 {
  background-image: url("../img/demo/_small/6.jpg");
}
section.module.parallax-12 {
  background-image: url("../img/demo/_small/6.jpg");
}
section.module.parallax-13 {
  background-image: url("../img/demo/_small/10.jpg");
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 95px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 95px;
  }
}


.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 26px;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
    color: #428bca;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}