@font-face {
  font-family: tc;
  src: url(/assets/font.woff);
}

* {
  box-sizing: border-box;
}

img {
  pointer-events: none;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  top: 50%;
  width: auto;
  margin-top: -5vh !important;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.gallery {
  display: inline-block;
  vertical-align: top;
  padding-top: 15vh;
  padding-bottom: 5vh;
  width: 75%;
}
.galImg {
  width: 15vw;
}

.radius-left {
  border-radius: 10px 0 0 10px;
}

.radius-right {
  border-radius: 0 10px 10px 0;
}

.carImg {
  border-radius: 10px;
  height: 350px;
}

.blur {
  opacity: 1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.name {
  color: white;
  text-shadow: -2px -2px 0 #014da1, 2px -2px 0 #014da1, -2px 2px 0 #014da1, 3px 3px 0 #014da1;
}

.number {
  color: white;
  font-size: 5vw;
  font-family: tc;
  font-style: italic;
  margin-bottom: -5px;
  text-shadow: -2px -2px 0 #014da1, 2px -2px 0 #014da1, -2px 2px 0 #014da1, 3px 3px 0 #014da1;
}

.home {
  background-color: #e6e6e6;
  background-image: url('/assets/tools/hall_blur.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

@media only screen and (max-width: 600px) {
  .gallery {
    display: inline-block;
    vertical-align: top;
    margin-top: 15vh;
    margin-bottom: 5vh;
    width: 75%;
    background-color: #e4e4e4;
    border-radius: 10px;
  }
  .galImg {
    width: 65vw;
  }

  .carImg {
    border-radius: 10px;
    width: 75%;
  }

  .number {
    color: white;
    font-size: 15vw;
    text-shadow: -2px -2px 0 #014da1, 2px -2px 0 #014da1, -2px 2px 0 #014da1, 3px 3px 0 #014da1;
  }

  .blur {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
