::-webkit-scrollbar {
    width: .8rem;
}

::-webkit-scrollbar-track {
    background-color: #212529;
}

::-webkit-scrollbar-thumb {
    background-color: #AFAFAF;
    border-radius: 10rem;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #D3D3D3;
}

.grid-container div {
    text-align: left!important;
    gap: 0;
    margin-top: 3%
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5vw;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
}

.color-white, .color-white * {
    color: white!important;
}

.hidden {
    display: none !important;
}

.mobile-footer {
  display: none;
}

.download {
    margin-bottom: 3rem;
}

.translate-modal button {
    width: 100%;
    height: 25%;
}

.reveal {
  display: block;
  animation: fadeIn 0.7s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.translate-modal {
    flex-direction: column;
    justify-content: space-evenly;
    display: flex;
    z-index: 9999;
    position: fixed;
    top: 30vh;
    left: 35%;
    width: 30%;
    height: 20rem;
    background: gray;
    padding: 0 5%;
    border-radius: 1vw;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    text-align: justify;
    background: #efefef;
}

.floating-nav {
  border-radius: 1rem
}

.floating-nav:hover {
  background: rgba(210, 210, 210, .2);
  box-shadow: 0 15px 20px rgba(33, 37, 41, 0.45);
  color: #212529;
  animation: navFloatAnimation 1s
}

@keyframes rotateAnimation {
    0% {transform: rotate(0deg)}
    100% {transform: rotate(-360deg)}
}

@keyframes navFloatAnimation {
    0% {transform: translateY(0)}
    20% {transform: translateY(.2vw)}
    100% {transform: translateY(-.5vw)}
}

.translate:hover {
    animation: rotateAnimation 1s
}

h2 {
    text-align: center;
}

.h6 {
    font-size: 1.3rem;
}

img {
    float: none;
}

.content-block {
    background: white;
    box-shadow: 0 .3vw 1vw rgba(0, 0, 0, 0.2);
}

header {
    z-index: 999;
    background-color: rgba(33, 37, 41, 0.85);
    color: #fff;
    font-size: 1.95vw;
    text-align: center;
    top: 0;
    min-width: 100%;
}

header.mobile-hide {
    position: absolute;
}

footer {
    background-color: #212529;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
}

.footer-text a {
    float: left
}

.footer-text a, .footer-text {
    color: gray !important;
    font-size: 1rem;
    text-decoration: none;
}

.slider-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
}

.slider {
    z-index: 15;
    display: flex;
    width: 240%;
    transition: transform 0.5s ease;
    overflow: hidden;
}

.slide {
    flex: 0 0 32%;
    text-align: justify;
    box-sizing: border-box;
    background: #efefef;
    margin: 0 0.665%;
    position: relative
}

.slider-btn {
    cursor: pointer;
    background-color: white;
    color: #AFAFAF;
    border: none;
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 4rem;
    transform: translateY(-50%);
}

.post-text {
  font-size: .9rem
}

.post-button {
  position: absolute;
  bottom: .8vw;
  left: .8vw;
  border-width: .125rem
}

.left-btn {
    left: -4vw;
}

.right-btn {
    right: -4vw;
}

.floating-button {
  display: inline-block;
  height: 4rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: #212529;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
  border-radius: 200rem;
  transition: .3s;
}

.floating-button:hover {
  background: white;
  box-shadow: 0 15px 20px rgba(33, 37, 41, 0.45);
  color: #212529;
  transform: translateY(-.5vw);
}

.desktop-hide {
  display: none!important;
}

.burger-menu {
  display: flex;
}

.img-r-o, .img-l-o {
  height: 25rem;
}

.img-r-i, .img-l-i {
  width: 100%;
  display: none;
}

.header-title {
  margin: auto;
  padding-left: .5vw
}

.header-image {
  max-height: 5vw;
  min-width: 5vw;
  margin: auto
}

.copyright {
  font-size: 0.8rem;
  text-align: center;
  color: grey
}

.header-title {
  margin: auto;
  padding-left: .5vw
}
