* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
body {
    font-family: 'Merriweather', serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Sacramento', serif;
    font-size: 100%;
    height: 100%;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    background-color: rgb(243, 224, 199, 1);
    overflow-x: hidden;
}

/*--------------------------------------------*/

        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */
        /* D E S K T O P */

/*--------------------------------------------*/

@media screen and (min-width: 1400px) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: row; 
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);   
    padding-top: 0.4vw;
    padding-bottom: 0.4vw;
    padding-left: 0.3vw;
    padding-right: 0.3vw;
}
.above-header .quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 10;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 0.2vw;
    font-size: 1.1rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 1.1rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
    flex: 1;
    align-items: center;
    justify-content: right;
    margin-right: 0.2vw;
}
.above-header .contact-details a {
    text-decoration: none;
    color: rgb(243, 224, 199, 1);
    font-size: 1.1rem;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: column;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 40vw;
    padding-right: 40vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    width: 100%;
    height: auto;
    pointer-events: none;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0.9);
    padding-top: 1vh;
    padding-bottom: 1vh;
    flex: 1;
}
.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.element {
    padding: 0.5vw;
    font-size: 1.2rem;
}
.element a {
    text-decoration: none;
    color: rgb(243, 224, 199, 1);
    transition: 0.2s;
}
.element a:hover {
    color: rgb(130, 16, 12, 1);
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 60%;
    pointer-events: none;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.welcome-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.2rem;
    padding-top: 11vh;
    padding-bottom: 11vh;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    font-family: 'Playfair Display';
}
.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10vh;
    padding-bottom: 6vh;
    font-size: 1.3rem;
    line-height: 2.3rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    margin-left: 18vw;
    margin-right: 18vw;
}

/*--------------------------------------------*/

.nsc {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 2vh;
}
.news {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 10vh;
    padding-left: 3vw;
}
.carousel_container {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.shows {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 10vh;
    padding-right: 3vw;
}
.nsc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5vh;
}
.nsc-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 2.3rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.pic-ctn {
    width: 100%;
    height: 474px;
  }
  
  @keyframes display {
    0% {
      transform: translateX(0);
      opacity: 0;
    }
    10% {
      transform: translateX(0);
      opacity: 1;
    }
    20% {
      transform: translateX(0);
      opacity: 1;
    }
    30% {
      transform: translateX(0);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 0;
    }
  }
  
.pic-ctn {
  position: relative;
  width: 100%;
  height: 474px;
}

.pic-ctn > img {
  position: absolute;
  top: 0;
  left: calc(50% - 237px);
  opacity: 0;
  animation: display 60s infinite;
}

img:nth-child(2) {
  animation-delay: 5s;
}
img:nth-child(3) {
  animation-delay: 10s;
}
img:nth-child(4) {
  animation-delay: 15s;
}
img:nth-child(5) {
  animation-delay: 20s;
}
img:nth-child(6) {
    animation-delay: 25s;
}
img:nth-child(7) {
    animation-delay: 30s;
}
img:nth-child(8) {
    animation-delay: 35s;
}
img:nth-child(9) {
    animation-delay: 40s;
}
img:nth-child(10) {
    animation-delay: 45s;
}
img:nth-child(11) {
    animation-delay: 50s;
}
img:nth-child(12) {
    animation-delay: 55s;
}  

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-family: 'Playfair Display';
    margin-top: 3vh;
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    padding-left: 20vw;
}

/*--------------------------------------------*/

.sponsor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.sponsor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 2.3rem;
    padding-left: 20vw;
    padding-right: 20vw;
    padding-bottom: 3vw;
    text-align: center;
}
.sponsor-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.sponsor-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1vw;
    padding-left: 0vw;
}
.sponsor-1 img {
    max-width: 20vw;
    pointer-events: none;
}
.sponsor-2{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1vw;
    padding-right: 0vw;
}
.sponsor-2 img {
    max-width: 20vw;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding-bottom: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0);
    padding-top: 3vw;
    padding-bottom: 4vw;
    flex: 1;
    font-size: 1.2rem;
}    
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */
        /* M O B I L E */

/*--------------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 420px) and (orientation: portrait) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: row;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 0.8rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: flex;
    align-items: center;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 10;
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 23%;
    left: 1vw;
    width: 20px;
    height: 40px;
    z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(130, 16, 12, 1);
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    padding-left: 7vw;
    list-style: none;
    background-color: rgb(243, 224, 199, .95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table {
    display: flex;
    justify-content: center;
}
.table ul {
    width: 100%;
    list-style-type: none;
}
.table a {
    color: rgb(0, 0, 0, 0.9);
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    line-height: 3.5rem;
    text-decoration: none;
} 
.menu__box:hover a:active{
    color: rgb(130, 16, 12, 1);
    text-decoration: none;
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 150%;
    pointer-events: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5vw;
    margin-top: 2vh;
    margin-bottom: 1vh;
    padding-right: 23vw;
    padding-left: 23vw;
    z-index: 1;
    height: 18vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    max-width: 120%;
    pointer-events: none;
}
.header-top a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: none;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.welcome-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: rgb(0, 0, 0, .9);
    color: rgb(243, 224, 199, 1);
    font-family: 'Playfair Display';
}
.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6vh;
    font-size: 0.8rem;
    line-height: 1.5rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    margin-left: 8vw;
    margin-right: 8vw;
}
/*--------------------------------------------*/

.nsc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 5vh;
}
.news {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 5vh;
    padding-left: 0vw;
    margin-left: 12vw;
    margin-right: 12vw;
}
.shows {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 5vh;
    padding-right: 0vw;
    margin-left: 12vw;
    margin-right: 12vw;
}
.nsc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5vh;
}
.nsc-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 1rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 0vh;
}
.visuallyhidden {
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0; 
}
.container {
    overflow: hidden;
    background: rgba(0,0,0,0);
    width: 100%;
    padding: 2vw;
}  
.card-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    --card-width: 100%;
    --card-max-width: 230px;
    --card-height: 230px;
    --carousel-min-width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
    width: 100%;
    height: var(--card-height);
    min-width: var(--carousel-min-width);
    transition: filter .3s ease;
}
.card-carousel.smooth-return {
    transition: all .2s ease;
}
.card-carousel .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: var(--card-width);
    max-width: var(--card-max-width);
    text-align: center;
    min-width: 180px;
    max-height: auto;
    height: var(--card-height);
    position: absolute;
    top: 0;
    margin: 0;
    color: rgba(0,0,0,0);
    transition: inherit;
    filter: brightness(.9);
}
.card.highlight {
    filter: brightness(1)
}
.image-container {
    position: relative;
    background-size: cover;
}
.image-container img {
    max-width: 90%;
    -webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 3vh;
    padding-bottom: 4vh;
    margin-bottom: 4vh;
    font-family: 'Playfair Display';
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

/*--------------------------------------------*/

.sponsor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid red;
}
.sponsor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: center;
}
.sponsor-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.sponsor-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
    padding: 3vw;
}
.sponsor-1 img {
    max-width: 100%;
    pointer-events: none;
}
.sponsor-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
    padding: 3vw;
}
.sponsor-2 img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: none;
}    
.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    text-align: center;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}
    
/*--------------------------------------------*/

        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */
        /* M O B I L E - L A N D S C A P E */

/*--------------------------------------------*/

@media only screen and (min-width: 421px) and (max-width: 920px) and (orientation: landscape) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding: 1vw;
}
.above-header .quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 0.7rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: flex;
    align-items: center;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 10;
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 30%;
    left: 1vw;
    width: 20px;
    height: 40px;
    z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(130, 16, 12, 1);
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 25%;
    height: 100%;
    padding-left: 3vw;
    list-style: none;
    background-color: rgb(243, 224, 199, .95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table {
    display: flex;
    justify-content: center;
}
.table ul {
    width: 100%;
    list-style-type: none;
}
.table a {
    color: rgb(0, 0, 0, 0.9);
    font-family: 'Merriweather', serif;
    font-size: 1rem;
    line-height: 2.2rem;
    text-decoration: none;
} 
.menu__box:hover a:active{
    color: rgb(130, 16, 12, 1);
    text-decoration: none;
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
    margin-top: 7vh;
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    margin-top: 14vh;
    margin-bottom: 7vh;
    padding-right: 23vw;
    padding-left: 23vw;
    z-index: 1;
    height: 18vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    max-width: 60%;
    pointer-events: none;
}
.header-top a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: none;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.welcome-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    padding-top: 11vh;
    padding-bottom: 11vh;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    font-family: 'Playfair Display';
}
.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6vh;
    font-size: 0.8rem;
    line-height: 1.5rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    margin-left: 8vw;
    margin-right: 8vw;
}

/*--------------------------------------------*/

.nsc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 10vh;
}
.news {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 5vh;
    padding-left: 0vw;
    margin-left: 12vw;
    margin-right: 12vw;
}
.shows {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 5vh;
    padding-right: 0vw;
    margin-left: 12vw;
    margin-right: 12vw;
}
.nsc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5vh;
}
.nsc-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 1rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 0vh;
}
.visuallyhidden {
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0; 
}
.container {
    overflow: hidden;
    background: rgba(0,0,0,0);
    width: 100%;
    padding: 2vw;
}  
.card-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    --card-width: 100%;
    --card-max-width: 230px;
    --card-height: 230px;
    --carousel-min-width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
    width: 100%;
    height: var(--card-height);
    min-width: var(--carousel-min-width);
    transition: filter .3s ease;
}
.card-carousel.smooth-return {
    transition: all .2s ease;
}
.card-carousel .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: var(--card-width);
    max-width: var(--card-max-width);
    text-align: center;
    min-width: 180px;
    max-height: auto;
    height: var(--card-height);
    position: absolute;
    top: 0;
    margin: 0;
    color: rgba(0,0,0,0);
    transition: inherit;
    filter: brightness(.9);
}
.card.highlight {
    filter: brightness(1)
}
.image-container {
    position: relative;
    background-size: cover;
}
.image-container img {
    max-width: 90%;
    -webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 3vh;
    padding-bottom: 4vh;
    margin-bottom: 4vh;
    font-family: 'Playfair Display';
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
}

/*--------------------------------------------*/

.boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 4vw;
    margin-right: 4vw;
}
.sponsor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 7vh;
}
.sponsor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: center;
}
.sponsor-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.sponsor-1 {
    display: flex;
    width: 30vw;
    padding: 3vw;
}
.sponsor-1 img {
    max-width: 100%;
    pointer-events: none;
}
.sponsor-2 {
    display: flex;
    width: 30vw;
    padding: 3vw;
}
.sponsor-2 img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: none;
}    
.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    text-align: center;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */
        /* T A B L E T */

/*--------------------------------------------*/

@media only screen and (min-width: 540px) and (max-width: 1399px) and (orientation: portrait) {    

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 1.1rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: flex;
    align-items: center;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 10;
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 23%;
    left: 1vw;
    width: 20px;
    height: 40px;
    z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(130, 16, 12, 1);
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 23%;
    height: 100%;
    padding-left: 3vw;
    list-style: none;
    background-color: rgb(243, 224, 199, .95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table {
    display: flex;
    justify-content: center;
}
.table ul {
    width: 100%;
    list-style-type: none;
}
.table a {
    color: rgb(0, 0, 0, 0.9);
    font-family: 'Merriweather', serif;
    font-size: 1.7rem;
    line-height: 5rem;
    text-decoration: none;
} 
.menu__box:hover a:active{
    color: rgb(130, 16, 12, 1);
    text-decoration: none;
}

/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5vw;
    margin-top: 2vh;
    margin-bottom: 1vh;
    padding-right: 23vw;
    padding-left: 23vw;
    z-index: 1;
    height: 18vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    max-width: 70%;
    pointer-events: none;
}
.header-top a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: none;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.welcome-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    font-family: 'Playfair Display';
}
.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6vh;
    font-size: 1.3rem;
    line-height: 1.8rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    margin-left: 8vw;
    margin-right: 8vw;
}

/*--------------------------------------------*/

.nsc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 5vh;
}
.news {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 5vh;
    padding-left: 0vw;
    margin-left: 12vw;
    margin-right: 12vw;
}
.shows {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 5vh;
    padding-right: 0vw;
    margin-left: 12vw;
    margin-right: 12vw;
}
.nsc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5vh;
}
.nsc-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 0vh;
}
.visuallyhidden {
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0; 
}
.container {
    overflow: hidden;
    background: rgba(0,0,0,0);
    width: 100%;
    padding: 2vw;
}  
.card-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    --card-width: 100%;
    --card-max-width: 230px;
    --card-height: 230px;
    --carousel-min-width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
    width: 100%;
    height: var(--card-height);
    min-width: var(--carousel-min-width);
    transition: filter .3s ease;
}
.card-carousel.smooth-return {
    transition: all .2s ease;
}
.card-carousel .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: var(--card-width);
    max-width: var(--card-max-width);
    text-align: center;
    min-width: 180px;
    max-height: auto;
    height: var(--card-height);
    position: absolute;
    top: 0;
    margin: 0;
    color: rgba(0,0,0,0);
    transition: inherit;
    filter: brightness(.9);
}
.card.highlight {
    filter: brightness(1)
}
.image-container {
    position: relative;
    background-size: cover;
}
.image-container img {
    max-width: 90%;
    -webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 3vh;
    padding-bottom: 4vh;
    margin-bottom: 4vh;
    font-family: 'Playfair Display';
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

/*--------------------------------------------*/

.boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 4vw;
    margin-right: 4vw;
}
.sponsor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sponsor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: center;
}
.sponsor-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.sponsor-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25vw;
    padding: 3vw;
}
.sponsor-1 img {
    max-width: 100%;
    pointer-events: none;
}
.sponsor-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25vw;
    padding: 3vw;
}
.sponsor-2 img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: none;
}    
.copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-align: center;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}

/*--------------------------------------------*/

        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */
        /* T A B L E T - L A N D S C A P E */

/*--------------------------------------------*/

@media only screen and (min-width: 916px) and (max-width: 1399px) and (orientation: landscape) {

.main-container {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather';
}

/*--------------------------------------------*/

.above-header {
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding: 2vw;
}
.above-header .quote {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#dailyVersesWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.dailyVerses.bibleVerse a {
    padding-left: 0.5vw;
    font-size: 1.1rem;
    color: rgb(243, 224, 199, 1);
}
.dailyVerses.bibleVerse a {
    font-weight: normal;
}
.above-header .contact-details {
    display: none;
}

/*--------------------------------------------*/

.header {
    display: flex;
    flex-direction: row;
    background-color: rgb(243, 224, 199, 1);
}

/*--------------------------------------------*/

.hamburger-menu {
    display: flex;
    align-items: center;
    z-index: 999;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 10;
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 10;
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    top: 23%;
    left: 1vw;
    width: 20px;
    height: 40px;
    z-index: 2;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgb(130, 16, 12, 1);
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -10px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 23%;
    height: 100%;
    padding-left: 1vw;
    list-style: none;
    background-color: rgb(243, 224, 199, .95);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.table {
    display: flex;
    justify-content: center;
}
.table ul {
    width: 100%;
    list-style-type: none;
}
.table a {
    color: rgb(0, 0, 0, 0.9);
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    line-height: 5rem;
    text-decoration: none;
} 
.menu__box:hover a:active{
    color: rgb(130, 16, 12, 1);
    text-decoration: none;
}


/*--------------------------------------------*/

.about-box-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(181, 198, 205, 1);
}
.top img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    margin-top: 7vh;
    margin-bottom: 7vh;
    padding-right: 23vw;
    padding-left: 23vw;
    z-index: 1;
    height: 18vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
}
.header-top a {
    display: flex;
    justify-content: center;
}
.header-top img {
    max-width: 50%;
    pointer-events: none;
}
.header-top a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top img:hover {
    cursor: pointer;
    pointer-events: none;
}
.header-bottom {
    display: none;
}

/*--------------------------------------------*/

.welcome {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.welcome-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 11vh;
    padding-bottom: 11vh;
    background-color: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    font-family: 'Playfair Display';
}
.welcome-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6vh;
    font-size: 1.3rem;
    line-height: 1.8rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
    margin-left: 8vw;
    margin-right: 8vw;
}

/*--------------------------------------------*/

.nsc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 5vh;
}
.news {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 5vh;
    padding-left: 0vw;
    margin-left: 12vw;
    margin-right: 12vw;
}
.shows {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-top: 5vh;
    padding-right: 0vw;
    margin-left: 12vw;
    margin-right: 12vw;
}
.nsc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5vh;
}
.nsc-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
    margin-bottom: 0vh;
}
.visuallyhidden {
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0; 
}
.container {
    overflow: hidden;
    background: rgba(0,0,0,0);
    width: 100%;
    padding: 2vw;
}  
.card-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    --card-width: 100%;
    --card-max-width: 230px;
    --card-height: 230px;
    --carousel-min-width: 100%;
    z-index: 1;
    position: relative;
    margin: 0;
    width: 100%;
    height: var(--card-height);
    min-width: var(--carousel-min-width);
    transition: filter .3s ease;
}
.card-carousel.smooth-return {
    transition: all .2s ease;
}
.card-carousel .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: var(--card-width);
    max-width: var(--card-max-width);
    text-align: center;
    min-width: 180px;
    max-height: auto;
    height: var(--card-height);
    position: absolute;
    top: 0;
    margin: 0;
    color: rgba(0,0,0,0);
    transition: inherit;
    filter: brightness(.9);
}
.card.highlight {
    filter: brightness(1)
}
.image-container {
    position: relative;
    background-size: cover;
}
.image-container img {
    max-width: 90%;
    -webkit-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 3px rgba(0,0,0,0.3);
    pointer-events: none;
}

/*--------------------------------------------*/

.testimonial-quote {
    display: flex;
    flex-direction: column;
    background: rgb(0, 0, 0, 0.9);
    color: rgb(243, 224, 199, 1);
    padding-top: 3vh;
    padding-bottom: 4vh;
    margin-bottom: 4vh;
    font-family: 'Playfair Display';
}
.quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding-bottom: 1vw;
    text-align: center;
}
.name-quote-div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

/*--------------------------------------------*/

.boxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 4vw;
    margin-right: 4vw;
}
.sponsor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sponsor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-left: 10vw;
    margin-right: 10vw;
    text-align: center;
}
.sponsor-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.sponsor-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25vw;
    padding: 3vw;
}
.sponsor-1 img {
    max-width: 100%;
    pointer-events: none;
}
.sponsor-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25vw;
    padding: 3vw;
}
.sponsor-2 img {
    max-width: 100%;
    pointer-events: none;
}

/*--------------------------------------------*/

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(243, 224, 199, 1);
    background-color: rgb(0, 0, 0, 0.9);
    padding: 1vw;
    margin-top: auto;
}
.footer a {
    color: rgb(243, 224, 199, 1);
}
.menu-footer {
    display: none;
}    
.copyright {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    text-align: center;
}
.copyright-item {
    padding-left: 0.5vw;
}
.copyright-item a {
    text-decoration: none;
}

}