.gsd-logo {
  height: 50px;
  width: 200px;
}

.gsd-main .card {
  overflow: hidden;
  position: relative;
}

.gsd-main .hero-image {
  animation: zoomInOut 15s ease-in-out infinite;
  transition: transform 0.5s ease-in-out;
  background-size: cover;
  background-position: center;
  transform-origin: center;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

table, th, td {
    padding: 20px !important;
}


.gsd-main h1.card-title.text-white {
    margin-top: 94px;
    text-align: center;
    font-weight: 600;
}

.gsd-main a {
    color: #4a90e2;
    text-decoration: none;
    font-weight: 700;
}


.gsd-main a:hover {
  text-decoration: underline;
}


body {
    font-size: unset !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .hide-mobile {display: none;}
}

/* Additional CSS improvements from Chelse */

header {
    padding: 0;
}

    header .row > * {
        padding-left: 0;
        padding-right: 0;
    }

.ctnr-jlogo {
    width: 100%;
    padding: 1.5rem 1.1rem;
}

.gsd-logo {
    width: 10%;
    min-width: 100px;
    max-width: 150px;
    height: auto;
}

.hero-image.card-img-top {
    height: 270px;
}

.hero-image:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.4;
}

.card {
    border-radius: 0;
}

.card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

h1.card-title {
    font-size: clamp(2.1rem, 1.892rem + 0.923vw, 3rem);
    line-height: 1.1;
}

.gsd-main h1.card-title.text-white {
    margin: 0;
}

.table-holder {
    box-shadow: rgba(0, 0, 0, 0.3) 10px 20px 60px 0px;
}

th, td {
    width: 50%;
    padding: 1.2rem !important;
}

td {
    line-height: 1.3;
}

/* ***** MEDIA QUERIES ***** */
@media screen and (max-width: 991px) {
    #ctnr-jlogo {
        padding: 1.2rem 0.75rem;
    }
}

@media screen and (max-width: 767px) {
    table:first-of-type {
        margin-bottom: 0;
    }

    .hide-mobile {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .hero-image.card-img-top {
        height: 200px;
    }
}

@media screen and (max-width: 399px) {
    th, td {
        padding: 1.2rem 0.5rem !important;
    }
}
