/* CSS Document */






/* Navigation1*/

body {
  padding-top: 0px;
}

.navbar {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: hsla(0,0%,100%,.9) !important;
  border: none;
}

.navbar.hidden {
  top: -90px;
}

.story-header {
  padding-top: 0;
  background-color: #fff;
  background: url('uploads/lazy-load/header.jpg') no-repeat center top;
  background-size: cover;
  height: 800px;
}

hr {
  padding: 1% 0 0 !important;
  width: 30%;
  margin: 30px auto 20px;
}

.img-desc {
  margin-top: 15px;
  margin-bottom: 50px;
}

html,
body {
  height: 100%;
}

.swiper-container {
  height: 40%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-black-50 {
  background-color: rgba(0,0,0,0.5);
}

.author,
.source {
  position: absolute;
}

.source {
  bottom: 60px;
  left: 10px;
  font-size: 12px;
}

.author {
  bottom: 100px;
  left: 10px;
  letter-spacing: 1px;
}






/* /Navigation1*/






/* Three Image Row */

#threeimage {
  background-color: #fff;
}

#threeimage img {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  /* This timing applies on the way OUT */
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  /* Quick on the way out */
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

#threeimage img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  /* This timing applies on the way OUT */
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  /* Quick on the way out */
  -webkit-transition: 0.9s;
  transition: 0.9s;
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  /* A litttttle slower on the way in */
  transition: 0.9s;
}






/* /Three Image Row */






/* Header1 */

body {
  padding-top: 0px;
}

.navbar {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: hsla(0,0%,100%,.9) !important;
  border: none;
}

.navbar.hidden {
  top: -90px;
}

.story-header {
  padding-top: 0;
  background-color: #fff;
  background: url('uploads/lazy-load/header.jpg') no-repeat center bottom;
  background-size: cover;
  height: 800px;
}

hr {
  padding: 1% 0 0 !important;
  width: 30%;
  margin: 30px auto 20px;
}

.img-desc {
  margin-top: 15px;
  margin-bottom: 50px;
}






/* /Header1 */






/* /Header2 */

body {
  padding-top: 0px;
}

.navbar {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: hsla(0,0%,100%,.9) !important;
  border: none;
}

.navbar.hidden {
  top: -90px;
}

.story-header {
  padding-top: 0;
  background-color: #fff;
  background: url('uploads/lazy-load/header.jpg') no-repeat center top;
  background-size: cover;
  height: 800px;
}

hr {
  padding: 1% 0 0 !important;
  width: 30%;
  margin: 30px auto 20px;
}

.img-desc {
  margin-top: 15px;
  margin-bottom: 50px;
}

html,
body {
  height: 100%;
}

.swiper-container {
  height: 40%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-black-50 {
  background-color: rgba(0,0,0,0.5);
}

.author,
.source {
  position: absolute;
}

.source {
  bottom: 60px;
  left: 10px;
  font-size: 12px;
}

.author {
  bottom: 100px;
  left: 10px;
  letter-spacing: 1px;
}






/* /Header2 */






/* Header4 */

#header4 {
  background-image: url(_assets/bk1.jpg);
}






/* /Header4 */






/* Navigation3*/

body {
  padding-top: 0px;
}

.navbar {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: hsla(0,0%,100%,.9) !important;
  border: none;
}

.navbar.hidden {
  top: -90px;
}

.story-header {
  padding-top: 0;
  background-color: #fff;
  background: url('uploads/lazy-load/header1.jpg') no-repeat center top;
  background-size: cover;
  height: 800px;
}

hr {
  padding: 1% 0 0 !important;
  width: 30%;
  margin: 30px auto 20px;
}

.img-desc {
  margin-top: 15px;
  margin-bottom: 50px;
}

html,
body {
  height: 100%;
}

.swiper-container {
  height: 40%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-black-50 {
  background-color: rgba(0,0,0,0.5);
}

.author,
.source {
  position: absolute;
}

.source {
  bottom: 60px;
  left: 10px;
  font-size: 12px;
}

.author {
  bottom: 100px;
  left: 10px;
  letter-spacing: 1px;
}






/* /Navigation3*/
