/*  VARIABLES */

:root {

    --primaryGreen: #61b061; /*#4dc46a*/
    --secondaryGreen: #498649;
    --bgColor: #1a1e23;
    --textColor: #c5c5c5;
    --shadowColor: #97a5bb73;
    --bgCommentColor: #313841;
    --textCommentColor: #95a1a6;
    --imprBG: #141414;
    --primaryDark: #1f1f21;
    --primaryRed: #ff4e4e;
    --secondaryRed: #be3b3b;
    --normalText: #ffffff;
}

[data-theme="light"] {
    --primaryGreen: #60b060; /*#4dc46a*/
    --secondaryGreen: #498649;
    --bgColor: white;
    --textColor: black;
    --shadowColor: #00000040;
    --bgCommentColor: #dadeec;
    --textCommentColor: #494f52;
    --primaryRed: #ff4e4e;
    --secondaryRed: #be3b3b;
    --imprBG: #F4F4F4;
}

@font-face {
    font-family: 'Commons';
    src: url('/fonts/ChunkFive-Regular.eot?') format('eot'), url('/fonts/ChunkFive-Regular.woff') format('woff');
    font-weight: normal;
    unicode-range: U+000-5FF;
}

/* GENERAL */

body, html {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #c5c5c5;
    color: var(--textColor);
    background-color: #1a1e23;
    background-color: var(--bgColor);
    text-align: left;
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: 100%;

    /*height: auto !important; /* real browsers */
    height: 100%; /* IE6: treated as min-height*/
    top: 0px;

}

img {
    max-width: 100%;
}

h1 {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-family: 'Commons';
}

h2 {
    width: 100%;
    font-family: 'Quicksand';
    text-align: center;
    font-size: clamp(1rem, 5vw, 1.8em);
    font-weight: 500;
}

h3 {
    font-size: 1.3em;
    color: #bbbbbb;
    color: var(--greyColor);
    font-weight: bold;
    margin-top: 50px;
}

h4 {
    font-size: 1.1em;
    color: #bbbbbb;
    color: var(--greyColor);
    font-weight: bold;
    margin-top: 30px;
    padding-left: 30px;
}

p {
    line-height: 1.3em;
    font-size: 1.3em;
}

b {
    font-weight: 500;
}

.tint {
    color: #60b060;
    color: var(--primaryGreen);
}

.gimmePointer {
    cursor: pointer;
}

.fullH{
    height: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index:10;
}

.whiteFont {
    color:white !important;
}

.indent {
    padding-left: 30px;
}

/* LINKS */
a:link, a:visited {
    color: #60b060;
    color: var(--primaryGreen);
    text-decoration: none;
    font-weight: 500;
}
a:hover, a:active {
    color: #037a24;
    color: var(--secondaryGreen);
}

a.menu:link, a.menu:visited {
    color: #60b060;
    color: var(--primaryGreen);
    text-decoration: none;
    padding: 3px 8px 3px 8px;
    border-radius: 3px;
    font-family: 'Commons';
    font-size: 1.9em;
    position: relative;
    line-height: 1.5em;
}
a.menu:hover, a.menu:active {
    color: white ;
    background-color: #60b060;
    background-color: var(--primaryGreen);
    /** color: #96ff96;
    text-shadow: 0em 0em 0.5em var(--primaryGreen);
    -webkit-transition: text-shadow 1s linear;
    -moz-transition: text-shadow 1s linear;
    -ms-transition: text-shadow 1s linear;
    -o-transition: text-shadow 1s linear;
    transition: text-shadow 1s linear;
    transition: color 300ms linear;**/
}

a.listen:link, a.listen:visited {
    color: #60b060;
    color: var(--primaryGreen);
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    font-family: 'Commons';
    font-size: 1.4em;
    background-color: white;
}
a.listen:hover, a.listen:active {
    color: white ;
    background-color: #60b060;
    background-color: var(--primaryGreen);
}

a.newListen:link, a.newListen:visited {
    color: #60b060;
    color: var(--primaryGreen);
    text-decoration: none;
    padding: 8px 15px 5px 15px;
    border-radius: 3px;
    font-family: 'Commons';
    font-size: 1.4em;
    background-color: white;
    display: block;
    margin: auto;
    width: 205px;
}
a.newListen:hover, a.newListen:active {
    color: white ;
    background-color: #60b060;
    background-color: var(--primaryGreen);
}

a.white:link, a.white:visited {
    color: white;
    text-decoration: underline;
    font-size: clamp(1rem, 2vw, 1.4rem);
    line-height: clamp(1.4rem, 3vw, 2rem);
}
a.white:hover, a.white:active {
    background-color: var(--secondaryGreen);
}

.patreon:hover {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(61deg) brightness(97%) contrast(106%);
}

.featuredImg {
    max-width:clamp(250px, 35vw, 500px);
    display: block;
}

.comment {
    background-color: #313841;
    background-color: var(--bgCommentColor);
    color: #95a1a6;
    color: var(--textCommentColor);
    line-height: 1.2em;
    -webkit-box-shadow: inset 10px -200px 210px -182px var(--shadowColor);
    -moz-box-shadow: inset 10px -200px 210px -182px var(--shadowColor);
    box-shadow: inset 10px -200px 210px -182px var(--shadowColor);
    padding-bottom: 85px !important;
    height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes commentFontSize {
    0% {
        font-size: 0.8rem;
    }
    100% {
        font-size: 1.25rem;
    }
}

.bottomButton {
    position: absolute;
    bottom: 50px;
    left: calc(50% - 102px);
}

.bulb {
    color: #60b060;
    color: var(--primaryGreen);
    cursor: pointer;
    position:relative;
    top: 5px;
}

.imprHeaderA {
    font-size: 1.3em;
    font-weight: 500;
}

.imprHeaderB {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
}

.imprText {
    font-size: 0.8em;
    line-height: 1.1em;
    margin-left: 20px;

}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.ctaBox {
    background-color: var(--primaryGreen);
    border-radius: 10px;
    color: white;
    padding: 15px 30px 25px  30px;
}

.seriesItem {
    padding: 10px;
}

.seriesItem img {
    max-width: 250px;
}

.slick-dots {
    white-space: nowrap;
}

.slick-dots li {
    margin: 0;
}

img.logoIcon {
    border-radius: 4px;
    width: 110px;
}

.bookCover {
    max-height: 500px;
    position: relative;
    left: 50px;
    margin-bottom: 30px;
}

/* ADMIN PAGE */
.adminH1 {
    font-size: 1.3rem;
    padding-top: 7px !important;
}

.adminMenuBox {

}

.adminMenu {
    font-size: 1.5rem;
    color: var(--primaryGreen);
    cursor: pointer;
}
.adminMenu:hover {
    color: var(--secondaryGreen);
}

.borderRow {
    border-bottom: 1px solid var(--textColor);
    padding-bottom: 5px;
}

.modal-content {
    background-color: #2f3640;
}

/* BOOTSTRAP */
.btn-success {
    background-color: var(--primaryGreen);
    border-color: var(--primaryGreen);
}

.btn-success:hover {
    background-color: var(--secondaryGreen);
    border-color: var(--secondaryGreen);
}

.btn-danger {
    background-color: var(--primaryRed);
    border-color: var(--primaryRed);
}

.btn-danger:hover {
    background-color: var(--secondaryRed);
    border-color: var(--secondaryRed);
}

.tGreen {
    color: var(--primaryGreen) !important;
}

.tRed {
    color: var(--secondaryRed);
}

.toastRed {
    background: var(--primaryRed);
}

th i {
    font-size: 1.5rem;
    vertical-align: bottom;
    display: inline-block;
}

th {
    font-weight: 400;
}

/* Timecode Tool */

.graphContainer {
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #0c0e10;
    position: relative;
}

.projectBG {
    width: 100%;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #10672b;
}

#tracksGfx {
    position: relative;
    width: 100%;
    height: 100%;
}

.track {
    height: 12px;
    position: absolute;
    bottom: 0;
    background-color: #c2ff00;
}

.split {
    background-color: white;
    width: 2px;
    position: absolute;
    height: 60px;
}

.splitNameDisplay {
    white-space: nowrap;
    font-size: 0.8em;
    margin-left: 5px;
    position: relative;
    top: 2px;
    background-color: #0c0e10;
    width: 900px;
}

#splitsGfx {
    position: absolute;
    top: 0;
    width: 100%;
}

#pStartDisplay {
    position: absolute;
    bottom: 3px;
    left: 7px;
}

#pEndDisplay {
    position: absolute;
    bottom: 3px;
    right: 7px;
}

.lowerInfo {
    position:relative;
    width: 100%;
    height: 30px;
}

.higherInfo {
    position: relative;
    height: 60px;
}

#pNameDisplay {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2rem;
}

.listBox {
    max-height: 250px;
    min-height: 150px;
    overflow-y: scroll;
}

.tc {
    font-family: "Lucida Console";
}

.tableText {
    white-space: nowrap;
    overflow: hidden;
    max-width: 340px;
    text-overflow: ellipsis;
}

/* MOBILE */

@media screen and (max-width: 1200px) {
    .comment {

    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    #bannerImg {
        padding: 15px;
    }

    p {
        font-size: 1.1rem;
        text-align: justify;
    }

    .ctaBox {
        margin: auto;
    }

    .featuredImg {
        max-width: 100%;
    }
    .comment {
        max-width: 100%;
    }
    a.menu {
        font-size: 1.3em;
    }

    h1 {
        font-size: 1.2em;
    }

    .bulb {
        top:10px;
    }

    /*.smallImages {
        max-width: 150px;
    }*/

}

@media screen and (max-width: 1024px) {

    .bulb {
        top:10px;
    }
}