/* 
ORDER OF STYLINGS 
1. SHARED DESKTOP & MOBILE STYLES 
2. DESKTOP ONLY STYLES 
3. MOBILE ONLY STYLES 
*/

html {
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "grungelings";
  src: url('grungelings_font/Grungelings-8mwZ.ttf') format('truetype');
}

#coverphoto img{
transition: 1s ease;
}

#coverphoto img:hover, .hoverenlarge{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transition: 1s ease;
}

blockquote {
    background-color: black;
}

body {
    color: white;
    background-color: black;
    margin: 0 auto;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 122.88 102.6"><path fill="white" d="M40.33,54.05c-0.14,2.37-0.23,10.18-1.73,11.63c-1.59,1.55-4.45,0.05-6.71,1.42c-0.94,0.57-1.21,1.49-0.82,2.78c2.86,0,9.4,0.6,11.62-0.97c1.36-0.96,2.64-3.62,3.55-5.17c0,0.88-0.05,2-0.08,3.53c-0.21,10.7-6.38,4.52-8.78,7.73c-0.42,0.56-0.56,1.31-0.45,2.2c3.05,0,10.37,0.62,12.71-0.97c2.31-1.56,6.35-12.27,7.71-15.31l5.88,1.47c3.8,0.85,4.7,1.87,6.2,3.23l-1.51,0.06c-1.65,0.07-4.08-0.06-5.39,1.04c-0.79,0.66-1.01,1.61-0.97,2.68l13.34-0.23c-2.16-0.96-3.77-1.96-5.44-3.51c0.85,0.76,1.9,1.64,3.76,2.65c2.23,1.21,4.71,2.01,7.52,2.32c-1.26,1.22-2.88,2.11-4.83,2.69c-3.33,1-8.47,0.28-10.52,2.4c-0.69,0.72-0.88,1.57-0.7,2.52c3.43-0.03,21.56-0.91,23.77-2.85c0.86-0.76,1.43-2,1.84-3.53l1.65-3.81c4.58,0.19,11.4-2.18,15.14-6.08l-0.09,0.19c4.59,3.06,7.2,5.56,8.54,8.76c2.99,7.12,1.28,13.51-2.78,18.15c-7.2,8.23-15.42,7.47-24.82,4.57c-8.95-3.65-17-7.67-26.8-1.41c-3.65,2.34-5.87,5.9-5.24,10.37c11.77-24.47,29.7,7.94,56.16-4.99c16.09-7.86,13.25-32.32-2.3-41.15c0.03-0.56,0-1.12-0.11-1.7c-0.79-4.06-2.08-8.26-3.78-12.58c-4.82-12.22-11.47-23.96-24.44-28.95c-6.7-2.58-13.68-2.31-20.88,0.28c-1.65,0.71-3.14,1.23-4.48,1.56c-1.06,0.27-2.02,0.42-2.89,0.47c-1.94,0.1-3.41-0.56-4.75-1.53c2.64-2.45,5.23-5.2,4.51-7.01c-0.82-2.1-4.69-2.24-8.33-1.6c1.22-7.68-8.21-6.64-11.64-0.15c0.02,0.13,0.04,0.27,0.06,0.39c-0.26-0.03-0.52-0.06-0.79-0.08c-8.13-0.69-17.77,2.83-25.8,6.35c-1.77,0.78-6.88,2.23-6.44,4.34c0.96,4.64,9.97,7.03,13.47,7.79c-1.48,0.24-5.12,0.22-5.8,1.68c-0.36,0.77,0.19,1.25,1.48,1.51c2.88,1.1,5.71,2.1,8.59,3c5.25,1.63,7.35,2.22,8.86,4.45c2.07,3.04,4.01,6.61,6.21,10.05C34.73,47.68,40.87,54.75,40.33,54.05L40.33,54.05z M20.18,14.36c1.62,0,2.93,0.91,2.93,2.03c0,1.12-1.31,2.03-2.93,2.03c-1.62,0-2.93-0.91-2.93-2.03C17.25,15.27,18.56,14.36,20.18,14.36L20.18,14.36z"/></svg>') 16 16, auto;
}

/* Newsletter Banner Styles */
.newsletter-banner {
    background: #a33634;
    padding: 20px;
    margin: 20px 0 5px 0;
    border: 2px solid white;
    filter: drop-shadow(0 0 0.75rem crimson);
}

.newsletter-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-banner h4 {
    font-family: 'grungelings';
    color: white;
    font-size: 3vw;
    margin: 0 0 10px 0;
}

.newsletter-banner p {
    font-family: 'Courier New', monospace;
    color: white;
    font-size: 1.5vw;
    margin: 0 0 20px 0;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
    flex: 1;
    max-width: 400px;
    padding: 12px 15px;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    background: white;
    color: black;
    border: 2px solid white;
    border-radius: 0;
}

.newsletter-form button {
    padding: 12px 25px;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    background: black;
    color: white;
    border: 2px solid white;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: white;
    color: black;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 122.88 102.6"><path fill="black" d="M40.33,54.05c-0.14,2.37-0.23,10.18-1.73,11.63c-1.59,1.55-4.45,0.05-6.71,1.42c-0.94,0.57-1.21,1.49-0.82,2.78c2.86,0,9.4,0.6,11.62-0.97c1.36-0.96,2.64-3.62,3.55-5.17c0,0.88-0.05,2-0.08,3.53c-0.21,10.7-6.38,4.52-8.78,7.73c-0.42,0.56-0.56,1.31-0.45,2.2c3.05,0,10.37,0.62,12.71-0.97c2.31-1.56,6.35-12.27,7.71-15.31l5.88,1.47c3.8,0.85,4.7,1.87,6.2,3.23l-1.51,0.06c-1.65,0.07-4.08-0.06-5.39,1.04c-0.79,0.66-1.01,1.61-0.97,2.68l13.34-0.23c-2.16-0.96-3.77-1.96-5.44-3.51c0.85,0.76,1.9,1.64,3.76,2.65c2.23,1.21,4.71,2.01,7.52,2.32c-1.26,1.22-2.88,2.11-4.83,2.69c-3.33,1-8.47,0.28-10.52,2.4c-0.69,0.72-0.88,1.57-0.7,2.52c3.43-0.03,21.56-0.91,23.77-2.85c0.86-0.76,1.43-2,1.84-3.53l1.65-3.81c4.58,0.19,11.4-2.18,15.14-6.08l-0.09,0.19c4.59,3.06,7.2,5.56,8.54,8.76c2.99,7.12,1.28,13.51-2.78,18.15c-7.2,8.23-15.42,7.47-24.82,4.57c-8.95-3.65-17-7.67-26.8-1.41c-3.65,2.34-5.87,5.9-5.24,10.37c11.77-24.47,29.7,7.94,56.16-4.99c16.09-7.86,13.25-32.32-2.3-41.15c0.03-0.56,0-1.12-0.11-1.7c-0.79-4.06-2.08-8.26-3.78-12.58c-4.82-12.22-11.47-23.96-24.44-28.95c-6.7-2.58-13.68-2.31-20.88,0.28c-1.65,0.71-3.14,1.23-4.48,1.56c-1.06,0.27-2.02,0.42-2.89,0.47c-1.94,0.1-3.41-0.56-4.75-1.53c2.64-2.45,5.23-5.2,4.51-7.01c-0.82-2.1-4.69-2.24-8.33-1.6c1.22-7.68-8.21-6.64-11.64-0.15c0.02,0.13,0.04,0.27,0.06,0.39c-0.26-0.03-0.52-0.06-0.79-0.08c-8.13-0.69-17.77,2.83-25.8,6.35c-1.77,0.78-6.88,2.23-6.44,4.34c0.96,4.64,9.97,7.03,13.47,7.79c-1.48,0.24-5.12,0.22-5.8,1.68c-0.36,0.77,0.19,1.25,1.48,1.51c2.88,1.1,5.71,2.1,8.59,3c5.25,1.63,7.35,2.22,8.86,4.45c2.07,3.04,4.01,6.61,6.21,10.05C34.73,47.68,40.87,54.75,40.33,54.05L40.33,54.05z M20.18,14.36c1.62,0,2.93,0.91,2.93,2.03c0,1.12-1.31,2.03-2.93,2.03c-1.62,0-2.93-0.91-2.93-2.03C17.25,15.27,18.56,14.36,20.18,14.36L20.18,14.36z"/></svg>') 16 16, pointer;
}

.subscription-message {
    margin-top: 15px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: white;
}

.privacy {
    color: white;
    font-size: 12px;
}

@media (min-width: 768px) {
    body {
        padding: 0 100px;
        max-width: 1400px;
        box-shadow: 0 0 0 100vmax #747272;
        clip-path: inset(0 -100vmax);
    }
}

a:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 122.88 102.6"><path fill="%23cf4846" d="M40.33,54.05c-0.14,2.37-0.23,10.18-1.73,11.63c-1.59,1.55-4.45,0.05-6.71,1.42c-0.94,0.57-1.21,1.49-0.82,2.78c2.86,0,9.4,0.6,11.62-0.97c1.36-0.96,2.64-3.62,3.55-5.17c0,0.88-0.05,2-0.08,3.53c-0.21,10.7-6.38,4.52-8.78,7.73c-0.42,0.56-0.56,1.31-0.45,2.2c3.05,0,10.37,0.62,12.71-0.97c2.31-1.56,6.35-12.27,7.71-15.31l5.88,1.47c3.8,0.85,4.7,1.87,6.2,3.23l-1.51,0.06c-1.65,0.07-4.08-0.06-5.39,1.04c-0.79,0.66-1.01,1.61-0.97,2.68l13.34-0.23c-2.16-0.96-3.77-1.96-5.44-3.51c0.85,0.76,1.9,1.64,3.76,2.65c2.23,1.21,4.71,2.01,7.52,2.32c-1.26,1.22-2.88,2.11-4.83,2.69c-3.33,1-8.47,0.28-10.52,2.4c-0.69,0.72-0.88,1.57-0.7,2.52c3.43-0.03,21.56-0.91,23.77-2.85c0.86-0.76,1.43-2,1.84-3.53l1.65-3.81c4.58,0.19,11.4-2.18,15.14-6.08l-0.09,0.19c4.59,3.06,7.2,5.56,8.54,8.76c2.99,7.12,1.28,13.51-2.78,18.15c-7.2,8.23-15.42,7.47-24.82,4.57c-8.95-3.65-17-7.67-26.8-1.41c-3.65,2.34-5.87,5.9-5.24,10.37c11.77-24.47,29.7,7.94,56.16-4.99c16.09-7.86,13.25-32.32-2.3-41.15c0.03-0.56,0-1.12-0.11-1.7c-0.79-4.06-2.08-8.26-3.78-12.58c-4.82-12.22-11.47-23.96-24.44-28.95c-6.7-2.58-13.68-2.31-20.88,0.28c-1.65,0.71-3.14,1.23-4.48,1.56c-1.06,0.27-2.02,0.42-2.89,0.47c-1.94,0.1-3.41-0.56-4.75-1.53c2.64-2.45,5.23-5.2,4.51-7.01c-0.82-2.1-4.69-2.24-8.33-1.6c1.22-7.68-8.21-6.64-11.64-0.15c0.02,0.13,0.04,0.27,0.06,0.39c-0.26-0.03-0.52-0.06-0.79-0.08c-8.13-0.69-17.77,2.83-25.8,6.35c-1.77,0.78-6.88,2.23-6.44,4.34c0.96,4.64,9.97,7.03,13.47,7.79c-1.48,0.24-5.12,0.22-5.8,1.68c-0.36,0.77,0.19,1.25,1.48,1.51c2.88,1.1,5.71,2.1,8.59,3c5.25,1.63,7.35,2.22,8.86,4.45c2.07,3.04,4.01,6.61,6.21,10.05C34.73,47.68,40.87,54.75,40.33,54.05L40.33,54.05z M20.18,14.36c1.62,0,2.93,0.91,2.93,2.03c0,1.12-1.31,2.03-2.93,2.03c-1.62,0-2.93-0.91-2.93-2.03C17.25,15.27,18.56,14.36,20.18,14.36L20.18,14.36z"/></svg>') 16 16, pointer;
}

h1 {
    color: white;
    font-family: 'grungelings';
    font-size: 8vw;
    /* font-family: 'Courier New', monospace; */
}

/*
h2 {
    color: white;
    font-family: 'grungelings';
    font-size: 4vw;
    /* font-family: 'Courier New', monospace; 
}
*/

table {
    font-family: 'Courier New', monospace;
    font-size: 3vw;
    width: 100%;
    table-layout: fixed;
}

@media (max-width: 767px) {
    table tr {
        display: flex;
        flex-wrap: wrap;
    }

    table td {
        flex: 1 1 auto;
        min-width: 100px;
        text-align: center;
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.topnav {
    color: white;
    text-decoration: wavy underline;
    font-family: 'Courier New', monospace;
    font-size: 2vw;
}

td {
    padding: 10px;
}

.typeheading {
    color: white;
    font-family: 'Courier New', monospace;
    font-size: 2vw;
    margin-bottom: 0.1rem;
}


a {
    text-decoration-color: #cf4846;
}

f21717

a:hover {
    color: #cf4846;
    text-decoration: wavy underline #cf4846;
}

p, li {
    color: white;
    font-family: 'Courier New';

}

li {
    margin: 5px;
}


img {
  filter: drop-shadow(0 0 0.75rem crimson);
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.3s ease;
}

img:hover {
  transform: scale(1.05);
}

.left-clear {
  float: left;
  clear: right;
  margin-right: 20px;
  margin-bottom: 10px;
  width: auto;
}

.eyeframe {
    filter: drop-shadow(0 0 0.75rem crimson);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.frontpage {
    filter: drop-shadow(0 0 0.75rem crimson);
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
    width: 80%;
}

.mainpart {
    display: block;
}

@media (min-width: 768px) {
    .mainpart {
        display: flex;
    }
    .featured-article {
        flex: 0 1 70%;
    }
    .playlist {
        flex: 0 1 30%;
    }
}

.gram {
    float:left;
    width: 5%;
}


figure {
    margin: 0;
}

mark {
    background-color: crimson;
    color: white; 
}



nav {
    border: 2px solid white;
    padding: 5px;
    display: flex;
    justify-content: space-around;
}

figcaption, .figcredit {
    text-align: center;
    font-family: 'Courier New', monospace;
    font-size: 1vw;
}

/* .figcredit {
    font-size: 0.5vw;
} */

.authorlink {
    color: white;
    font-family: 'Courier New', monospace;
    font-size: 2vw;
}


.articlepic {
    width: 50%;
    display: block;
    float: left;
    margin-right: 20px;
}


section h2 {
    font-family: 'grungelings';
    color: white;
    margin: 2rem auto;
    font-size: 5.5vw;
    width: 90%;
}

.articlelink{
    color: white;
    font-family: 'Courier New', monospace;
    text-decoration: none;
    margin-bottom: 0.1rem;
    display: inline-block;
}

.juicelink{
    color: white;
    font-family: 'Courier New', monospace;
    text-decoration: none;
}

.articledescription {
    color: white;
    font-family: 'Courier New', monospace;
    text-decoration: none;
    font-size: 1.75vw;
}

.mainarticledesc {
    color: white;
    font-family: 'Courier New', monospace;
    text-decoration: none;
    font-size: 2.00vw;
    margin: 5px;
}

.gramlink {
    color: white;
    font-family: 'Courier New', monospace;
    text-decoration: wavy underline;
    font-size: 3vw;
    padding-left: 5px;
    text-align:left;
}

.mainarticlepic {
    width: 50%;
    display: block;
    margin-right: auto;
    margin-left: 0;
}

.centerpic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.seperator {
    margin-top: -20px;
    margin-bottom: -20px;
}

figcaption {
    text-align: center;
}

.maincaption {
    text-align: left; 
    font-size: 1vw;
}

.articleheading {
    font-size: 1.5vw;
}

.mainarticleheading {
    font-size: 3vw;
    margin: 5px;
}

.author {
    color: white;
    font-size: 1.0vw;
    margin: 5px;
}

.thejuice {
    color: white;
    clear: left;
    font-size: 1.5vw;
}

.date {
    font-size:1vw;
}

/* Footer styles */
footer {
    background-color: #a33634;
    color: #fff;
    padding: 2rem 0;
    margin-top: 2rem;
    font-family: 'Courier New';
}

footer .container {
    display: flex;
    flex-direction: column;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-links ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer-links ul li {
    margin-right: 1rem;
}

.footer-links ul li a {
    color: #fff;
}

.footer-links ul li a:hover,
.social-icons a:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 122.88 102.6"><path fill="black" d="M40.33,54.05c-0.14,2.37-0.23,10.18-1.73,11.63c-1.59,1.55-4.45,0.05-6.71,1.42c-0.94,0.57-1.21,1.49-0.82,2.78c2.86,0,9.4,0.6,11.62-0.97c1.36-0.96,2.64-3.62,3.55-5.17c0,0.88-0.05,2-0.08,3.53c-0.21,10.7-6.38,4.52-8.78,7.73c-0.42,0.56-0.56,1.31-0.45,2.2c3.05,0,10.37,0.62,12.71-0.97c2.31-1.56,6.35-12.27,7.71-15.31l5.88,1.47c3.8,0.85,4.7,1.87,6.2,3.23l-1.51,0.06c-1.65,0.07-4.08-0.06-5.39,1.04c-0.79,0.66-1.01,1.61-0.97,2.68l13.34-0.23c-2.16-0.96-3.77-1.96-5.44-3.51c0.85,0.76,1.9,1.64,3.76,2.65c2.23,1.21,4.71,2.01,7.52,2.32c-1.26,1.22-2.88,2.11-4.83,2.69c-3.33,1-8.47,0.28-10.52,2.4c-0.69,0.72-0.88,1.57-0.7,2.52c3.43-0.03,21.56-0.91,23.77-2.85c0.86-0.76,1.43-2,1.84-3.53l1.65-3.81c4.58,0.19,11.4-2.18,15.14-6.08l-0.09,0.19c4.59,3.06,7.2,5.56,8.54,8.76c2.99,7.12,1.28,13.51-2.78,18.15c-7.2,8.23-15.42,7.47-24.82,4.57c-8.95-3.65-17-7.67-26.8-1.41c-3.65,2.34-5.87,5.9-5.24,10.37c11.77-24.47,29.7,7.94,56.16-4.99c16.09-7.86,13.25-32.32-2.3-41.15c0.03-0.56,0-1.12-0.11-1.7c-0.79-4.06-2.08-8.26-3.78-12.58c-4.82-12.22-11.47-23.96-24.44-28.95c-6.7-2.58-13.68-2.31-20.88,0.28c-1.65,0.71-3.14,1.23-4.48,1.56c-1.06,0.27-2.02,0.42-2.89,0.47c-1.94,0.1-3.41-0.56-4.75-1.53c2.64-2.45,5.23-5.2,4.51-7.01c-0.82-2.1-4.69-2.24-8.33-1.6c1.22-7.68-8.21-6.64-11.64-0.15c0.02,0.13,0.04,0.27,0.06,0.39c-0.26-0.03-0.52-0.06-0.79-0.08c-8.13-0.69-17.77,2.83-25.8,6.35c-1.77,0.78-6.88,2.23-6.44,4.34c0.96,4.64,9.97,7.03,13.47,7.79c-1.48,0.24-5.12,0.22-5.8,1.68c-0.36,0.77,0.19,1.25,1.48,1.51c2.88,1.1,5.71,2.1,8.59,3c5.25,1.63,7.35,2.22,8.86,4.45c2.07,3.04,4.01,6.61,6.21,10.05C34.73,47.68,40.87,54.75,40.33,54.05L40.33,54.05z M20.18,14.36c1.62,0,2.93,0.91,2.93,2.03c0,1.12-1.31,2.03-2.93,2.03c-1.62,0-2.93-0.91-2.93-2.03C17.25,15.27,18.56,14.36,20.18,14.36L20.18,14.36z"/></svg>') 16 16, pointer;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons img {
    width: 24px;
    height: 24px;
    margin: 0;
    vertical-align: middle;
}

.social-icons a, .footlink {
    color: #fff;
    font-size: 3.5vw;
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
}

.copyright {
    text-align: left;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #fff;
}

.video-header {
  position: relative;
  overflow: hidden;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  display: none !important;
  pointer-events: none;
}

.header-content {
  position: relative;
  z-index: 1;
}

/* Show video only on desktop */
@media (min-width: 768px) {
  #myVideo {
    display: block !important;
  }
    img {
        width: 25%;
    }

    .frontpage {
        height: 315px;
        width: 560px;
    }


    table {
        font-family: 'Courier New', monospace;
        font-size: 1vw;
        width: 100%;
        table-layout: fixed;
    }

    h1 {
        color: white;
        font-family: 'grungelings';
        font-size: 5vw;
        /* font-family: 'Courier New', monospace; */
    }

    .carouselarticlepic {
        width: 100%;
        height: 300px;
        display: block;
        float: left;
        margin-right: 20px;
        object-fit: cover;
    }

    .interviews-carousel .carouselarticlepic {
        height: 350px;
    }

    .interviews-carousel {
        position: relative;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scrollbar-width: 2px;
        white-space: nowrap;
        padding: 20px 0;
        border: 2px solid white;
    }

    .interviews-carousel::-webkit-scrollbar {
        height: 8px;
        padding: 0px 0px 10px 0px;
    }

    .interviews-carousel::-webkit-scrollbar-track {
        background: #1a1a1a;
        border: 1px solid #333;
    }

    .interviews-carousel::-webkit-scrollbar-thumb {
        background: #a33634;
        border-radius: 4px;
        cursor: pointer;
    }

    .interviews-carousel::-webkit-scrollbar-thumb:hover {
        background: #cf4846;
    }


    /* Grid Layout Styles */
    .featured-article {
        margin-bottom: 2rem;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .featured-image {
        width: 85%;
        max-height: 500px;
        object-fit: cover;
        display: block;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 1rem;
    }

    .reviews-carousel {
        position: relative;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scrollbar-width: 2px;
        white-space: nowrap;
        padding: 20px 0;
        border: 2px solid white;
    }

    .reviews-carousel::-webkit-scrollbar {
        height: 8px;
        padding: 0px 0px 10px 0px;
    }

    .reviews-carousel::-webkit-scrollbar-track {
        background: #1a1a1a;
        border: 1px solid #333;
    }

    .reviews-carousel::-webkit-scrollbar-thumb {
        background: #a33634;
        border-radius: 4px;
        cursor: pointer;
    }

    .reviews-carousel::-webkit-scrollbar-thumb:hover {
        background: #cf4846;
    }

    .carousel-container {
        display: inline-flex;
        gap: 2rem;
        margin: 10px;
    }

    .review-card {
        min-width: 300px;
        max-width: 300px;
        height: 575px;
        display: flex;
        flex-direction: column;
        white-space: normal;
    }

    .interviews-carousel .review-card {
        height: 575px;
    }

    .card-text {
        margin-top: 15px;


    }

    .carousel-nav {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .carousel-nav button {
        background: #a33634;
        border: none;
        color: white;
        padding: 8px 16px;
        cursor: pointer;
    }

    .carousel-nav button:hover {
        background: #cf4846;
    }

    .features-grid, .interviews-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .content-left, .content-right {
        width: 100%;
        margin-bottom: 2rem;
    }

    .social-icons a {
        text-decoration: underline; 
    }

    .social-icons .articledescription:hover {
        color: black;
        cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 122.88 102.6"><path fill="black" d="M40.33,54.05c-0.14,2.37-0.23,10.18-1.73,11.63c-1.59,1.55-4.45,0.05-6.71,1.42c-0.94,0.57-1.21,1.49-0.82,2.78c2.86,0,9.4,0.6,11.62-0.97c1.36-0.96,2.64-3.62,3.55-5.17c0,0.88-0.05,2-0.08,3.53c-0.21,10.7-6.38,4.52-8.78,7.73c-0.42,0.56-0.56,1.31-0.45,2.2c3.05,0,10.37,0.62,12.71-0.97c2.31-1.56,6.35-12.27,7.71-15.31l5.88,1.47c3.8,0.85,4.7,1.87,6.2,3.23l-1.51,0.06c-1.65,0.07-4.08-0.06-5.39,1.04c-0.79,0.66-1.01,1.61-0.97,2.68l13.34-0.23c-2.16-0.96-3.77-1.96-5.44-3.51c0.85,0.76,1.9,1.64,3.76,2.65c2.23,1.21,4.71,2.01,7.52,2.32c-1.26,1.22-2.88,2.11-4.83,2.69c-3.33,1-8.47,0.28-10.52,2.4c-0.69,0.72-0.88,1.57-0.7,2.52c3.43-0.03,21.56-0.91,23.77-2.85c0.86-0.76,1.43-2,1.84-3.53l1.65-3.81c4.58,0.19,11.4-2.18,15.14-6.08l-0.09,0.19c4.59,3.06,7.2,5.56,8.54,8.76c2.99,7.12,1.28,13.51-2.78,18.15c-7.2,8.23-15.42,7.47-24.82,4.57c-8.95-3.65-17-7.67-26.8-1.41c-3.65,2.34-5.87,5.9-5.24,10.37c11.77-24.47,29.7,7.94,56.16-4.99c16.09-7.86,13.25-32.32-2.3-41.15c0.03-0.56,0-1.12-0.11-1.7c-0.79-4.06-2.08-8.26-3.78-12.58c-4.82-12.22-11.47-23.96-24.44-28.95c-6.7-2.58-13.68-2.31-20.88,0.28c-1.65,0.71-3.14,1.23-4.48,1.56c-1.06,0.27-2.02,0.42-2.89,0.47c-1.94,0.1-3.41-0.56-4.75-1.53c2.64-2.45,5.23-5.2,4.51-7.01c-0.82-2.1-4.69-2.24-8.33-1.6c1.22-7.68-8.21-6.64-11.64-0.15c0.02,0.13,0.04,0.27,0.06,0.39c-0.26-0.03-0.52-0.06-0.79-0.08c-8.13-0.69-17.77,2.83-25.8,6.35c-1.77,0.78-6.88,2.23-6.44,4.34c0.96,4.64,9.97,7.03,13.47,7.79c-1.48,0.24-5.12,0.22-5.8,1.68c-0.36,0.77,0.19,1.25,1.48,1.51c2.88,1.1,5.71,2.1,8.59,3c5.25,1.63,7.35,2.22,8.86,4.45c2.07,3.04,4.01,6.61,6.21,10.05C34.73,47.68,40.87,54.75,40.33,54.05L40.33,54.05z M20.18,14.36c1.62,0,2.93,0.91,2.93,2.03c0,1.12-1.31,2.03-2.93,2.03c-1.62,0-2.93-0.91-2.93-2.03C17.25,15.27,18.56,14.36,20.18,14.36L20.18,14.36z"/></svg>') 16 16, pointer;
    }

}

.search-icon-container {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1001;
}

.search-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  filter: invert(1);
}

.search-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: -330px !important;
  right: auto !important;
  background: black;
  width: 300px;
  padding: 1rem;
  z-index: 1000;
  margin-top: 0;
  transform: none !important;
}

.search-dropdown.active {
  display: block;
}

.search-dropdown input {
  width: 100%;
  padding: 8px;
  background: #333;
  border: 1px solid #cf4846;
  color: white;
  font-family: 'Courier New', monospace;
}

#searchResults {
  max-height: 400px;
  overflow-y: auto;
}

.search-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.search-input-group {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}

.search-container input {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  background: #333;
  color: white;
  border: 1px solid white;
  font-family: 'Courier New', monospace;
  min-width: 0;
}

.search-container button {
  padding: 10px 20px;
  font-size: 16px;
  background: #cf4846;
  color: white;
  border: none;
  cursor: pointer;
  font-family: 'Courier New', monospace;
  white-space: nowrap;
}

.search-container button:hover {
  background: #a33634;
}

#loading-animation {
  position: relative;
  width: 200px;
  margin: 20px auto;
}

#loading-animation::after {
  content: 'searching...';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Courier New', monospace;
  font-size: 24px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

#loading-animation .tenor-gif-embed {
  width: 200px !important;
  height: 200px !important;
}

.search-result {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.search-result-thumbnail {
  width: 250px;
  height: 250px;
  object-fit: cover;
  flex-shrink: 0;
  margin: 0;
  order: -1;
}

.search-result a {
  color: white;
  text-decoration: none;
  font-family: 'Courier New', monospace;
  font-weight: bold;
}

.search-result a:hover {
  color: #cf4846;
}

/* FOR MOBILE SCREENS ONLY */
@media (max-width: 767px) {
    body {
        margin: 0 5px;
    }
    
    .newsletter-banner h3 {
        font-size: 6vw;
    }
    
    .newsletter-banner p {
        font-size: 3.5vw;
    }
    
    .newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }
    
    .newsletter-form input[type="email"] {
        max-width: none;
        margin-bottom: 10px;
    }
    .mobile-divider {
        display: block;
        margin: 20px 0;
    }
    .search-result-thumbnail {
        width: 100px;
        height: 100px;
    }

    .mainarticleheading {
        font-size: 4.5vw;
        margin: 0.25rem 0;
    }

    .mainarticledesc {
        font-size: 3.375vw;
        margin: 0;
    }

    .author {
        font-size: 3.375vw;
        margin: 1rem 0;
    }



    .featured-article > * {
        margin-bottom: 0.5em;
    }

    .featured-article .typeheading {
        margin-top: 0.75em;
    }



    .reviews-carousel, .interviews-carousel {
        width: 90%;
        margin: 0 auto;
        border: 1px solid #333;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 10px;
        position: relative;
        scrollbar-width: thin;
        scrollbar-color: #a33634 #1a1a1a;
        -webkit-overflow-scrolling: touch;
        -webkit-appearance: none;
    }

    .reviews-carousel::-webkit-scrollbar, 
    .interviews-carousel::-webkit-scrollbar {
        height: 8px;
        display: block;
    }

    .reviews-carousel::-webkit-scrollbar-track,
    .interviews-carousel::-webkit-scrollbar-track {
        background: #1a1a1a;
        border: 1px solid #333;
    }

    .reviews-carousel::-webkit-scrollbar-thumb,
    .interviews-carousel::-webkit-scrollbar-thumb {
        background: #a33634;
        border-radius: 4px;
    }

    .carousel-dots {
        display: none;
    }

    .social-icons a {
        color: #fff;
        font-size: 3.0vw;
        margin-left: 0.5rem;
        text-decoration: underline; 
        display: flex;
        align-items: center;
    }

    .social-icons .articledescription:hover {
        color: black;
        cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 122.88 102.6"><path fill="black" d="M40.33,54.05c-0.14,2.37-0.23,10.18-1.73,11.63c-1.59,1.55-4.45,0.05-6.71,1.42c-0.94,0.57-1.21,1.49-0.82,2.78c2.86,0,9.4,0.6,11.62-0.97c1.36-0.96,2.64-3.62,3.55-5.17c0,0.88-0.05,2-0.08,3.53c-0.21,10.7-6.38,4.52-8.78,7.73c-0.42,0.56-0.56,1.31-0.45,2.2c3.05,0,10.37,0.62,12.71-0.97c2.31-1.56,6.35-12.27,7.71-15.31l5.88,1.47c3.8,0.85,4.7,1.87,6.2,3.23l-1.51,0.06c-1.65,0.07-4.08-0.06-5.39,1.04c-0.79,0.66-1.01,1.61-0.97,2.68l13.34-0.23c-2.16-0.96-3.77-1.96-5.44-3.51c0.85,0.76,1.9,1.64,3.76,2.65c2.23,1.21,4.71,2.01,7.52,2.32c-1.26,1.22-2.88,2.11-4.83,2.69c-3.33,1-8.47,0.28-10.52,2.4c-0.69,0.72-0.88,1.57-0.7,2.52c3.43-0.03,21.56-0.91,23.77-2.85c0.86-0.76,1.43-2,1.84-3.53l1.65-3.81c4.58,0.19,11.4-2.18,15.14-6.08l-0.09,0.19c4.59,3.06,7.2,5.56,8.54,8.76c2.99,7.12,1.28,13.51-2.78,18.15c-7.2,8.23-15.42,7.47-24.82,4.57c-8.95-3.65-17-7.67-26.8-1.41c-3.65,2.34-5.87,5.9-5.24,10.37c11.77-24.47,29.7,7.94,56.16-4.99c16.09-7.86,13.25-32.32-2.3-41.15c0.03-0.56,0-1.12-0.11-1.7c-0.79-4.06-2.08-8.26-3.78-12.58c-4.82-12.22-11.47-23.96-24.44-28.95c-6.7-2.58-13.68-2.31-20.88,0.28c-1.65,0.71-3.14,1.23-4.48,1.56c-1.06,0.27-2.02,0.42-2.89,0.47c-1.94,0.1-3.41-0.56-4.75-1.53c2.64-2.45,5.23-5.2,4.51-7.01c-0.82-2.1-4.69-2.24-8.33-1.6c1.22-7.68-8.21-6.64-11.64-0.15c0.02,0.13,0.04,0.27,0.06,0.39c-0.26-0.03-0.52-0.06-0.79-0.08c-8.13-0.69-17.77,2.83-25.8,6.35c-1.77,0.78-6.88,2.23-6.44,4.34c0.96,4.64,9.97,7.03,13.47,7.79c-1.48,0.24-5.12,0.22-5.8,1.68c-0.36,0.77,0.19,1.25,1.48,1.51c2.88,1.1,5.71,2.1,8.59,3c5.25,1.63,7.35,2.22,8.86,4.45c2.07,3.04,4.01,6.61,6.21,10.05C34.73,47.68,40.87,54.75,40.33,54.05L40.33,54.05z M20.18,14.36c1.62,0,2.93,0.91,2.93,2.03c0,1.12-1.31,2.03-2.93,2.03c-1.62,0-2.93-0.91-2.93-2.03C17.25,15.27,18.56,14.36,20.18,14.36L20.18,14.36z"/></svg>') 16 16, pointer;
    }

    #coverphoto {
        width: 55%;
    }

    .copyright {
        text-align: left;
        margin-top: 1rem;
        font-size: 0.7rem;
        color: #fff;
    }

    .articledescription {
        color: white;
        font-family: 'Courier New', monospace;
        text-decoration: none;
        font-size: 2.0vw;
    }

    .carousel-container {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        margin: 0;
        padding: 10px;
    }

    .review-card {
        min-width: 90%;
        flex: 0 0 90%;
        height: fit-content;
        min-height: min-content;
        margin: 0;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        padding: 10px;
    }

    .carouselarticlepic {
        width: 95%;
        height: 275px;
        object-fit: cover;
        float: left;
        margin: 0 0 10px 0;
    }

    .reviews-carousel .articleheading,
    .interviews-carousel .articleheading {
        font-size: 4.5vw;
    }

    .reviews-carousel .articledesc,
    .interviews-carousel .articledesc {
        font-size: 3.375vw;
    }

    .reviews-carousel .author,
    .interviews-carousel .author {
        font-size: 3.375vw;
    }

    .features-grid, .interviews-grid {
        grid-template-columns: 1fr;
    }

    figcaption {
        text-align: center;
        font-family: 'Courier New', monospace;
        font-size: 3vw;
    }

    iframe {
        width: 100%; /* Set the width to 100% to ensure it fits within the smaller screen sizes */
      }

    section h2 {
        font-size: 7vw;
    }

    .mainarticlepic {
        width: 95%;
        display: block;
        margin-right: auto;
        margin-left: 0;
    }

    .centerpic {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }

    .authorlink {
        color: white;
        font-family: 'Courier New', monospace;
        font-size: 3vw;
    }


    .articleheading {
        font-size: 6vw;
        clear:left;
    }

    .typeheading {
        color: white;
        font-family: 'Courier New', monospace;
        font-size: 4.5vw;
    }

    .author {
        font-size: 3.0vw;
        clear: left;
    }

    .articledescription {
        font-size: 4.5vw;
        clear: left;
    }

    .thejuice {
        color: white;
        clear: left;
        font-size: 4.5vw;
    }

    .piccred {
        font-size: 3.0vw;
    }

    .topnav {
        color: white;
        text-decoration: wavy underline;
        font-family: 'Courier New', monospace;
        font-size: 3vw;
    }

    .date {
        font-size:3vw;
        clear: left;
    }

    .articlepic {
        width: 95%;
        display: block;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .maincaption {
        text-align: left; 
        font-size: 3vw;
    }

}
@media (min-width: 768px) {
    .mobile-divider {
        display: none;
    }
}

.content.clearfix {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    min-height: 400px;
    overflow: hidden;
}