body{
    margin: 0;
    align-content: center;
    text-align: center;
    background-image: linear-gradient(to right, rgb(250, 250, 250), rgb(167, 167, 167));
    font-size: 20px;
    /* font-family: 'Gill Sans MT', 'Gill Sans' Calibri, 'Trebuchet MS', sans-serif; */
    font-family: 'Josefin Sans', sans-serif;
}

.content{
    margin: 0px calc((100% - 90%) * 0.5) 0px calc((100% - 90%) * 0.5);
    max-width: 1200px;
    display: inline-block;
}

div{
    margin-bottom: 20px;
}

.banner{
  position: absolute;
  top: 0;
  left:0;
  /* left: calc(max((100% - 1920px) * 0.5), 0px); */
  width: 100%;
  height: 300px;
  max-height: 300px;
  max-width: 1920px;
  object-fit: cover;
  display: table;
  /* margin-top: -50%;
  vertical-align: top;
  z-index: 3; */
  /* background-color: black; */
  /* background-image: url(../images/Banner.png);
  background-position: center; */
}

.banner-logo{
  position: relative;
  /* position: absolute; */
  max-width: 100%;
  max-height: 300px;
  /* margin-top: -400px; */
  text-align: top;
  vertical-align: center;
  z-index: 10;
}

.trailer {
  position: relative;
  /* 16:9 */
	padding-bottom: 44.44%; 
	padding-top: 25px;
  height: 0;
  margin-left: 5%;
  margin-right: 5%;
}
.trailer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
}

.description{
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}
  
  /* Position the image container (needed to position the left and right arrows) */
  .container {
    position: relative;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
   
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  .footer{
    font-size: 12px;
    margin-bottom: 10px;
  }

  .page-background-color{
    background: rgb(255, 255, 255); /* Fallback for older browsers without RGBA-support */
    background: rgba(255, 255, 255, 0.85);
    margin:0px
  }
  
  .page-background{
    position:absolute;
    top:0;
    height:auto;
    width:100%;
    opacity:1;
    background-image:url(../images/screenshot4.jpg);
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
  }

  /* ---------------------------------------------------------- *\
 * Components - Block.
\* ---------------------------------------------------------- */

.block {
  margin-bottom: 15px;
  padding-bottom: 15px;

  border-bottom: 1px solid rgb(221, 221, 221);
}

.block__notice {
  margin-bottom: 15px;
  padding: 10px;

  color: #027194;
  background: #ebf7fd;
  border: 1px solid rgba(45,112,145,0.3);
  border-radius: 4px;
}

.block__notice a {
  color: inherit;
}
