body, html {
  margin: 0;
  font: 'Quicksand', sans-serif;
  color: black;
  overflow-x: hidden;
  background-color: #ECECEC;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.mtgang {
  background-color: transparent;
  margin: 0 100px 0 100px
  border-radius: 5px;
  color: black;
  text-align: center;
  padding-left: 300px;
  padding-right: 300px;
  letter-spacing: 3px;
  font: 18px 'Quicksand', sans-serif;
}

.bgimg-1 {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.bgimg-1_layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bgimg-1_layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.bgimg-1_layer--back {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  background-image: url('https://teamjumbo.neocities.org/img/g1.jpg');
  background-size: cover;
}



.header {
  position: relative;
  top: 65%;
  left: 0;
  background-color: transparent;
  margin: 0 20px 0 20px;
  color: black;
  text-align: center;
  font: 40px 'Quicksand', sans-serif;
  padding: 50px;
}

.hcontent {
  text-align: center;
  font: 80px 'Quicksand', sans-serif;
  color: black;
}

h5 {
  position: relative;
  right: 35%;
  text-align: right;
  letter-spacing: 5px;
  font: 30px 'Quicksand', sans-serif;
  color: black;
}

.sd {
  background-color: #D2D7D3;
  height: 100px;
  text-align: center;
  font: 25px 'Quicksand', sans-serif;
  color: white;
  margin: 0 20px 0 20px;
  padding: 10px;
}

hr {
  margin: 50px 150px 50px 150px;
}

.about {
  background-color: transparent;
  margin: 0 20px 0 20px;
  color: black;
  text-align: center;
  font: 40px 'Quicksand', sans-serif;
  padding: 5px;
  height: 500px;
}

/* About Us */
*, *:before, *:after {
  box-sizing: inherit;
}

.column {
  float: left;
  width: 25%;
  margin-bottom: 16px;
  padding: 0 8px;
  font-size: 15px;
}

@media (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}


.gallery {
  background-color: transparent;
  color: black;
  font: 16px 'Quicksand', sans-serif;
  text-align: justify;
  overflow: hidden;
  left: 0;
  margin: 0 100px 0 100px;
  padding: 50px;
}

/* Modal Images */
.myImg {
    cursor: pointer;
    transition: 0.3s;
    filter: grayscale(90%);
    left: 0;
}

.myImg:hover {filter: none;}

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

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: white;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #6C7A89;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
