

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
  background-color:#ddd;
}

a {
  text-decoration: none;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #111111;
  color: #777;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 3px;
  text-align: center;
}

.menu li:hover {
  background-color: #fff;
}

/* Build Responsive Grid For Layout */
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  padding-top:0;
  padding-bottom:0
}

[class*="col-"] {
  /* For mobile phones: */
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
/* /Build Responsive Grid For Layout */

/* Layout Parallax Images */
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: black 1px solid;
  border-bottom: black 1px solid;
}
.bgimg-1 {
  background-image: url("1img_parallax4.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("1img_parallax2.jpg");
  min-height: 600px;
}

.bgimg-3 {
  background-image: url("1img_parallax3.jpg");
  min-height: 600px;
}

.bgimg-4 {
  background-image: url("1img_parallax4.jpg");
  min-height: 600px;
}
/* /Layout Parallax Images */

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 768px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}

/* Boxes */
#container {
  min-height:100%;
  position:relative;
  width: 100%;
  height: 100%;
}

.lightbox,.darkbox {
  text-align:center;
  padding:50px 50px;
  text-align: justify;
}

.lightbox {
  color: #777;
  background-color:white;
}

.darkbox {
  color:#ddd;
  background-color:#282E34;
}
/* /Boxes */

/* Parallax Caption Styles */
.bgimg-3 .caption span.border, .bgimg-2 .caption span.border{
  background-color:#11111155;
  padding-left:10px;
  font-size:25px;
  color: #f7f7f7;
}

.caption, .caption-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  color: #000;
}

.caption {
  top: 50%;	
}

.caption-bottom {
  top: 80%;
  padding-top: 18px;
  padding-bottom: 18px;
}

.caption-bottom, .caption span.border, .caption span.border-top, .caption-bottom span.border-bottom {
  background-color: #111;
  color: #fff;
  letter-spacing: 10px;
}

.caption span.border {
  padding-top: 18px;
  padding-bottom: 18px;
}

.caption span.border-top {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 4px;
  font-size: 45px;
  animation: pulse1 12s linear alternate infinite;
}

@keyframes pulse1 {
  0% {
    opacity: 1;
  }

  /* Finish changes by here */
  92% {
    opacity: 1;
  }

  /* Between 20% and 100%, nothing changes */
  100% {
    opacity: 0;
  }
}

.caption-bottom span.border-bottom {
  padding-left: 10px;
  padding-right: 0px;
  font-size: 20px;
}

.caption a:link, .caption a:hover, .caption a:visited, .caption-bottom a:link, .caption-bottom a:hover, .caption-bottom a:visited {
  color: #0080ff;
  font-weight:bold;
}
/* /Parallax Caption Styles */

/* Scroll Arrows Animation */
.scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top:80%;
  margin: auto;
}

.container1 {
  position: relative;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #11111199;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.scrolltext {
  display: block;
  margin-top: 75px;
  margin-left: -65px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 5px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 3s linear alternate infinite;
}

@keyframes pulse {
  0% {
    opacity: 0;
  }

  /* Finish changes by here */
  66% {
    opacity: 1;
  }

  /* Between 20% and 100%, nothing changes */
  100% {
    opacity: 1;
  }
}
/* /Scroll Arrows Animation */