body,
html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 sans-serif;
  color: #777;
  background-color: #111;
}

.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("../img/parallax/img.jpg");
  min-height: 80%;
  -webkit-filter: saturate(1.125);
}

.bgimg-2 {
  background-image: url("../img/parallax/img2.jpg");
  min-height: 500px;
  -webkit-filter: saturate(1.125);
}

.bgimg-3 {
  background-image: url("../img/parallax/img3.jpg");
  min-height: 500px;
  -webkit-filter: saturate(1.125);
}

.bgimg-4 {
  background-image: url("../img/parallax/img4.jpg");
  min-height: 500px;
  -webkit-filter: saturate(1.125);
}

.bgimg-5 {
  background-image: url("../img/parallax/img5.jpg");
  min-height: 500px;
}

.caption {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  font-family: 'Open Sans';
  font-size: 35px;
  color: #fff;
  letter-spacing: 20px;
  /*
padding: 18px;
outline: #111 solid thick;
background-color: #fff;
box-shadow: 10px 10px 10px #222;
*/
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  /*font: 20px "Lato", sans-serif;*/
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 42px;
  color: #111;
}

.para {
  color: #ddd;
  background-color: #282E34;
  background-color: #222;
  text-align: center;
  padding: 10px 50px 50px 50px;
  text-align: justify;
}

.paraH {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 42px;
  color: #ff8c00;
}

p {
  /*font: 20px "Lato", sans-serif;*/
  color: #fff;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 16px;
  /*
padding: 18px;
outline: #111 solid thick;

box-shadow: 10px 10px 10px #222;
*/
}

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .25s;
  color: #00bfff;
  text-decoration: none;
}

a:hover {
  color: #ff8c00;
  text-decoration: none;
}

.smalltype {
  color: #777;
}

.img-social {

  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .125s;

}

.img-social:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.img-store {

  -o-transition: 1.5s;
  -ms-transition: 1.5s;
  -moz-transition: 1.5s;
  -webkit-transition: 1.5s;
  /* ...and now for the proper property */
  transition: .25s;

}

.img-store:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {

  .bgimg-1,
  .bgimg-2,
  .bgimg-3,
  .bgimg-4,
  .bgimg-5 {
    background-attachment: scroll;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */

}

.modal p {
  color: #000;
}

.modal h3 {
  color: #000;
  font-size: 36px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10px auto;
  /* 15% from the top and centered */
  padding: 1px;
  border: 8px solid #000;
  width: 75%;
  /* Could be more or less, depending on screen size */
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 16px;
  color: #000;
  box-shadow: 0px 0px 30px #000;
}

.modal-img:hover {
  -webkit-filter: brightness(1.25);
  filter: brightness(1.25);
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.imgcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-screenshot{
  margin: 24px;
  margin-left: 136px;
}