@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'bebas_neue_proregular';
    src: url('bebas_neue_pro_regular.woff2') format('woff2'),
         url('bebas_neue_pro_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    overflow: scroll;
    overflow-x: hidden;
}


body {

    width: 100%;
    background-image: url("../images/backgroundz.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    overflow-x: hidden;
}

.container img:hover {
	opacity: 0.95;
}

.title {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-size: 80px;
    margin-left: 20px;
    float: right;
}

.subtitle {
    font-family: Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-size: 20px;
    margin-left: 20px;
}

.embiggen {
    font-family: bebas_neue_pro_regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-size: 10px;
    margin-left: 20px;
}

.container {
    display: grid;
    width: 50%;
    height: flex;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-items: center;
    align-items: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    border-spacing: 0;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
 }

.cover {
    position:relative;
    object-fit: cover;
    width: 100%;
    height: 400px;
    opacity: 1;
    z-index: 1;
}

.top {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    position: relative;
    z-index: 10;
    height: 5%;
}

.scroll {
    margin-left: 5%;
    display: flex;
    overflow: hidden;
    height: 90%;
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}

.text {
    float: left;
    margin-left: 4%;
}

.titlebox {
    margin-top: 5%;
    width: 45%;
    font-family: bebas_neue_pro_regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-size: 4em;
}


.info {
    margin-top:5%;
    margin-left:10px;
    font-family: bebas_neue_pro_regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-size: 2em;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.infotext {
    margin-top:5%;
    margin-left:10px;
    width: 80%;
    font-family: bebas_neue_pro_regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-size: 1em;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.iconsgrid {
    margin-top:5%;
    margin-left:10px;
    display: grid;
    width: 80%;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 1vmax;
}

.website {
    margin-top:40%;
    margin-left:10px;
    font-family: bebas_neue_pro_regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
    font-size: .5vmax;
}

.icons {
    position:relative;
    object-fit: contain;
    width: 3vmax;
    height: 3vmax;

}

::-webkit-scrollbar {
    width: 0px; 
    background: transparent;  
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}

/* Modal Content */
.modal-content {
  position: relative;
  background: rgba(0, 0, 0, 0.0);
  margin: auto;
  padding: 0;
  height:50%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 100px;
  right: 100px;
  font-size: 2em;
  font-weight: bold;
  z-index: 10;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0;
  margin-top: 0;
  color: white;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  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 {
  font-family: bebas_neue_pro_regular, Helvetica Neue, Helvetica, Arial, "sans-serif";
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  opacity:0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}