/* NORMALIZE ******************************************************************************************************************************************************************************/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/*h1 {
    font-size: 2em;
    margin: 0.67em 0;
}*/

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* UNUSED MEDIA QUERY *****************************************************************************************************************************************************************************************/


/*
@media (min-width:1401px) {
}
*/


/* UNIVERSAL RULES ******************************************************************************************************************************************************************************/

* {
    box-sizing: border-box;
}

:root {
    --d3-lightgrey: #8A8A8A;
    --d3-grey: #525252;
    --d3-black: #0d0d0d;
    --d3-green: #008349;
    --d3-white: #f0eee1;
    --d3-ash_grey: #292929;
    --heading-font-family: 'Beatnik SF', sans-serif;
    --sub-heading-font-family: 'Oswald', sans-serif;
    --heading-font-color: #f0eee1;
    --primary-website-color: #008349;
    --secondary-website-color: #008349;
    --h1-font-size: 9rem;
    --h3-font-size: 3rem;
}


/* BROWSER DEFAULT, USUALLY 16PX=1REM */

html {
    font-size: 1rem;
    scroll-behavior: smooth;
}

body {
    background: url('../img/empty.jpg') no-repeat bottom;
    background-attachment: fixed;
    background-color: #525252;
}

.uvp_container {
    width: 70%;
    max-width: 70%;
    margin: 3rem auto;
}

.wrapper {
    min-height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

@font-face {
    font-family: 'Beatnik SF';
    /*
    font-display: auto;
    src: local('sans-serif'), url('../fonts/Beatnik SF.ttf') format('TrueType');
*/
    /* Loads san-serif 1st and puts back loading the desired font with a delay */
    src: url('../fonts/Beatnik SF.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nintender (WIP)';
    /*
    font-display: auto;
    src: local('sans-serif'), url('../fonts/Beatnik SF.ttf') format('TrueType');
*/
    /* Loads san-serif 1st and puts back loading the desired font with a delay */
    src: url('../fonts/Nintender (WIP).ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    /*
    font-display: auto;
    src: local('sans-serif'), url('../fonts/Beatnik SF.ttf') format('TrueType');
*/
    /* Loads san-serif 1st and puts back loading the desired font with a delay */
    src: url('../fonts/BebasNeue-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* FONTS - THESE DEFAULT SETTINGS ARE OVERIDDEN WITHIN SPECIFIC GRID CONTAINERS BY THEIR OWN UNIQUE FONT STYLINGS */

a {
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

a:visited {}

a:hover {}

a:active {}


/*** COOKIES_BANNER *********************************************************************************************************************************************************************************/

.cp-cookies {
    position: fixed;
    z-index: 9999;
    right: 0;
    left: 0;
    height: 50%;
    width: 100%;
    transition: all .4s ease;
    background: #f0eee1;
}

.cp-cookies_logo {
    height: 25rem;
    margin: 0;
    margin-right: -50%;
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%)
}

.cp-cookies h1 {
    font-family: 'Nintender (WIP)', sans-serif;
    font-size: 12rem;
    color: #0d0d0d;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    margin-right: -50%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cp-cookies p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #0d0d0d;
    font-weight: 250;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 2.5rem 0 0 0;
    margin-right: -50%;
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}


.cp-cookies.top {
    top: 0;
    animation-name: cpcookiestop;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes cpcookiestop {
    0% {
        top: -50%;
    }
    100% {
        top: 0;
    }
}

.cp-cookies.bottom {
    bottom: 0;
    animation-name: cpcookiesbottom;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes cpcookiesbottom {
    0% {
        bottom: -50%;
    }
    100% {
        bottom: 0;
    }
}

#cp-cookies-close {
    display: none;
}

#cp-cookies-close:checked~#cp-cookies,
#cp-cookies-close:checked+.cp-cookies-close {
    top: -50%;
}

.cp-cookies-close {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #f0eee1;
    font-weight: normal;
    position: fixed;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    /*            */
    z-index: 10000;
    right: 10px;
    padding: 10px 15px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    background: #0d0d0d;
    border-radius: 5px;
    transition-duration: 0.4s;
}

.cp-cookies-close.top {
    top: 10px;
    animation-name: cpcookiesclosetop;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes cpcookiesclosetop {
    0% {
        top: -50%;
    }
    100% {
        top: 10px;
    }
}

.cp-cookies-close.bottom {
    bottom: 10px;
    animation-name: cpcookiesclosebottom;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes cpcookiesclosebottom {
    0% {
        bottom: -50%;
    }
    100% {
        bottom: 10px;
    }
}

.cp-cookies-close:hover {
    text-decoration: none;
    color: #f0eee1;
    background: red;
    transition-duration: .4s;
}

.cp-cookies-message {
    max-width: 50rem;
    margin: 0 auto;
}

.cp-cookies-message strong {
    color: red;
    font-weight: 800;
}

.cp-cookies-message-link {
    color: red;
}


/*** INTRO_GRID **************************************************************************************************************************************************************************/

.intro_grid {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 100%;
    /* If you use 1%-99% max-width you can use (margin: auto;) to center the grid container. */
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "the_intro_section";
    /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
}

.intro_section {
    grid-area: the_intro_section;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    /* This sets it as a flex item */
    justify-content: center;
    align-self: center;
    flex-direction: column;
    margin: 0rem auto;
    background-color: #1f2f2f;
}

.intro_section img {
    width: 100%;
    margin: 3rem auto 0rem;
    display: inline-block;
}

.intro_section h1 {
    font-family: 'Beatnik SF', sans-serif;
    font-size: 9rem;
    color: #008349;
    font-weight: normal;
    line-height: 1;
    margin: 2.5rem auto 1rem;
}

.intro_section P {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.6;
    font-family: 'Oswald', sans-serif;
    color: #F0F0F0;
    letter-spacing: 0.1rem;
    font-weight: 200;
    padding: 0rem 0rem;
    margin: 1rem auto;
    width: 60%;
}

.d3btn {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #1f2f2f;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #008349;
    margin: 1rem auto 2.5rem;
    cursor: pointer;
    border: solid 0px #008349;
    text-decoration: none;
    text-transform: uppercase;
    /* TRANSITION */
    transition: background-color 0.4s ease, transform 1s ease;
}

.d3btn:hover {
    background-color: #F0F0F0;
    transform: scale(0.9);
}

.d3btn:focus {
    outline: none;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #f1f1f1;
    width: 100%;
    padding: 1.5rem;
}


/* Contains the srcset image */

picture {
    color: white;
    text-align: center;
}


/*** GRID_HEADER **************************************************************************************************************************************************************************/

.d3_header_logo {
    width: 170px;
    height: 170px;
    margin-left: 0.75rem;
}

.d3_release_header_logo {
    width: 170px;
    height: 170px;
    margin-left: 1rem;
    border: solid 5px #f0f0f0;
}

.grid_header {
    background: #1f2f2f;
    width: 100%;
    max-width: 100%;
    /* If you use 1%-99% max-width you can use (margin: auto;) to center the grid container. */
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: 200px;
    grid-gap: 1rem;
    grid-template-areas: "header header2 .";
    /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
}

.grid_header_release {
    /* background-color: var(--primary-website-color); */
    background: var(--tertiary-website-color);
    /*linear-gradient(to right, rgba(153,153,153,1), rgba(255,0,0,0));*/
    /* background-color: rgba(0, 0, 0, 0.8); */
    /* rgba(0, 0, 0, 0.5) */
    /* This is the background color of the grid container, it can also be transparent */
    /* 50% transparent */
    width: 100%;
    max-width: 100%;
    /* If you use 1%-99% max-width you can use (margin: auto;) to center the grid container. */
    display: grid;
    /* This sets it as a grid container */
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: 200px;
    grid-gap: 1rem;
    grid-template-areas: "header header2 .";
    /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
}

.grid_header h1 {
    color: #f0eee1;
    font-size: 4vw;
    font-family: var(--heading-font-family);
    font-weight: normal;
    line-height: 1;
}

.grid_header_release h1 {
    color: #00D400;
    font-size: 4vw;
    font-family: var(--heading-font-family);
    font-weight: normal;
    line-height: 1;
}

.header_section {
    grid-area: header;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    /* This sets it as a flex item */
    justify-content: flex-start;
    align-self: center;
}

.header_release_section {
    grid-area: header;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    /* This sets it as a flex item */
    justify-content: flex-start;
    align-self: center;
}

.header_section2 {
    grid-area: header2;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    /* This sets it as a flex item */
    justify-content: center;
    /* This places an object in the flex item either left, center or right */
    align-self: center;
    /* This places an object in the flex item either Top, center, Bottom or strectched to fit top to bottom */
}

.header_release_section2 {
    grid-area: header2;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    /* This sets it as a flex item */
    justify-content: center;
    /* This places an object in the flex item either left, center or right */
    align-self: center;
    /* This places an object in the flex item either Top, center, Bottom or strectched to fit top to bottom */
}


/*** MAIN_NAVBAR *******************************************************************************************************************************************************************************/

nav {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.0);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 9;
}

.topnav {
    background-color: #00513a;
    overflow: hidden;
    height: 60px;
    z-index: 9;
}

.topnav a {
    float: left;
    color: var(--secondary-website-color);
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 0.9rem 0.5rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 auto;
    letter-spacing: 0.1rem;
    z-index: 9;
    transition: 0.4s;
    border-bottom: 5px solid transparent;
}

.topnav a:hover {
    color: #f0eee1;
    z-index: 9;
    border-bottom: 5px solid #f0eee1;
}

.topnav a:active {
    color: #f0eee1;
    z-index: 9;
    border-bottom: 3px solid #f0eee1;
}

.topnav a.active {
    background-color: #008349;
    color: #f0eee1;
    height: 100%;
    font-weight: 400;
    z-index: 9;
}

.topnav-right {
    float: right;
}

.topnav-centered a {
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topnav-centered img {
    width: 120px;
    height: 120px;
    float: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    margin-top: 1rem;
}


/* The progress container (grey background) */

.progress-container {
    width: 100%;
    height: 0.5rem;
    background: #008349;
}


/* The progress bar (scroll indicator) */

.progress-bar {
    height: 0.5rem;
    background: #f0eee1;
    width: 0%;
}


/** R_CENTER_LOGO ******************************************************************************************************************************************************************************/

@media (max-width:1696px) {
    .topnav-centered {
        display: none;
    }
}


/*** NAVBAR_DROPDOWN *******************************************************************************************************************************************************************************/

.navbar_dropdown {
    float: left;
    overflow: hidden;
}

.navbar_dropdown .navbar_dropbtn {
    font-size: 2rem;
    border: none;
    outline: none;
    color: var(--secondary-website-color);
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 0.9rem 0.5rem 2.5rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    margin: 0 auto;
    letter-spacing: 0.1rem;
    z-index: 9;
    transition: 0.4s;
    background-color: #1f2f2f;
    height: 60px;
}

.navbar_dropdown i {
    color: var(--secondary-website-color);
}


/* Main navbar dropdown link on hover */

.navbar_dropdown:hover .navbar_dropbtn {
    background-color: #f0eee1;
    color: #1f2f2f;
    font-weight: 200;
    letter-spacing: 0.1rem;
    transition: 0.4s;
}


/* Dropdown content (hidden by default) */

.navbar_dropdown-content {
    display: none;
    position: absolute;
    background-color: #1f2f2f;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    z-index: 9;
    margin-top: 0rem;
}


/* Links inside the dropdown */

.navbar_dropdown-content a {
    float: none;
    color: #008349;
    padding: 1rem 1rem;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.1rem;
    border-bottom: 4px solid transparent;
}


/* Add a grey background color to dropdown links on hover */

.navbar_dropdown-content a:hover {
    color: #f0eee1;
    border-bottom: 4px solid #f0eee1;
}


/* Show the dropdown menu on hover */

.navbar_dropdown:hover .navbar_dropdown-content {
    display: block;
}


/*** SUB_NAVBAR ************************************************************************************************************************************************************************/

.subnav {
    float: left;
    overflow: hidden;
}

.subnav a {
    float: left;
    overflow: hidden;
}

.subnav i {
    color: var(--secondary-website-color);
}


/* Subnav button */

.subnav .subnavbtn {
    font-size: 2rem;
    border: none;
    outline: none;
    color: var(--secondary-website-color);
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 0.9rem 0.5rem 2.5rem;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 200;
    margin: 0 auto;
    letter-spacing: 0.1rem;
    z-index: 9;
    transition: 0.4s;
    background-color: #0d0d0d;
    height: 60px;
}


/* Main navbar subnav link on hover */

.navbar a:hover,
.subnav:hover .subnavbtn {
    background-color: #0d0d0d;
    color: #f0f0f0;
    font-weight: 200;
    letter-spacing: 0.1rem;
}


/* Style the subnav content - positioned absolute */

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #292929;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}


/* Style the subnav links */

.subnav-content a {
    float: left;
    color: var(--secondary-website-color);
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.1rem;
    margin: 0 0.5rem;
    border-bottom: 4px solid transparent;
}


/* Add a grey background color on hover */

.subnav-content a:hover {
    color: #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
}


/* When you move the mouse over the subnav container, open the subnav content */

.subnav:hover .subnav-content {
    display: block;
}


/*** HEADER_NAVBAR_BUTTON ***************************************************************************************************************************************************************/

.button {
    display: block;
    background-color: rgba(0, 0, 0, 0.0);
    border: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    outline: none;
    margin-right: 0.3rem;
}

.burger {
    display: block;
    width: 2.188rem;
    height: 5px;
    background-color: var(--secondary-website-color);
    margin: 6px auto;
}


/*** SEARCH_BAR            **********************************************************************************************************************************************/

.search_bar {
    background: #0d0d0d;
    width: 100%;
    max-width: 100%;
    /* If you use 1%-99% max-width you can use (margin: auto;) to center the grid container. */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 0rem;
    grid-template-areas: "search_bar_box";
    /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
    margin: 0 auto;
}

.search_bar_box {
    grid-area: search_bar_box;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    /* This sets it as a flex item */
    justify-content: center;
    align-self: center;
}


/* search is the class for the table that contains search results produced after a search */

.right {
    float: right;
    margin-right: 0.5rem;
}

.left_search {
    margin-left: 0.5rem;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.center {
    margin: auto auto;
}

.red {
    color: red;
}

p {
    margin-bottom: 0.5rem;
}

.required {
    border: 10px solid red;
}

.error {
    background-color: #eee;
    color: #000;
    border: 1px solid red;
    padding: 8px;
}

.success {
    background-color: #eee;
    color: #000;
    border: 1px solid #0d0d0d;
    padding: 8px;
}

.search {
    padding: 1rem 1rem;
    background-color: #8A8A8A;
}

.search td {
    padding: 0;
}

hr {
    border: 3px solid #010A1A;
    margin: 2rem 0px 0.5rem;
}

.table_title a {
    color: #010A1A;
    text-decoration: underline;
}

.table_url a {
    color: #010A1A;
    font-weight: 200;
    font-style: italic;
    font-size: 0.9rem;
}

.search p {
    color: #f0f0f0;
    margin: 0 auto;
    font-size: 0.9rem;
}


/* searchbar input, button and form */

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f0f0f0;
    margin-top: 0.5rem;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #008349;
    color: #f0eee1;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    margin-top: 0.5rem;
}

form.example button:hover {
    background: #f0eee1;
    color: #008349;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

.masterslider_fuck_off {
    display: none;
}


/*** FIXED_SOCIAL_BAR ***********************************************************************************************************************************************************************/

.icon-bar {
    position: fixed;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}


/* Style the icon bar links */

.icon-bar a {
    display: block;
    text-align: center;
    padding: 1rem;
    transition: all 0.4s;
    color: #f0eee1;
    font-size: 2rem;
    width: 5rem;
    border-radius: 0 0px 0px 0;
}


/* Style the social media icons with color, if you want */

.icon-bar a:hover {
    color: #008349;
    width: 8rem;
    background-color: #f0eee1;
}

.facebook {
    background: #3B5998;
    color: #f0eee1;
}

.twitter {
    background: #007bb5;
    color: #f0eee1;
}

.instagram {
    background: #cc0066;
    color: #f0eee1;
}

.youtube {
    background: red;
    color: #f0eee1;
}

.spotify {
    background: #00cc00;
    color: #f0eee1;
}

.apple {
    background: #808080;
    color: #f0eee1;
}

.google-plus {
    background: red;
    color: #f0eee1;
}


/*** OFF_CANVAS_MENU ***********************************************************************************************************************************************************************/


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #1f2f2f;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 3.75rem;
    /* Place content 60px from the top */
    transition: 0.4s;
    /* 0.5 second transition effect to slide in the sidenav */
    white-space: nowrap;
    /* This command is making sure the links and text do not wrap onto new lines when side meni opens and closes */
    box-shadow: inset 5px 0px 0px 0px var(--secondary-website-color);
    ;
}


/* The navigation menu links */

.sidenav a {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    text-decoration: none;
    font-size: 1.5rem;
    color: #f0eee1;
    display: block;
    transition: 0.3s;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: var(--secondary-website-color);
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 1.5rem;
    font-size: 2rem;
    margin-left: 3.125rem;
    color: red;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#canvas_push {
    transition: margin-left .5s;
    padding: 0px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 1rem;
    }
    .sidenav a {
        font-size: 0.7rem;
    }
}

.menu_icon {
    color: var(--secondary-website-color);
}


/* DROPDOWN IN SIDENAV */


/* Style the sidenav links and the dropdown button */

.dropdown-btn {
    padding: 0.5rem 0.5rem 0.7rem 2rem;
    text-decoration: none;
    font-size: 1.5rem;
    color: #f0eee1;
    font-weight: 200;
    font-family: 'Oswald', sans-serif;
    display: block;
    border: none;
    background: #292929;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    transition: all .4s ease;
}


/* On mouse-over */

.dropdown-btn:hover {
    color: var(--secondary-website-color);
}


/* Add an active class to the active dropdown button */

.dropdown_active {
    background-color: #00513a;
    color: #f0eee1;
    border: none;
}

.dropdown_active:after {
    background-color: red;
    color: #f0f0f0;
}


/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
    display: none;
    background-color: #292929;
    padding-left: 2rem;
    border: none;
    border-left: 5px solid var(--secondary-website-color);
    ;
}

button.dropdown-btn.active {
    background-color: #f0eee1;
    color: var(--secondary-website-color);
}


/* PHP DROPDOWN SQL QUERY FORM ***************************************************************************/

.collection_dropdown_list {
    color: black;
    font-weight: bold;
    width: 40%;
    padding: 16px 20px;
    border: none;
    margin: 1rem auto;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

input[type=submit] {}

.nft_access_btn {
    background-color: #00D400;
    border: none;
    font-weight: bold;
    width: 40%;
    color: #0d0d0d;
    padding: 16px 32px;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.4s ease, transform 1s ease;
}

.nft_access_btn:hover {
    background-color: green;
    color: #f0f0f0;
    transition: background-color 0.4s ease, transform 1s ease;
    cursor: pointer;
}

.dropdown_form {
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% transparent */
    padding: 0 1rem 1rem;
    width: 40%;
    /* the width of the grid-container */
    max-width: 40%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "dropdown_form_middle";
    margin: 1rem auto;
}

.dropdown_form_middle {
    grid-area: dropdown_form_middle;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
}


/*** GRID_1 **************************************************************************************************************************************************************************************/

.d3_grid_1 {
    /* background-color: rgba(0, 0, 0, 0.5); */
    /*            background: linear-gradient(to right, rgba(153, 153, 153, 1), rgba(255, 0, 0, 0));*/
    background: #1f2f2f;
    /* 50% transparent */
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "d3_grid_1_center";
    margin: 3rem auto;
}

.d3_grid_1_center {
    grid-area: d3_grid_1_center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
}

.home_youtube_grid {
    margin-top: 2.5rem;
}


/*** DB_INFO_LOADER_GRID **************************************************************************************************************************************************************************************/

.db_info_loader_grid {
    background-color: #1f2f2f;
    /*            background: linear-gradient(to right, rgba(153, 153, 153, 1), rgba(255, 0, 0, 0));*/
    /* 50% transparent */
    padding: 1rem 1rem orem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "db_info_loader_grid_center";
    margin: 3rem auto 0.5rem;
}

.db_info_loader_grid_center {
    grid-area: db_info_loader_grid_center;
    background-color: #0d0d0d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: left;
    margin: 0.5rem;
    padding: 1rem;
}

.db_info_loader_grid_center h3 {
    color: #008349;
    text-decoration: underline;
    text-align: left;
}

.db_info_loader_grid p {
    color: #f0eee1;
    margin-bottom: 2rem auto 1rem;
}

#postList {
    margin-bottom: 20px;
}

.list-item {
    background-color: #0d0d0d;
    width: 96%;
    margin: 0.5rem auto;
    padding: 2px;
    font-size: 14px;
    line-height: 1.5;
    height: auto;
    text-align: left;
}

.list-item p {
    color: #f0eee1;
    margin-left: 1rem;
}

.list-item a {
    color: pink;
    font-weight: bold;
    margin-left: 1rem;
}

.list-item h3 {
    color: #008349;
    margin-left: 1rem;
    text-decoration: underline;
}

.load-more {
    margin: 15px 25px;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.news_title {
    font-family: 'Oswald', sans-serif;
    color: #f0eee1;
    text-decoration: underline;
    text-align: center;
}

.show_more_main {
    margin: 15px 25px;
}

.show_more {
    background-color: #008349;
    border: 1px solid;
    border-color: #1f2f2f;
    color: #1f2f2f;
    font-size: 1rem;
    font-weight: bold;
    outline: 0;
    border-radius: 4px;
    transition: background-color 0.4s ease, transform 1s ease;
}

.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.show_more:hover {
    background-color: #f0eee1;
}

.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight: bold;
}

.loding_txt {
    background-image: url(loading.gif);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}


/*** GRID_2 ***************************************************************************************************************************************************************************/

.d3_grid_2 {
    background: #8A8A8A;
    padding: 1rem;
    width: 60%;
    max-width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "rgrid_2_left rgrid_2_middle rgrid_2_right";
    margin: 0.5rem auto 3rem;
}

.d3_grid_2 img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

.d3_grid_2_left {
    background-color: #0d0d0d;
    grid-area: rgrid_2_left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
}

.d3_grid_2_middle {
    background-color: #0d0d0d;
    grid-area: rgrid_2_middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
}

.d3_grid_2_right {
    background-color: #0d0d0d;
    grid-area: rgrid_2_right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
}

.box_image {
    margin: 1rem;
    width: 91%;
    height: 91%;
}

.box_zoom {
    transition: transform 0.4s;
}

.box_zoom:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    background: #f0f0f0;
}

.smallvidz {
    background-color: #0d0d0d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}


/* Style the icon bar links */

.smallvidz a {
    transition: all 0.4s ease;
}

.smallvidz img {
    border-radius: 0%;
}

.d3_grid_2 h3 {
    color: var(--primary-website-color);
    font-size: 2.5rem;
    font-family: var(--sub-heading-font-family);
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.1;
}

.d3_grid_2 p {
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0f0f0;
    margin: 1rem 0;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 2px;
}

.smallvidz_card_icons {
    position: relative;
    margin: 1rem auto;
}

.smallvidz_card_icons a {
    position: relative;
    margin: 1rem auto;
    padding: 0.5em;
}


/* Style the social media icons with color, if you want */

.smallvidz_card_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: var(--primary-website-color);
}

.smallvidz_card_icons i {
    font-size: 1.5rem;
    margin: 0.25em auto 0;
}


/*** GRID_3 **********************************************************************************************************************************************************************************/

.d3_grid_3 {
    background: #8A8A8A;
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "d3_grid_3_left d3_grid_3_right";
    margin: 3rem auto;
}

.d3_grid_3_left {
    grid-area: d3_grid_3_left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0d0d0d;
}

.d3_grid_3_right {
    grid-area: d3_grid_3_right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    background-color: #0d0d0d;
}

.d3_grid_3_right p {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f9f9f9;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 1rem auto;
}

.d3_grid_3_right a {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f9f9f9;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 1rem auto;
}

.d3_grid_3 a:hover {
    color: var(--primary-website-color);
    font-weight: 200;
    transition: all 0.4s ease;
}

.d3_grid_3_right h3 {
    text-align: center;
    color: var(--primary-website-color);
    margin: 0rem 0 1rem;
    font-family: var(--sub-heading-font-family);
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}


/*** GRID_4 ****************************************************************************************************************************************************************************/

.d3_grid_4 {
    background: #8A8A8A;
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "d3_grid_4_left d3_grid_4_middle";
    margin: 0rem auto 3rem;
}

.d3_grid_4_left {
    grid-area: d3_grid_4_left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-start;
    background-color: #0d0d0d;
    width: 100%;
}

.d3_grid_4_middle {
    grid-area: d3_grid_4_middle;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-self: flex-start;
    text-align: center;
    background-color: #0d0d0d;
    width: 100%;
}

.d3_grid_4_left h3 {
    text-align: center;
    color: var(--primary-website-color);
    margin: 1rem 0 0.5rem;
    font-family: var(--sub-heading-font-family);
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.d3_grid_4_middle h3 {
    text-align: right;
    color: var(--primary-website-color);
    margin: 1rem 1rem 0.5rem 0;
    font-family: var(--sub-heading-font-family);
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.d3_grid_4 iframe {
    margin: 1rem auto 0;
}

.aspectRatio_container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.aspect-ratio-box-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ASPECT RATIO DIVS FOR PHOTOS */

.aspectRatio_container_2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.aspect-ratio-box-inside_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*** GRID_5 ***************************************************************************************************************************************************************************/

.d3_grid_5 {
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% transparent */
    padding: 0 1rem 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "d3_grid_5_left d3_grid_5_middle d3_grid_5_right";
    margin: 1rem auto;
}

.epk_version {
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% transparent */
    padding: 0 1rem 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "d3_grid_5_left d3_grid_5_middle d3_grid_5_right";
    margin: 2rem auto 1rem;
}

.d3_grid_5_left {
    grid-area: d3_grid_5_left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
}

.d3_grid_5_middle {
    grid-area: d3_grid_5_middle;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
}

.d3_grid_5_middle p {
    text-align: left;
}

.d3_grid_5_right {
    grid-area: d3_grid_5_right;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
}

.middle-pic2 {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

.release_1_icon {
    position: absolute;
    width: 80px;
    top: -30px;
    right: -30px;
    z-index: 1;
}

.release_1 h2 {
    color: red;
    margin: 0em;
}

.d3_grid_5 p {
    color: #f0f0f0;
    text-align: center;
    margin: 0.5rem auto 0;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.d3_grid_5 h3 {
    color: var(--primary-website-color);
    text-align: center;
    margin: 0.5em auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.release_container {
    position: relative;
    max-width: 800px;
    /* Maximum width */
    margin: 0 auto;
    /* Center it */
}

.release_container .release_content {
    position: absolute;
    /* Position the background text */
    bottom: 20%;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.7);
    /* Black background with 0.5 opacity */
    /* Grey text */
    width: 30%;
    /* Full width */
    padding: 20px;
    /* Some padding */
    text-align: center;
    transition: all 0.4s ease;
    color: #f0f0f0;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.release_container .release_content:hover {
    position: absolute;
    /* Position the background text */
    bottom: 20%;
    /* At the bottom. Use top:0 to append it to the top */
    /*            background: rgba(0, 0, 0, 0.7);*/
    background: #0d0d0d;
    /* Black background with 0.5 opacity */
    /* Grey text */
    width: 50%;
    /* Full width */
    padding: 20px;
    /* Some padding */
    text-align: center;
    transition: all 0.4s ease;
    color: var(--primary-website-color);
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}


/*** GRID_TOKEN ***************************************************************************************************************************************************************************/

.d3_grid_token {
    /* background-color: rgba(0, 0, 0, 0.5);
    50% transparent */
    background-color: #525252;
    padding: 0 1rem 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "d3_grid_token_left d3_grid_token_middle d3_grid_token_right";
    margin: 1.5rem auto;
}

.d3_grid_token_nft {
    width: 100%;
    /* the width of the grid-container */
    max-width: 100%;
    /* the maximum width the grid-container can become */
}

.d3_grid_token_left {
    grid-area: d3_grid_token_left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
}

.d3_grid_token_middle {
    grid-area: d3_grid_token_middle;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
}

.d3_grid_token_middle p {
    text-align: left;
}

.d3_grid_token_right {
    grid-area: d3_grid_token_right;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
}

.middle-pic2 {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

.release_1_icon {
    position: absolute;
    width: 80px;
    top: -30px;
    right: -30px;
    z-index: 1;
}

.release_1 h2 {
    color: red;
    margin: 0em;
}

.d3_grid_token p {
    color: #f0f0f0;
    text-align: center;
    margin: 0.5rem auto 0;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.d3_grid_token h3 {
    color: var(--primary-website-color);
    text-align: center;
    margin: 0.5em auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.token_container {
    position: relative;
    max-width: 800px;
    /* Maximum width */
    margin: 0 auto;
    /* Center it */
}

.token_container .release_content {
    position: absolute;
    /* Position the background text */
    bottom: 20%;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.7);
    /* Black background with 0.5 opacity */
    /* Grey text */
    width: 30%;
    /* Full width */
    padding: 20px;
    /* Some padding */
    text-align: center;
    transition: all 0.4s ease;
    color: #f0f0f0;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.token_container .release_content:hover {
    position: absolute;
    /* Position the background text */
    bottom: 20%;
    /* At the bottom. Use top:0 to append it to the top */
    /*            background: rgba(0, 0, 0, 0.7);*/
    background: #0d0d0d;
    /* Black background with 0.5 opacity */
    /* Grey text */
    width: 50%;
    /* Full width */
    padding: 20px;
    /* Some padding */
    text-align: center;
    transition: all 0.4s ease;
    color: var(--primary-website-color);
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}


/* Styles the lightbox, removes it from sight and adds the fade-in transition, the lightbox surrounds the image when in open condition */

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    /* background: rgba(0, 0, 0, .9); */
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    z-index: 998;
}


/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid #f0f0f0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: red;
    color: black;
    text-decoration: none;
    position: fixed;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.lightbox-target:target img {
    max-height: 100%;
    max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
    z-index: 999;
}


/*** GRID_6 ******************************************************************************************************************************************************************************/

.middle-pic2 {
    width: 100%;
}

.release_grid_6 {
    background-color: #0d0d0d;
    /* 50% transparent */
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    padding: 1rem;
    /*            max-width: 85%;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* 35rem 35rem */
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "release_grid_6_left release_grid_6_right";
    margin: 3rem auto;
}

.release_grid_6_right {
    grid-area: release_grid_6_right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
}

.release_grid_6_writing {
    margin: 1rem auto;
}

.release_grid_6_right p {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0f0f0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 1rem auto;
}

.release_grid_6_right h3 {
    text-align: center;
    color: #f0f0f0;
    margin: 1rem 0;
    font-family: var(--sub-heading-font-family);
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.release_grid_6 a {
    color: #f0f0f0;
    font-weight: bold;
}

.release_grid_6_left {
    grid-area: release_grid_6_left;
    background-color: var(--tertiary-website-color);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0;
}

.release_grid_6_left img {
    width: 90%;
    height: 90%;
    max-width: 100%;
    padding: 0.5rem;
}

.photo-container {}

.photo-container img {
    max-width: 100%;
    padding: 0.5rem;
}

.photo {
    position: relative;
    line-height: 0;
    margin: 1rem;
    overflow: hidden;
}

.slide .photo-overlay {
    opacity: 1;
    background-color: #ff3a00;
    transform: translatex(-100%);
}

.slide:hover .photo-overlay {
    transform: translatex(0);
}

.slide .photo-overlay,
.slide img {
    transition: transform .6s cubic-bezier(.56, -0.44, .31, 1.61);
}

.slide:hover img {
    transform: translatex(100%);
}

.photo-overlay {
    display: flex;
    /* For centering text inside .photo-overlay */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0d0d0d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .5s;
}

.photo-overlay:hover {
    opacity: 1;
}

.photo-overlay p {
    text-align: left;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    color: #0d0d0d;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 1rem auto 2rem;
}

.photo-overlay h3 {
    text-align: center;
    color: #0d0d0d;
    margin: 1rem 0;
    font-family: var(--sub-heading-font-family);
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.release_2_icon {
    position: absolute;
    width: 150px;
    top: 110px;
    right: -20px;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.9);
}


/*** GRID_10 ***************************************************************************************************************************************************************************/

.d3_grid_10 {
    background: #8A8A8A;
    /* 50% transparent */
    padding: 1rem 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "d3_grid_10_left d3_grid_10_right";
    margin: 0rem auto;
}

.d3_grid_10_section_one {
    margin-top: 0rem;
}

.d3_grid_10_section_three {
    margin-bottom: 0rem;
}

.d3_grid_10_left {
    grid-area: d3_grid_10_left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
}

.d3_grid_10_middle {
    grid-area: d3_grid_10_middle;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
}

.d3_grid_10_middle p {
    text-align: left;
}

.d3_grid_10_right {
    grid-area: d3_grid_10_right;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
}

.middle-pic2 {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

.release_1_icon {
    position: absolute;
    width: 80px;
    top: -30px;
    right: -30px;
    z-index: 1;
}

.release_1 h2 {
    color: red;
    margin: 0em;
}

.d3_grid_10 p {
    color: #0d0d0d;
    text-align: left;
    margin: 0.5rem 2rem 0;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}

.d3_grid_10 h3 {
    color: #f9f9f9;
    text-align: center;
    margin: 0.5em auto;
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    font-weight: normal;
}

.release_container {
    position: relative;
    max-width: 800px;
    /* Maximum width */
    margin: 0 auto;
    /* Center it */
}

.release_container .release_content {
    position: absolute;
    /* Position the background text */
    bottom: 20%;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.7);
    /* Black background with 0.5 opacity */
    /* Grey text */
    width: 50%;
    /* Full width */
    padding: 20px;
    /* Some padding */
    text-align: center;
    transition: all 0.4s ease;
    color: #f9f9f9;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    border-top: 3px solid #f9f9f9;
    border-right: 3px solid #f9f9f9;
    border-bottom: 3px solid #f9f9f9;
}

.release_container .release_content:hover {
    position: absolute;
    /* Position the background text */
    bottom: 20%;
    /* At the bottom. Use top:0 to append it to the top */
    /*            background: rgba(0, 0, 0, 0.7);*/
    background: #0d0d0d;
    /* Black background with 0.5 opacity */
    /* Grey text */
    width: 70%;
    /* Full width */
    padding: 20px;
    /* Some padding */
    text-align: center;
    transition: all 0.4s ease;
    color: var(--primary-website-color);
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}


/*** GRID_11 **********************************************************************************************************************************************************************************/

.grid_11 {
    background: #8A8A8A;
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "grid_11_left grid_11_right";
    margin: 3rem auto 1.5rem;
}

.grid_11_left {
    grid-area: grid_11_left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #0d0d0d;
}

.grid_11_right {
    grid-area: grid_11_right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    background-color: #f9f9f9;
}

.grid_11_right p {
    text-align: justify;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #0d0d0d;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 0rem auto;
}

.grid_11_right h3 {
    text-align: center;
    color: var(--primary-website-color);
    margin: 0rem 0 1rem;
    font-family: var(--sub-heading-font-family);
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.grid_11 a {
    color: #f9f9f9;
    font-weight: 800;
}

.grid_11_right a {
    color: #00D400;
    transition: color 0.3s;
}

.grid_11 a:hover {
    color: var(--primary-website-color);
    font-weight: 800;
}

.grid_11_right a:hover {
    color: #00D400;
}


/*** GRID_12 **********************************************************************************************************************************************************************************/

.grid_12 {
    background: #8A8A8A;
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "grid_12_left grid_12_right";
    margin: 3rem auto 3rem;
}

.grid_12_left {
    grid-area: grid_12_left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #0d0d0d;
}

.grid_12_right {
    grid-area: grid_12_right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    background-color: #f9f9f9;
}

.grid_12_right p {
    text-align: justify;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #0d0d0d;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 0rem auto;
}

.grid_12_right h3 {
    text-align: center;
    color: var(--primary-website-color);
    margin: 0rem 0 1rem;
    font-family: var(--sub-heading-font-family);
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.grid_12 a {
    color: #f9f9f9;
    font-weight: 800;
}

.grid_12_right a {
    color: #00D400;
    transition: color 0.3s;
}

.grid_12 a:hover {
    color: var(--primary-website-color);
    font-weight: 800;
}

.grid_12_right a:hover {
    color: #00D400;
}


/*** currency_grid ***************************************************************************************************************************************************************************/

.currency_grid {
    background-color: ;
    /* 50% transparent */
    padding: 0 1rem 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "currency_grid_left";
    margin: 0rem auto 2rem;
}

.section_one {
    margin-top: 3rem;
}

.section_three {
    margin-bottom: 3rem;
}

.currency_grid_left {
    grid-area: currency_grid_left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
}

.currency_grid__middle {
    grid-area: currency_grid_middle;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
}

.currency_grid_middle p {
    text-align: left;
}

.currency_grid_right {
    grid-area: currency_grid_right;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
}

.middle-pic2 {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

.release_1_icon {
    position: absolute;
    width: 80px;
    top: -30px;
    right: -30px;
    z-index: 1;
}

.release_1 h2 {
    color: red;
    margin: 0em;
}

.currency_grid p {
    color: #f0f0f0;
    text-align: center;
    margin: 0.5rem auto 0;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.currency_grid h3 {
    color: var(--primary-website-color);
    text-align: center;
    margin: 0.5em auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.currency_grid_release_container {
    position: relative;
    max-width: 800px;
    padding-right: 2rem;
    /* Maximum width */
    margin: 0 auto;
    /* Center it */
}

.currency_grid_release_container .currency_grid_release_content {
    position: absolute;
    /* Position the background text */
    bottom: 20%;
    /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.7);
    /* Black background with 0.5 opacity */
    /* Grey text */
    width: 30%;
    /* Full width */
    padding: 20px;
    /* Some padding */
    text-align: center;
    transition: all 0.4s ease;
    color: #f0f0f0;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    border-top: 3px solid #044DCC;
    border-right: 3px solid #044DCC;
    border-bottom: 3px solid #044DCC;
}

.currency_grid_release_container .currency_grid_release_content:hover {
    position: absolute;
    /* Position the background text */
    bottom: 20%;
    /* At the bottom. Use top:0 to append it to the top */
    /*            background: rgba(0, 0, 0, 0.7);*/
    background: #0d0d0d;
    /* Black background with 0.5 opacity */
    /* Grey text */
    width: 50%;
    /* Full width */
    padding: 20px;
    /* Some padding */
    text-align: center;
    transition: all 0.4s ease;
    color: var(--primary-website-color);
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}


/*** EPK_BANNER ******************************************************************************************************************************************************************************/

.middle-pic2 {
    width: 100%;
}

.epk_banner_container {
    background-color: #0d0d0d;
    /* 50% transparent */
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    padding: 1rem;
    /*            max-width: 85%;*/
    display: grid;
    grid-template-columns: 1fr;
    /* 35rem 35rem */
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "epk_banner";
    margin: 0rem auto 3rem;
}


/*** RELEASE_BIO **********************************************************************************************************************************************************************************/

.release_bio {
    background: #0d0d0d;
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "release_bio_left release_bio_right";
    margin: 0rem auto 3rem;
}

.ad_vids {
    background-color: transparent !important;
    outline: none;
}

.release_bio_left {
    grid-area: release_bio_left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0d0d0d;
}

.release_bio_right {
    grid-area: release_bio_right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    background-color: #0d0d0d;
}

.release_bio_right p {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f9f9f9;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 1rem auto;
}

.release_bio_right h3 {
    text-align: center;
    color: #f9f9f9;
    margin: 0rem 0 1rem;
    font-family: var(--sub-heading-font-family);
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.release_bio a {
    color: #f0f0f0;
    font-weight: 800;
}

.release_bio_right a {
    color: #0461FF;
    transition: color 0.3s;
}

.release_bio a:hover {
    color: var(--primary-website-color);
    font-weight: 800;
}


/*** ARTIST_BIO **********************************************************************************************************************************************************************************/

.artist_bio {
    background: #0d0d0d;
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "artist_bio_left artist_bio_right";
    margin: 0rem auto 3rem;
}

.artist_bio_left {
    grid-area: artist_bio_left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0d0d0d;
}

.artist_bio_right {
    grid-area: artist_bio_right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    background-color: #0d0d0d;
}

.artist_bio_right p {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f9f9f9;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 1rem auto;
}

.artist_bio_right h3 {
    text-align: center;
    color: #f9f9f9;
    margin: 0rem 0 1rem;
    font-family: var(--sub-heading-font-family);
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.artist_bio a {
    color: #f0f0f0;
    font-weight: 800;
}

.artist_bio_right a {
    color: #0461FF;
    transition: color 0.3s;
}

.artist_bio a:hover {
    color: var(--primary-website-color);
    font-weight: 800;
}


/*** EPK_PHOTO **********************************************************************************************************************************************************************************/

.epk_photo {
    background: #0d0d0d;
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "epk_photo_left epk_photo_middle epk_photo_right";
    margin: 0rem auto 3rem;
}

.epk_photo_left {
    grid-area: epk_photo_left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.epk_photo_middle {
    grid-area: epk_photo_middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.epk_photo_right {
    grid-area: epk_photo_right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/*** GRID_EPK ****************************************************************************************************************************************************************************/

.d3_grid_epk {
    background: #0d0d0d;
    padding: 1rem;
    width: 60%;
    /* the width of the grid-container */
    max-width: 60%;
    /* the maximum width the grid-container can become */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "d3_grid_4_epk";
    margin: 0rem auto 3rem;
}

.d3_grid_4_epk {
    grid-area: d3_grid_4_epk;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    background-color: #0d0d0d;
    width: 100%;
}

.d3_grid_4_epk h3 {
    text-align: center;
    color: var(--primary-website-color);
    margin: 1rem 1rem 0.5rem 0;
    font-family: var(--sub-heading-font-family);
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
}

.pro_button_epk {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    border: none;
    outline: 0;
    padding: 0.5rem;
    color: #f9f9f9;
    background-color: #00D400;
    text-align: center;
    cursor: pointer;
    width: 80%;
    font-size: 1.25rem;
    margin: 0rem auto;
    transition: all 0.4s;
    border: 3px solid #f9f9f9;
}

.pro_button_epk:hover,
.pro_button_epk a:hover {
    color: #0d0d0d;
    font-weight: 400;
    background-color: var(--primary-website-color);
}

.pro_button_epk_apple {
    background-color: #0d0d0d;
    border-radius: 50px;
    margin-top: 2rem;
}

.pro_button_epk_spotify {
    background-color: #0d0d0d;
    border-radius: 50px;
}

.pro_button_epk_youtube {
    background-color: #0d0d0d;
    border-radius: 50px;
}

.pro_button_epk_deezer {
    background-color: #0d0d0d;
    border-radius: 50px;
}

.pro_button_epk_beatport {
    background-color: #0d0d0d;
    border-radius: 50px;
}

.pro_button_epk_amazon {
    background-color: #0d0d0d;
    border-radius: 50px;
}


/*** PROFILE_CARD **************************************************************************************************************************************************************************/

.card {
    background-color: #8A8A8A;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9);
    width: 100%;
    max-width: 100%;
    margin: 0rem;
    border: 5px solid #0d0d0d;
}

.card img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}

.card h3 {
    font-family: var(--sub-heading-font-family);
    text-align: center;
    color: #0d0d0d;
    font-size: 3rem;
    line-height: 1;
    margin: 1rem auto;
    font-weight: normal;
}

.card p {
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0f0f0;
    text-align: center;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin: 1rem auto;
}

.card_icons {
    text-align: center;
    position: relative;
    margin: 1rem auto;
}

.card_icons a {
    text-align: center;
    margin: 0em 0.5rem 0 0.5rem;
    border-radius: 100%;
}

.card_icons a:hover {
    color: #00D400;
}

.card_icons i {
    font-size: 1.7rem;
    margin: 0.25em auto 0;
    color: #0d0d0d;
    transition: 0.4s;
}

.card_icons i:hover {
    font-size: 1.7rem;
    margin: 0.25em auto 0;
    color: var(--primary-website-color);
}

.pro_button {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    border: none;
    outline: 0;
    display: inline-block;
    padding: 0.5rem;
    color: #f0f0f0;
    background-color: #0d0d0d;
    text-align: center;
    cursor: pointer;
    width: 80%;
    font-size: 1.25rem;
    margin: 1rem auto;
    transition: all 0.4s;
}

.pro_button:hover,
.pro_button a:hover {
    color: #0d0d0d;
    font-weight: 400;
    background-color: var(--primary-website-color);
}


/*** MASTERSLIDER_DISCOGRAPHY/GALLERY_AREA **********************************************************************************************************************************************/

.masterslider {
    margin: 7Rem 0 0 0;
}

.d3_info_btn {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #0d0d0d;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #00D400;
    margin: 0.5rem auto -0.5rem;
    cursor: pointer;
    border: solid 0px #00D400;
    text-decoration: none;
    text-transform: uppercase;
    /* TRANSITION */
    transition: background-color 0.4s ease, transform 1s ease;
}

.d3_info_btn:hover {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    background-color: #F0F0F0;
    border: 0px;
    margin: 0.5rem auto -0.5rem;
    border: solid 0px #00D400;
    color: #0d0d0d;
    transform: scale(0.9);
}

.d3_info_btn:focus {
    outline: none;
}

.mastersliderimg {
    border-radius: 0%;
}


/*** RANDOM_BUTTON ****************************************************************************************************************************************************************/

.random_btn {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #0d0d0d;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    background-color: #00D400;
    margin: 1.5rem auto -0.5rem;
    cursor: pointer;
    border: solid 0px #00D400;
    text-decoration: none;
    text-transform: uppercase;
    /* TRANSITION */
    transition: background-color 0.4s ease, transform 1s ease;
}

.random_btn:hover {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    background-color: #f0eee1;
    border: 0px;
    margin: 1.5rem auto -0.5rem;
    border: solid 0px #008349;
    color: #1f2f2f;
    transform: scale(0.9);
}

.random_btn:focus {
    outline: none;
}


/*** ACCORDION_BUTTON ****************************************************************************************************************************************************************/

.accordionesque {
    background-color: var(--primary-website-color);
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #1f2f2f;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    font-weight: 800;
    cursor: pointer;
    padding: 1rem 1rem;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    z-index: 2;
    margin: 0;
    width: 100%;
}

.accordionesque_2 {
    background-color: var(--primary-website-color);
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #1f2f2f;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    font-weight: 800;
    cursor: pointer;
    padding: 1rem 1rem;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    z-index: 2;
    margin: 0.9rem 0 0 0;
    width: 100%;
}

.accordionesque:hover {
    background-color: #f0eee1;
}

.accordionesque:after {
    content: '\002B';
    color: #1f2f2f;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordionesque.active:after {
    content: "\2212";
}

.accordionesque_panel {
    padding: 0 3rem;
    background-color: #1f2f2f;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #f0eee1;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    font-weight: 200;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordionesque_panel_2 {
    padding: 0 3rem;
    background-color: #1f2f2f;
    font-family: 'Oswald', sans-serif;
    font-size: 1.25rem;
    color: #f0eee1;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    font-weight: 200;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordionesque_panel p {
    margin: 1rem auto;
}

.accordionesque_panel_2 p {
    margin: 1rem auto;
}


/*** HORIZONTAL_ICONS ************************************************************************************************************************************************************************/

.horizontal_icons {
    position: relative;
    margin: 1rem auto ;
    text-align: center;
    color: #f0eee1;
}

/* Style the icon bar links */

.horizontal_icons a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 0;
    border-radius: 100%;
}

.horizontal_icons i {
    font-size: 40px;
    margin: 0.3em auto 0;
}


/* Style the social media icons with color, if you want */

.horizontal_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #008349;
}

.hi_facebook {
    /* background: #3B5998; */
    color: #f0eee1;
}

.hi_twitter {
    /*background: #007bb5;*/
    color: #f0eee1;
}

.hi_instagram {
    /*background: #cc0066;*/
    color: #f0eee1;
}

.hi_youtube {
    /*background: red;*/
    color: #f0eee1;
}

.hi_spotify {
    /*background: #00cc00;*/
    color: #f0eee1;
}

.hi_apple {
    /*background: #808080;*/
    color: #f0eee1;
}

.hi_google-plus {
    /*background: red;*/
    color: #f0eee1;
}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */

.release_horizontal_icons {
    position: relative;
    margin: 0 auto;
}


/* Style the icon bar links */

.release_horizontal_icons a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 0;
    border-radius: 100%;
}

.release_horizontal_icons i {
    font-size: 40px;
    margin: 0.25em auto 0;
}


/* Style the social media icons with color, if you want */

.release_horizontal_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #00D400;
}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */

.playlist_horizontal_icons {
    position: relative;
    margin: 0 auto;
}


/* Style the icon bar links */

.playlist_horizontal_icons a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 0;
    border-radius: 100%;
}

.playlist_horizontal_icons i {
    font-size: 40px;
    margin: 0.25em auto 0;
}


/* Style the social media icons with color, if you want */

.playlist_horizontal_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #044dcd;
}

.index_horizontal_icons {
    position: relative;
    margin: 1rem auto 2.5rem;
    text-align: center;
    color: #f0eee1;
}

/* Style the icon bar links */

.index_horizontal_icons a {
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 0;
    border-radius: 100%;
}

.index_horizontal_icons i {
    font-size: 40px;
    margin: 0.3em auto 0;
}


/* Style the social media icons with color, if you want */

.index_horizontal_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #008349;
}


/*** GRID_FOOTER ******************************************************************************************************************************************************************************/

.grid_footer {
    /* background-color: #0d0d0d; */
    background-color: rgba(0, 0, 0, 0.5);
    /* rgba(0, 0, 0, 0.5) */
    ;
    /* This is the background color of the grid container, it can also be transparent */
    /* 50% transparent */
    width: 100%;
    max-width: 100%;
    /* If you use 1%-99% max-width you can use (margin: auto;) to center the grid container. */
    display: grid;
    /* This sets it as a grid container */
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 750px 200px;
    grid-gap: 1rem;
    grid-template-areas: "footer_left footer_center footer_right" "the_bottom the_bottom the_bottom";
    /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
}

.footer_left {
    grid-area: footer_left;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 10rem 1rem;
    margin: 5rem 0 auto 0;
}

.footer_center {
    grid-area: footer_center;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 6rem 1rem;
    margin: 5rem 0 auto;
}

.footer_right {
    grid-area: footer_right;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 10rem 1rem;
    margin: 5rem 0 auto 0;
}

.grid_footer a {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0eee1;
    margin: 0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    transition: all 0.4s;
}

.grid_footer a:hover {
    color: #008349;
}

.grid_footer h3 {
    font-family: var(--sub-heading-font-family);
    font-size: var(--h3-font-size);
    color: var(--heading-font-color);
    text-align: center;
    margin: 1rem 0;
    font-weight: normal;
    line-height: 1;
}

.grid_footer p {
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0eee1;
    margin: 1rem 0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}

.footer_right a {
    text-align: right;
}

.footer_icons {
    position: relative;
    margin: 0 auto;
}

.footer_icons a {
    color: #f0eee1;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 3rem auto 1rem;
    border-radius: 100%;
}

.footer_icons i {
    font-size: 40px;
    margin: 0.25rem auto 0;
}

.footer_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: var(--primary-website-color);
}

.bottom {
    background-color: #0d0d0d;
    grid-area: the_bottom;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
    margin: 0;
}

.bottom p {
    font-size: 1rem;
    margin: 5.813rem auto;
}

.grid_footer .section_link {
    color: #f0eee1;
    font-weight: 800;
}

.grid_footer .section_link:hover {
    color: #008349;
    font-weight: 800;
}

.bank_cards {
    width: 25rem;
    margin: 7rem auto 0;
}

.grid_footer .footer_active {
    color: #008349;
    font-weight: 800;
}


/*** RELEASE_GRID_FOOTER ********************************************************************************************************************************************************/

.release_grid_footer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 100%;
    /* If you use 1%-99% max-width you can use (margin: auto;) to center the grid container. */
    display: grid;
    /* This sets it as a grid container */
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 750px 200px;
    grid-gap: 1rem;
    grid-template-areas: "release_footer_left release_footer_center release_footer_right" "release_bottom release_bottom release_bottom";
    /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
}

.release_footer_left {
    grid-area: release_footer_left;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 10rem 1rem;
    margin: 5rem 0 auto 0;
}

.release_footer_center {
    grid-area: release_footer_center;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 6rem 1rem;
    margin: 5rem 0 auto;
}

.release_footer_right {
    grid-area: release_footer_right;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 10rem 1rem;
    margin: 5rem 0 auto 0;
}

.release_grid_footer a {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: var(--heading-font-color);
    margin: 0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    transition: all 0.4s;
}

.release_grid_footer a:hover {
    color: var(--secondary-website-color);
}

.release_grid_footer h3 {
    font-family: var(--sub-heading-font-family);
    font-size: var(--h3-font-size);
    color: var(--heading-font-color);
    text-align: center;
    margin: 1rem 0;
    font-weight: normal;
    line-height: 1;
}

.release_grid_footer p {
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0f0f0;
    margin: 1rem 0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}

.release_footer_right a {
    text-align: right;
}

.release_footer_icons {
    position: relative;
    margin: 0 auto;
}

.release_footer_icons a {
    color: #f0f0f0;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 3rem auto 1rem;
    border-radius: 100%;
}

.release_footer_icons i {
    font-size: 40px;
    margin: 0.25rem auto 0;
}

.release_footer_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #00d400;
}

.release_bottom {
    background-color: #0d0d0d;
    grid-area: release_bottom;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
    margin: 0 0 0 0;
}

.release_bottom p {
    font-size: 1rem;
    margin: 5.813rem auto;
}

.release_grid_footer .section_link {
    color: #f0f0f0;
    font-weight: 800;
}

.release_grid_footer .section_link:hover {
    color: var(--secondary-website-color);
    font-weight: 800;
}

.grid_footer .footer_active {
    color: #00d400;
    font-weight: 800;
}

.bank_cards {
    width: 25rem;
    margin: 7rem auto 0;
}


/*** PLAYLIST_GRID_FOOTER ********************************************************************************************************************************************************/

.playlist_grid_footer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 100%;
    /* If you use 1%-99% max-width you can use (margin: auto;) to center the grid container. */
    display: grid;
    /* This sets it as a grid container */
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 750px 200px;
    grid-gap: 1rem;
    grid-template-areas: "playlist_footer_left playlist_footer_center playlist_footer_right" "playlist_bottom playlist_bottom playlist_bottom";
    /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
}

.playlist_footer_left {
    grid-area: playlist_footer_left;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 10rem 1rem;
    margin: 5rem 0 auto 0;
}

.playlist_footer_center {
    grid-area: playlist_footer_center;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 6rem 1rem;
    margin: 5rem 0 auto;
}

.playlist_footer_right {
    grid-area: playlist_footer_right;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 10rem 1rem;
    margin: 5rem 0 auto 0;
}

.playlist_grid_footer a {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: var(--heading-font-color);
    margin: 0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    transition: all 0.4s;
}

.playlist_grid_footer a:hover {
    color: var(--secondary-website-color);
}

.playlist_grid_footer h3 {
    font-family: var(--sub-heading-font-family);
    font-size: var(--h3-font-size);
    color: var(--heading-font-color);
    text-align: center;
    margin: 1rem 0;
    font-weight: normal;
    line-height: 1;
}

.playlist_grid_footer p {
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0eee1;
    margin: 1rem 0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}

.playlist_footer_right a {
    text-align: right;
}

.playlist_footer_icons {
    position: relative;
    margin: 0 auto;
}

.playlist_footer_icons a {
    color: #f0eee1;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 3rem auto 1rem;
    border-radius: 100%;
}

.playlist_footer_icons i {
    font-size: 40px;
    margin: 0.25rem auto 0;
}

.playlist_footer_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #008349;
}

.playlist_bottom {
    background-color: #0d0d0d;
    grid-area: playlist_bottom;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
    margin: 0 0 0 0;
}

.playlist_bottom p {
    font-size: 1rem;
    margin: 5.813rem auto;
}

.rplaylist_grid_footer .section_link {
    color: #f0eee1;
    font-weight: 800;
}

.playlist_grid_footer .section_link:hover {
    color: var(--secondary-website-color);
    font-weight: 800;
}

.grid_footer .footer_active {
    color: #008349;
    font-weight: 800;
}

.bank_cards {
    width: 25rem;
    margin: 7rem auto 0;
}

/*** INDEX_GRID_FOOTER ******************************************************************************************************************************************************************************/

.index_grid_footer {
    /* background-color: #0d0d0d; */
    background-color: rgba(0, 0, 0, 0.5);
    /* rgba(0, 0, 0, 0.5) */
    ;
    /* This is the background color of the grid container, it can also be transparent */
    /* 50% transparent */
    width: 100%;
    max-width: 100%;
    /* If you use 1%-99% max-width you can use (margin: auto;) to center the grid container. */
    display: grid;
    /* This sets it as a grid container */
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 900px;
    grid-gap: 1rem;
    grid-template-areas: "footer_left footer_center footer_right" "the_bottom the_bottom the_bottom";
    /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
}

.index_footer_left {
    grid-area: footer_left;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem;
    margin: 5rem 0 auto 0;
}

.index_footer_center {
    grid-area: footer_center;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 6rem 1rem;
    margin: 5rem 0 auto;
}

.index_footer_right {
    grid-area: footer_right;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 1rem 10rem 1rem;
    margin: 5rem 0 auto 0;
}

.index_grid_footer a {
    text-align: left;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0eee1;
    margin: 0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    transition: all 0.4s;
}

.index_grid_footer a:hover {
    color: #008349;
}

.index_grid_footer h3 {
    font-family: var(--sub-heading-font-family);
    font-size: var(--h3-font-size);
    color: var(--heading-font-color);
    text-align: center;
    margin: 1rem 0;
    font-weight: normal;
    line-height: 1;
}

.index_grid_footer p {
    text-align: center;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    color: #f0eee1;
    margin: 1rem 0;
    font-weight: 200;
    line-height: 1.6;
    letter-spacing: 0.1rem;
}

.index_footer_right a {
    text-align: right;
}

.index_footer_icons {
    position: relative;
    margin: 0 auto;
}

.index_footer_icons a {
    color: #f0eee1;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
    margin: 3rem auto 1rem;
    border-radius: 100%;
}

.index_footer_icons i {
    font-size: 40px;
    margin: 0.25rem auto 0;
}

.index_footer_icons a:hover {
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: var(--primary-website-color);
}

.index_bottom {
    background-color: #0d0d0d;
    grid-area: the_bottom;
    /* This is the name of the grid area inside the grid container */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
    margin: 0;
}

.index_bottom p {
    font-size: 1rem;
    margin: 5.813rem auto;
}

.index_grid_footer .section_link {
    color: #f0eee1;
    font-weight: 800;
}

.index_grid_footer .section_link:hover {
    color: #008349;
    font-weight: 800;
}

.bank_cards {
    width: 25rem;
    margin: 7rem auto 0;
}

.index_grid_footer .index_footer_active {
    color: #008349;
    font-weight: 800;
}


/*** PAGINATION_GRID *************************************************************************************************************************************************************************/

.pagination_grid {
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% transparent */
    padding: 0rem 1rem;
    width: 60%;
    max-width: 60%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "pagination_grid_middle";
    margin: 1rem auto 2rem;
}

.pagination_grid_middle {
    grid-area: pagination_grid_middle;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    margin: 0rem auto;
}

.pagination_grid_style a {
    color: pink;
    font-family: 'Oswald', sans-serif;
    float: left;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background-color .4s;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
}


/* Style the active/current link */

.pagination a.active {
    background-color: #00513a;
    color: #f0eee1;
}


/* Add a grey background color on mouse-over */

.pagination a:hover:not(.active) {
    background-color: #00513a;
    color: #f0eee1;
}


/*** SUCCESS_GRID **************************************************************************************************************************************************************/

.success_grid {
    background-color: rgba(0, 0, 0, 0.5);
    /* 50% transparent */
    padding: 1rem 1rem;
    max-width: 85%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1rem;
    grid-template-areas: "success_grid_middle";
    margin: 5rem auto;
}

.success_grid_middle {
    grid-area: success_grid_middle;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    margin: 0rem auto;
    align-self: center;
    justify-content: center;
}

@media (max-width:1400px) {
     :root {
        --h1-font-size: 7rem;
    }
    body {
        background: #292929;
    }
    .youtube_gallery {
        width: 90%;
        max-width: 90%;
        margin: 2.5rem auto 3rem;
    }
    /*** COOKIES_BANNER *********************************************************************************************************************************************************************************/
    .cp-cookies p {
        margin: 2rem 0 0 0;
        padding: 1rem;
    }
    .cp-cookies-message {
        max-width: 37rem;
    }
    .cp-cookies h1 {
        font-size: 9rem;
    }
    /*** INTRO_GRID ************************************************************************************************************************************************************************************/
    .intro_section h1 {
        font-size: 8rem;
        margin: 2rem auto 1rem;
    }
    .intro_section P {
        padding: 0rem 0.3rem;
    }
    /* Subscription box */
    .bottom-right {
        display: none;
    }
    /*** GRID_HEADER **********************************************************************************************************************************************************************************/
    .d3_header_logo {
        width: 190px;
        height: 190px;
        margin-left: 0rem;
    }
    .d3_release_header_logo {
        width: 190px;
        height: 190px;
        margin-left: 0rem;
    }
    .grid_header {
        background-color: var(--primary-website-color);
        grid-template-columns: 1fr;
        grid-template-rows: 220px 150px;
        grid-gap: 0rem;
        grid-template-areas: "header""header2";
        /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
    }
    .grid_header_release {
        grid-template-columns: 1fr;
        grid-template-rows: 220px 150px;
        grid-gap: 0rem;
        grid-template-areas: "header""header2";
        /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
    }
    .grid_header h1 {
        color: #0d0d0d;
        font-size: 8vw;
        font-family: 'Beatnik SF', 'Oswald', sans-serif;
        margin: 0 auto 1.5rem;
    }
    .grid_header_release h1 {
        font-size: 8vw;
        margin: 0 auto;
    }
    .header_section {
        justify-content: center;
        align-self: flex-end;
    }
    .header_release_section {
        justify-content: center;
        align-self: flex-end;
    }
    /*** MAIN_NAVBAR *******************************************************************************************************************************************************************************/
    .topnav {
        border-bottom: solid 2px var(--primary-website-color);
    }
    .topnav a {
        color: var(--primary-website-color);
        padding: 14px 16px;
        font-size: 1rem;
        margin: -0.15em auto;
    }
    .topnav a:hover {
        color: #f0f0f0;
    }
    /*** NAVBAR_DROPDOWN *******************************************************************************************************************************************************************************/
    .navbar_dropdown {
        float: left;
        overflow: hidden;
    }
    /* Dropdown content (hidden by default) */
    .navbar_dropdown-content {
        margin-top: 0.2em;
    }
    /* Links inside the dropdown */
    .navbar_dropdown-content a {
        padding: 12px 16px;
    }
    /*** HEADER_NAVBAR_BUTTON ***************************************************************************************************************************************************************/
    .topnav_right_links {
        display: none;
    }
    /*** FIXED_SOCIAL_BAR ***********************************************************************************************************************************************************************/
    .icon-bar {
        display: none;
    }
    /* PHP DROPDOWN SQL QUERY FORM ***************************************************************************/
    .collection_dropdown_list {
        color: black;
        font-weight: bold;
        width: 60%;
        padding: 16px 20px;
        border: none;
        margin: 1rem auto;
        border-radius: 4px;
        background-color: #f0f0f0;
    }
    .dropdown_form {
        background-color: rgba(0, 0, 0, 0.5);
        /* 50% transparent */
        padding: 0 1rem 1rem;
        width: 70%;
        /* the width of the grid-container */
        max-width: 70%;
        /* the maximum width the grid-container can become */
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 1rem;
        grid-template-areas: "dropdown_form_middle";
        margin: 1rem auto;
    }
    .nft_access_btn {
        background-color: #00D400;
        border: none;
        font-weight: bold;
        width: 60%;
        color: #0d0d0d;
        padding: 16px 32px;
        text-decoration: none;
        margin: 0 auto;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.4s ease, transform 1s ease;
    }
    /*** GRID_1 **************************************************************************************************************************************************************************************/
    .d3_grid_1 {
        padding: 0 1rem 1rem;
        width: 90%;
        max-width: 90%;
    }
    .home_youtube_grid {
        margin-top: 3rem;
    }
    /*** DB_INFO_LOADER_GRID **************************************************************************************************************************************************************************************/
    .db_info_loader_grid {
        background-color: #8A8A8A;
        width: 90%;
        max-width: 90%;
        /* the width of the grid-container */
        margin: 3rem auto 0rem;
    }
    .d3_grid_1_center {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .db_info_loader_grid_center h3 {
        color: #00d400;
        text-decoration: underline;
        text-align: center;
    }
    .db_info_loader_grid p {
        color: #f0f0f0;
        margin-bottom: 2rem auto 1rem;
        text-align: justify;
    }
    /*** GRID_2 ***************************************************************************************************************************************************************************/
    .d3_grid_2 {
        background: #8A8A8A;
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "rgrid_2_left""rgrid_2_middle""rgrid_2_right";
        margin: 0.5rem auto 3rem;
    }
    .d3_grid_2_left {
        background-color: #525252;
    }
    .d3_grid_2_middle {
        background-color: #525252;
    }
    .d3_grid_2_right {
        background-color: #525252;
    }
    .box_image {
        width: 100%;
        height: 100%;
    }
    .box_zoom {
        transition: transform 0.4s;
    }
    .box_zoom:hover {
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari 3-8 */
        transform: scale(1);
        background: #0d0d0d;
    }
    /*** GRID_3 **********************************************************************************************************************************************************************************/
    .d3_grid_3 {
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        grid-template-areas: "d3_grid_3_left""d3_grid_3_right";
        margin: 3rem auto 1rem;
    }
    .d3_grid_3_left {
        flex-direction: row;
        align-self: stretch;
        text-align: left;
        border: 5px solid #0d0d0d;
    }
    .d3_grid_3_right {
        background: #8A8A8A;
        align-self: flex-start;
        text-align: left;
        padding: 0 3rem;
    }
    .d3_grid_3_right h3 {
        margin: 1rem 0 1rem;
        color: #0d0d0d;
    }
    /*** GRID_4 ****************************************************************************************************************************************************************************/
    .d3_grid_4 {
        padding: 1rem 1rem;
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-areas: "d3_grid_4_left""d3_grid_4_middle";
        margin: 2rem auto 3rem;
    }
    .d3_grid_4_left {
        margin: 0 auto;
        align-self: center;
    }
    .d3_grid_4_middle {
        align-self: flex-end;
        justify-content: center;
    }
    .d3_grid_4_left h3 {
        margin: 2rem 0 1.5rem;
        color: #f0f0f0;
    }
    .d3_grid_4_middle h3 {
        margin: 2rem auto 0rem;
        text-align: center;
        color: #f0f0f0;
    }
    .aspectRatio_container {
        margin-top: 1rem;
    }
    .aspectRatio_container_2 {
        margin-top: 1rem;
    }
    /*** GRID_5 ***************************************************************************************************************************************************************************/
    .d3_grid_5 {
        background-color: #8A8A8A;
        grid-template-columns: 1fr;
        grid-template-areas: "d3_grid_5_left""d3_grid_5_middle""d3_grid_5_right";
        margin: 0rem auto 3rem;
    }
    .epk_version {
        background-color: #8A8A8A;
        grid-template-columns: 1fr;
        grid-template-areas: "d3_grid_5_left""d3_grid_5_middle""d3_grid_5_right";
        margin: 3rem auto 3rem;
    }
    .release_1_icon {
        width: 100px;
        top: -50px;
        right: -50px;
    }
    .release_1 h2 {
        color: #00ff00;
    }
    .d3_grid_5 p {
        margin: 1rem auto 0;
    }
    .d3_grid_5 h3 {
        color: #0d0d0d;
    }
    /*** GRID_TOKEN ***************************************************************************************************************************************************************************/
    .d3_grid_token {
        background-color: #8A8A8A;
        grid-template-columns: 1fr;
        grid-template-areas: "d3_grid_token_left""d3_grid_token_middle""d3_grid_token_right";
        margin: 1.5rem auto;
    }
    .release_1_icon {
        width: 100px;
        top: -50px;
        right: -50px;
    }
    .release_1 h2 {
        color: #00ff00;
    }
    .d3_grid_token p {
        margin: 1rem auto 0;
    }
    .d3_grid_token h3 {
        color: #0d0d0d;
    }
    /*** GRID_6 ******************************************************************************************************************************************************************************/
    .release_grid_6 {
        max-width: 90%;
        width: 90%;
        grid-gap: 1rem;
        grid-template-columns: 1fr;
        grid-template-areas: "release_grid_6_left""release_grid_6_right";
        margin: 3rem auto 1rem;
    }
    .release_grid_6_right p {
        margin: 0.5rem auto 1rem;
    }
    .release_grid_6_right h3 {
        margin: 1rem 0 0.5rem;
    }
    .release_grid_6_left {
        margin: 0 auto;
        width: 100%;
    }
    .photo-overlay p {
        font-size: 3rem;
        margin: 1rem auto 3rem;
    }
    .photo-overlay h3 {
        margin: 1rem 0 1rem;
        font-size: 4rem;
    }
    .release_2_icon {
        display: none;
    }
    /*** GRID_10 ***************************************************************************************************************************************************************************/
    .d3_grid_10 {
        background: #8A8A8A;
        width: 90%;
        /* the width of the grid-container */
        max-width: 90%;
        /* the maximum width the grid-container can become */
        grid-template-columns: 1fr;
        grid-template-areas: "d3_grid_10_left""d3_grid_10_middle""d3_grid_10_right";
        margin: 0rem auto;
    }
    .section_one {
        margin-top: 3rem;
    }
    .section_three {
        margin-bottom: 3rem;
    }
    .release_1_icon {
        width: 100px;
        top: -50px;
        right: -50px;
    }
    .release_1 h2 {
        color: #00D400;
    }
    .d3_grid_10 p {
        margin: 1rem 0rem;
        font-size: 1rem;
    }
    .d3_grid_10 h3 {
        margin: 0rem auto 1rem;
    }
    .d3_grid_10_right {
        padding: 0 1rem;
    }
    /*** GRID_11 **********************************************************************************************************************************************************************************/
    .grid_11 {
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        grid-template-areas: "grid_11_left""grid_11_right";
        margin: 3rem auto 1.5rem;
    }
    .grid_11_left {
        flex-direction: row;
        align-self: stretch;
        flex-wrap: wrap;
        text-align: left;
        border: 5px solid #0d0d0d;
    }
    .grid_11e_right {
        background: #f9f9f9;
        align-self: flex-start;
        text-align: left;
        padding: 0 3rem;
    }
    .grid_11_right p {
        text-align: left;
        font-size: 1.25rem;
        font-family: 'Oswald', sans-serif;
        color: #0d0d0d;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        margin: 0.5rem auto;
    }
    .grid_11_right h3 {
        margin: 2rem 0 0rem;
        color: #0d0d0d;
    }
    /*** GRID_12 **********************************************************************************************************************************************************************************/
    .grid_12 {
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        grid-template-areas: "grid_12_left""grid_12_right";
        margin: 3rem auto 1.5rem;
    }
    .grid_12_left {
        flex-direction: row;
        align-self: stretch;
        flex-wrap: wrap;
        text-align: left;
        border: 5px solid #0d0d0d;
    }
    .grid_12e_right {
        background: #f9f9f9;
        align-self: flex-start;
        text-align: left;
        padding: 0 3rem;
    }
    .grid_12_right p {
        text-align: left;
        font-size: 1.25rem;
        font-family: 'Oswald', sans-serif;
        color: #0d0d0d;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        margin: 0.5rem auto;
    }
    .grid_12_right h3 {
        margin: 2rem 0 0rem;
        color: #0d0d0d;
    }
    /*** currency_grid ***************************************************************************************************************************************************************************/
    .currency_grid {
        background-color: ;
        grid-template-columns: 1fr;
        grid-template-areas: "currency_grid_left";
        margin: 0rem auto 2rem;
    }
    .section_one {
        margin-top: 3rem;
    }
    .section_three {
        margin-bottom: 3rem;
    }
    .release_1_icon {
        width: 100px;
        top: -50px;
        right: -50px;
    }
    .release_1 h2 {
        color: #00ff00;
    }
    .currency_grid p {
        margin: 1rem auto 0;
    }
    .currency_grid h3 {
        color: var(--primary-website-color);
    }
    /*** EPK_BANNER ******************************************************************************************************************************************************************************/
    .epk_banner_container {
        width: 90%;
        max-width: 90%;
        grid-gap: 1rem;
        grid-template-columns: 1fr;
        grid-template-areas: "epk_banner";
        margin: 0rem auto 3rem;
    }
    /*** RELEASE_BIO **********************************************************************************************************************************************************************************/
    .release_bio {
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        grid-template-areas: "release_bio_left""release_bio_right";
        margin: 0rem auto 3rem;
    }
    .release_bio_left {
        flex-direction: row;
        align-self: stretch;
        flex-wrap: wrap;
        text-align: left;
        border: 5px solid #0d0d0d;
    }
    .release_bio_right {
        background: #0d0d0d;
        align-self: flex-start;
        text-align: left;
        padding: 0 3rem;
    }
    .release_bio_right p {
        text-align: left;
        font-size: 1.25rem;
        font-family: 'Oswald', sans-serif;
        color: #f9f9f9;
        font-weight: 200;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        margin: 2rem auto;
    }
    .release_bio_right h3 {
        margin: 1rem 0 0rem;
        color: #f9f9f9;
    }
    /*** ARTIST_BIO **********************************************************************************************************************************************************************************/
    .artist_bio {
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        grid-template-areas: "artist_bio_left""artist_bio_right";
        margin: 0rem auto 3rem;
    }
    .artist_bio_left {
        flex-direction: row;
        align-self: stretch;
        flex-wrap: wrap;
        text-align: left;
        border: 5px solid #0d0d0d;
    }
    .artist_bio_right {
        background: #0d0d0d;
        align-self: flex-start;
        text-align: left;
        padding: 0 3rem;
    }
    .artist_bio_right p {
        text-align: left;
        font-size: 1.25rem;
        font-family: 'Oswald', sans-serif;
        color: #f9f9f9;
        font-weight: 200;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        margin: 2rem auto;
    }
    .artist_bio_right h3 {
        margin: 0rem 0 0rem;
        color: #f9f9f9;
    }
    /*** EPK_PHOTO **********************************************************************************************************************************************************************************/
    .epk_photo {
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
        grid-template-areas: "epk_photo_left""epk_photo_middle""epk_photo_right";
        margin: 0rem auto 3rem;
        grid-gap: 0rem;
    }
    .epk_photo_left {
        flex-direction: row;
        align-self: stretch;
        flex-wrap: wrap;
        text-align: left;
    }
    .epk_photo_middle {
        flex-direction: row;
        align-self: stretch;
        flex-wrap: wrap;
        text-align: left;
    }
    .epk_photo_right {
        flex-direction: row;
        align-self: stretch;
        flex-wrap: wrap;
        text-align: left;
    }
    /*** GRID_EPK ****************************************************************************************************************************************************************************/
    .d3_grid_epk {
        padding: 1rem 1rem;
        width: 90%;
        max-width: 90%;
        grid-template-columns: 1fr;
        grid-template-areas: "d3_grid_4_epk";
        margin: 2rem auto 3rem;
    }
    .d3_grid_4_epk {
        margin: 0 auto;
        align-self: center;
    }
    .d3_grid_4_epk h3 {
        margin: 2rem 0 1.5rem;
        color: #f0f0f0;
    }
    /*** PROFILE_CARD **************************************************************************************************************************************************************************/
    .card {
        width: 50%;
        max-width: 50%;
        height: 100%;
        margin: 1rem auto;
    }
    .card_icons a:hover {
        color: var(--primary-website-color);
    }
    /*** MASTERSLIDER_DISCOGRAPHY/GALLERY_AREA **********************************************************************************************************************************************/
    .masterslider {
        width: 85%;
        max-width: 85%;
        margin: 2rem auto -0.5rem;
    }
    .d3_info_btn {
        margin: 0.5rem auto 1rem;
        text-decoration: none;
        text-transform: uppercase;
    }
    .d3_info_btn:hover {
        margin: 0.5rem auto 1rem;
    }
    .masterslider_gallery {
        width: 90%;
        max-width: 90%;
        margin: 2rem auto -3.5rem;
    }
    /*** RANDOM_BUTTON ****************************************************************************************************************************************************************/
    .random_btn {
        font-family: 'Oswald', sans-serif;
        font-size: 1.25rem;
        color: #0d0d0d;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        width: 6rem;
        height: 6rem;
        border-radius: 100%;
        background-color: #00D400;
        margin: 1.5rem auto -0.5rem;
        cursor: pointer;
        border: solid 0px #00D400;
        text-decoration: none;
        text-transform: uppercase;
        /* TRANSITION */
        transition: background-color 0.4s ease, transform 1s ease;
    }
    .random_btn:hover {
        font-family: 'Oswald', sans-serif;
        font-size: 1.25rem;
        width: 6rem;
        height: 6rem;
        border-radius: 100%;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        background-color: #F0F0F0;
        border: 0px;
        margin: 1.5rem auto -0.5rem;
        border: solid 0px #00D400;
        color: #0d0d0d;
        transform: scale(0.9);
    }
    .random_btn:focus {
        outline: none;
    }
    .random_picks {
        display: none;
    }
    /*** ACCORDION_BUTTON ****************************************************************************************************************************************************************/
    .accordionesque {
        padding: 1rem 3rem;
    }
    .accordionesque_2 {
        padding: 1rem 3rem;
    }
    .accordionesque_panel_2 {
        text-align: center;
    }
    /*** HORIZONTAL_ICONS ************************************************************************************************************************************************************************/
    .horizontal_icons i {
        margin: 0.25em auto 0;
    }
    /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
    .release_horizontal_icons {
        margin: 0 auto 1rem;
    }
    .playlist_horizontal_icons {
        margin: 0 auto 1rem;
    }

    .index_horizontal_icons i {
        margin: 0.25em auto 0;
    }
    /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
    .index_horizontal_icons {
        margin: 0 auto 1rem;
    }
    /*** GRID_FOOTER ******************************************************************************************************************************************************************************/
    .grid_footer {
        grid-template-columns: 1fr;
        grid-template-rows: 600px 200px;
        grid-template-areas: "footer_center" "the_bottom";
        /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
    }
    /* This is a flex item inside a grid area */
    .footer_left {
        display: none;
    }
    .footer_center {
        flex-wrap: wrap;
        margin: 0 auto 6rem;
    }
    .footer_right {
        display: none;
    }
    .footer_icons a {
        margin: 3rem auto 0rem;
    }
    .bottom p {
        margin: 5.563rem auto;
    }
    /*** RELEASE_GRID_FOOTER ********************************************************************************************************************************************************/
    .release_grid_footer {
        grid-template-columns: 1fr;
        grid-template-rows: 600px 200px;
        grid-template-areas: "release_footer_center" "release_bottom";
        /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
    }
    /* This is a flex item inside a grid area */
    .release_footer_left {
        display: none;
    }
    .release_footer_center {
        flex-wrap: wrap;
        margin: 0 auto 6rem;
    }
    .release_footer_right {
        display: none;
    }
    .release_footer_icons a {
        margin: 3rem auto 0rem;
    }
    .release_bottom p {
        margin: 5.563rem auto;
    }

    /*** INDEX_GRID_FOOTER ******************************************************************************************************************************************************************************/
    .index_grid_footer {
        grid-template-columns: 1fr;
        grid-template-rows: 600px 200px;
        grid-template-areas: "footer_center" "the_bottom";
        /* This is where you place the names of the grid areas to set there location within the grid container, (.) will place a blank space. */
    }
    /* This is a flex item inside a grid area */
    .index_footer_left {
        display: none;
    }
    .index_footer_center {
        flex-wrap: wrap;
        margin: 0 auto 6rem;
    }
    .index_footer_right {
        display: none;
    }
    .index_footer_icons a {
        margin: 3rem auto 0rem;
    }
    .index_bottom p {
        margin: 5.563rem auto;
    }
    /*** PAGINATION_GRID *************************************************************************************************************************************************************************/
    .pagination_grid {
        background-color: #0d0d0d;
        margin: 0rem auto 3rem;
    }
    /*** SUCCESS_GRID **************************************************************************************************************************************************************/
    .success_grid {
        background-color: #595959;
    }
}

@media (max-width:768px) {
    /*** MAIN CLASSES *******************************************************************************************************************************************************************************/
     :root {
        --h1-font-size: 3rem;
    }
    .youtube_gallery {
        width: 90%;
        max-width: 90%;
        margin: 1rem auto 3rem;
    }
    /*** COOKIES_BANNER *********************************************************************************************************************************************************************************/
    .cp-cookies h1 {
        font-size: 4rem;
        line-height: 1;
        margin: 1rem 0 0 0;
        top: 25%;
        margin-right: -50%;
    }
    .cp-cookies p {
        font-size: 1rem;
        margin: 0.5rem 0 0 0;
        margin-right: -41%;
    }
    .cp-cookies-close {
        font-size: 1rem;
    }
    /*** INTRO_GRID ************************************************************************************************************************************************************************************/
    .intro_section img {
        width: 80%;
        margin-top: 2.3rem;
    }
    .intro_section h1 {
        font-size: 3rem;
        margin: 2.5rem auto 1rem;
    }
    .intro_section P {
        font-size: 1rem;
        padding: 0rem 0.7rem;
        margin: 1rem auto 0rem;
        width: 80%;
    }
    .d3btn {
        margin: 2rem auto 2.5rem;
    }
    /*** GRID_HEADER *************************************************************************************************************************************************************************************/
    .grid_header {
        grid-template-rows: 200px 60px;
    }
    .grid_header_release {
        grid-template-rows: 200px 60px;
    }
    .grid_header h1 {
        font-weight: normal;
        line-height: 1;
        margin: 0 auto 1rem;
    }
    /*** MAIN_NAVBAR *******************************************************************************************************************************************************************************/
    .topnav {
        border-bottom: solid 2px var(--primary-website-color);
    }
    .topnav a {
        color: var(--primary-website-color);
        padding: 1rem 1rem;
        text-decoration: none;
        font-size: 1.5rem;
    }
    /* PHP DROPDOWN SQL QUERY FORM ***************************************************************************/
    .collection_dropdown_list {
        color: black;
        font-weight: bold;
        width: 80%;
        padding: 16px 20px;
        border: none;
        margin: 1rem auto;
        border-radius: 4px;
        background-color: #f0f0f0;
    }
    .dropdown_form {
        background-color: rgba(0, 0, 0, 0.5);
        /* 50% transparent */
        padding: 0 1rem 1rem;
        width: 90%;
        /* the width of the grid-container */
        max-width: 90%;
        /* the maximum width the grid-container can become */
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 1rem;
        grid-template-areas: "dropdown_form_middle";
        margin: 1rem auto;
    }
    .nft_access_btn {
        background-color: #00D400;
        border: none;
        font-weight: bold;
        width: 80%;
        color: #0d0d0d;
        padding: 16px 32px;
        text-decoration: none;
        margin: 0 auto;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.4s ease, transform 1s ease;
    }
    /*** GRID_1 **************************************************************************************************************************************************************************************/
    .d3_grid_1 {
        padding: 0rem 1rem;
        width: 100%;
        max-width: 100%;
        margin: 1rem 0 1rem;
    }
    .d3_grid_1_center {
        text-align: justify;
    }
    /*** DB_INFO_LOADER_GRID **************************************************************************************************************************************************************************************/
    .db_info_loader_grid {
        background-color: #8A8A8A;
        width: 100%;
        max-width: 100%;
        /* the width of the grid-container */
        margin: 0.5rem auto 0rem;
    }
    /*** GRID_2 ***************************************************************************************************************************************************************************/
    .d3_grid_2 {
        width: 100%;
        max-width: 100%;
    }
    .box_image {
        width: 95%;
        height: 95%;
    }
    /*** GRID_3 **********************************************************************************************************************************************************************************/
    .d3_grid_3 {
        width: 100%;
        max-width: 100%;
        grid-template-rows: auto auto;
        margin-bottom: 1rem;
    }
    .d3_grid_3_left {
        justify-content: center;
        align-content: center;
        margin: 0 0;
    }
    .d3_grid_3_right {
        padding-top: 2rem;
        padding-bottom: 0rem;
        align-self: center;
    }
    .d3_grid_3_right p {
        text-align: justify;
        font-size: 1rem;
        margin: 0rem 0 2rem 0;
    }
    .d3_grid_3_right h3 {
        margin: 0rem 0 3rem;
    }
    /*** GRID_4 ****************************************************************************************************************************************************************************/
    .d3_grid_4 {
        width: 100%;
        max-width: 100%;
        margin: 0rem auto 3rem;
        padding: 0rem 1rem;
    }
    .d3_grid_4_left {
        margin: 1rem auto 0rem;
        background-color: #8A8A8A;
    }
    .d3_grid_4_middle {
        background-color: #8A8A8A;
        text-align: justify;
    }
    .d3_grid_4_left h3 {
        color: #0d0d0d;
        margin: 0rem 0 0rem;
        padding: 0.5rem 0.5rem 0.7rem;
        line-height: 0.9;
    }
    .d3_grid_4_middle h3 {
        color: #0d0d0d;
        margin: 0rem 0 -1rem;
        padding: 0.5rem 0.5rem 0.7rem;
        line-height: 0.9;
    }
    /*** GRID_5 ***************************************************************************************************************************************************************************/
    .d3_grid_5 {
        width: 100%;
        max-width: 100%;
    }
    .epk_version {
        width: 100%;
        max-width: 100%;
    }
    .release_1_icon {
        display: none;
    }
    /*** GRID_TOKEN ***************************************************************************************************************************************************************************/
    .d3_grid_token {
        width: 100%;
        max-width: 100%;
    }
    .release_1_icon {
        display: none;
    }
    /*** GRID_6 ******************************************************************************************************************************************************************************/
    .release_grid_6 {
        width: 100%;
        max-width: 100%;
        grid-template-rows: 1fr;
        grid-gap: 0rem;
        margin: 3rem auto 3rem;
    }
    .release_grid_6_right {
        margin-bottom: 0.5rem;
    }
    .release_grid_6_writing {
        margin: 0.5rem auto 0;
        width: 90%;
    }
    .release_grid_6_right p {
        text-align: justify;
        font-size: 1rem;
    }
    .release_grid_6_right h3 {
        font-size: 2.5rem;
    }
    .photo-container {
        margin-top: 0rem;
    }
    .photo-overlay p {
        font-size: 1rem;
        margin: 0rem auto 0rem;
    }
    .photo-overlay h3 {
        margin: 1rem 0 0rem;
        font-size: 2rem;
    }
    /*** GRID_10 ***************************************************************************************************************************************************************************/
    .d3_grid_10 {
        width: 100%;
        max-width: 100%;
    }
    .d3_grid_10 h3 {
        margin: 0rem auto 1rem;
    }
    /*** GRID_11 **********************************************************************************************************************************************************************************/
    .grid_11 {
        width: 100%;
        max-width: 100%;
        grid-template-rows: auto auto;
        margin-bottom: 1rem;
    }
    .grid_11_left {
        justify-content: center;
        align-content: center;
        margin: 0 0;
    }
    .grid_11_right {
        padding: 3rem 1rem 0rem;
        align-self: center;
    }
    .grid_11_right p {
        text-align: left;
        font-size: 1rem;
        margin: 0rem 0 2rem 0;
    }
    .grid_11_right h3 {
        margin: 0rem 0 3rem;
    }
    /*** GRID_12 **********************************************************************************************************************************************************************************/
    .grid_12 {
        width: 100%;
        max-width: 100%;
        grid-template-rows: auto auto;
        margin-bottom: 1rem;
    }
    .grid_12_left {
        justify-content: center;
        align-content: center;
        margin: 0 0;
    }
    .grid_12_right {
        padding: 3rem 1rem 0rem;
        align-self: center;
    }
    .grid_12_right p {
        text-align: left;
        font-size: 1rem;
        margin: 0rem 0 2rem 0;
    }
    .grid_12_right h3 {
        margin: 0rem 0 3rem;
    }
    /*** currency_grid ***************************************************************************************************************************************************************************/
    .currency_grid {
        width: 100%;
        max-width: 100%;
    }
    .release_1_icon {
        width: 70px;
        top: -1px;
        right: -1px;
    }
    /*** EPK_BANNER ******************************************************************************************************************************************************************************/
    .epk_banner_container {
        width: 100%;
        max-width: 100%;
        grid-gap: 1rem;
        grid-template-columns: 1fr;
        grid-template-areas: "epk_banner";
        margin: 0rem auto 3rem;
    }
    /*** RELEASE_BIO **********************************************************************************************************************************************************************************/
    .release_bio {
        width: 100%;
        max-width: 100%;
        grid-template-rows: auto auto;
        margin-bottom: 3rem;
        margin-top: 0rem;
    }
    .release_bio_left {
        justify-content: center;
        align-content: center;
        margin: 0rem;
    }
    .release_bio_right {
        padding-top: 2rem;
        padding-bottom: 0rem;
        align-self: center;
    }
    .release_bio_right p {
        text-align: justify;
        font-size: 1rem;
        margin: 0rem 0 2rem 0;
    }
    .release_bio_right h3 {
        margin: 0rem 0 3rem;
    }
    /*** ARTIST_BIO **********************************************************************************************************************************************************************************/
    .artist_bio {
        width: 100%;
        max-width: 100%;
        grid-template-rows: auto auto;
        margin-bottom: 3rem;
        margin-top: 0rem;
    }
    .artist_bio_left {
        justify-content: center;
        align-content: center;
        margin: 0 0;
    }
    .artist_bio_right {
        padding-top: 2rem;
        padding-bottom: 0rem;
        align-self: center;
    }
    .artist_bio_right p {
        text-align: justify;
        font-size: 1rem;
        margin: 0rem 0 2rem 0;
    }
    .artist_bio_right h3 {
        margin: 0rem 0 3rem;
    }
    /*** EPK_PHOTO **********************************************************************************************************************************************************************************/
    .epk_photo {
        width: 100%;
        max-width: 100%;
        grid-template-rows: auto auto;
        margin-bottom: 3rem;
        margin-top: 0rem;
    }
    .epk_photo_left {
        justify-content: center;
        align-content: center;
        margin: 0 0;
    }
    .epk_photo_middle {
        justify-content: center;
        align-content: center;
        margin: 0 0;
    }
    .epk_photo_right {
        justify-content: center;
        align-content: center;
        margin: 0 0;
    }
    /*** GRID_EPK ****************************************************************************************************************************************************************************/
    .d3_grid_epk {
        width: 100%;
        max-width: 100%;
        margin: 0rem auto 3rem;
        padding: 0rem 1rem;
    }
    .d3_grid_4_epk {
        margin: 1rem auto 0rem;
        background-color: #0d0d0d;
    }
    .d3_grid_4_epk h3 {
        color: #0d0d0d;
        margin: 0rem 0 0rem;
        padding: 0.5rem 0.5rem 0.7rem;
        line-height: 0.9;
    }
    .pro_button_epk_apple {
        background-color: #0d0d0d;
        border-radius: 50px;
        margin-top: 1rem;
    }
    /*** PROFILE_CARD **************************************************************************************************************************************************************************/
    .card {
        width: 100%;
        max-width: 100%;
        margin: 0rem auto;
    }
    .pro_button {
        margin: 1rem auto 0rem;
    }
    /*** MASTERSLIDER_DISCOGRAPHY/GALLERY_AREA **********************************************************************************************************************************************/
    .masterslider {
        width: 80%;
        max-width: 80%;
    }
    .masterslider_gallery {
        width: 90%;
        max-width: 90%;
        margin: 1.2rem auto -2.8rem;
    }
    /*** ACCORDION_BUTTON ****************************************************************************************************************************************************************/
    .accordionesque {
        font-size: 0.8rem;
        padding: 1rem 1rem;
    }
    .accordionesque_2 {
        font-size: 0.8rem;
        padding: 1rem 1rem;
    }
    .accordionesque_panel {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
    .accordionesque_panel_2 {
        margin-bottom: 1rem;
        text-align: center;
    }
    /*** HORIZONTAL_ICONS ************************************************************************************************************************************************************************/
    .release_horizontal_icons {
        margin: 0.3rem auto 1rem;
    }
    /* Style the icon bar links */
    .release_horizontal_icons a {
        width: 50px;
        height: 40px;
    }
    .playlist_horizontal_icons a {
        width: 50px;
        height: 40px;
    }
    .index_horizontal_icons {
        margin: 0.3rem auto 1rem;
    }
    /* Style the icon bar links */
    .index_horizontal_icons a {
        width: 50px;
        height: 40px;
    }
    /*** GRID_FOOTER ******************************************************************************************************************************************************************************/
    .grid_footer {
        grid-template-rows: 600px 100px;
    }
    .footer_center {
        padding: 0;
        margin: 0 auto 3rem;
    }
    .grid_footer a {
        font-size: 1rem;
    }
    .grid_footer h3 {
        margin: 2rem 0 1rem;
        font-weight: 400;
    }
    .grid_footer p {
        font-size: 1rem;
    }
    .footer_icons a {
        margin: 1rem auto;
    }
    .bottom p {
        margin: 2.438rem auto;
    }
    .bank_cards {
        width: 17rem;
        margin: 3rem auto 0;
    }
    /*** RELEASE_GRID_FOOTER ********************************************************************************************************************************************************/
    .release_grid_footer {
        grid-template-rows: 600px 100px;
    }
    .release_footer_center {
        padding: 0;
        margin: 0 auto 3rem;
    }
    .release_grid_footer a {
        font-size: 1rem;
    }
    .release_grid_footer h3 {
        margin: 2rem 0 1rem;
        font-weight: 400;
    }
    .release_grid_footer p {
        font-size: 1rem;
    }
    .release_footer_icons a {
        margin: 1rem auto;
    }
    .release_bottom p {
        margin: 2.438rem auto;
    }
    .bank_cards {
        width: 17rem;
        margin: 3rem auto 0;
    }

    /*** INDEX_GRID_FOOTER ******************************************************************************************************************************************************************************/
    .index_grid_footer {
        grid-template-rows: 600px 100px;
    }
    .index_footer_center {
        padding: 0;
        margin: 0 auto 3rem;
    }
    .index_grid_footer a {
        font-size: 1rem;
    }
    .index_grid_footer h3 {
        margin: 2rem 0 1rem;
        font-weight: 400;
    }
    .index_grid_footer p {
        font-size: 1rem;
    }
    .index_footer_icons a {
        margin: 1rem auto;
    }
    .index_bottom p {
        margin: 2.438rem auto;
    }
    .bank_cards {
        width: 17rem;
        margin: 3rem auto 0;
    }
    /*** PAGINATION_GRID *************************************************************************************************************************************************************************/
    .pagination_grid {
        padding: 0rem 1rem;
        width: 90%;
        max-width: 90%;
        display: grid;
        margin: 0rem auto 3rem;
    }
    /*** SUCCESS_GRID **************************************************************************************************************************************************************/
    .success_grid {
        padding: 0rem 0rem;
        margin: 3.5rem auto;
    }
}