/* 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: #B0B2BF;
    --d3-grey: #475159;
    --d3-black: #202326;
    --d3-green: #00A153;
    --d3-white: #F2F2F2;
    --d3-ash_grey: #ff00dd;
    --heading-font-family: 'Beatnik SF', sans-serif;
    --sub-heading-font-family: 'Oswald', sans-serif;
    --heading-font-color: #F2F2F2;
    --primary-website-color: #00A153;
    --secondary-website-color: #00A153;
    --h1-font-size: 9rem;
    --h3-font-size: 3rem;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/* 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: #475159;
}

.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;
}

.middle-pic2 {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.9);
}


/* 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 {}

/*** GRID_4 ****************************************************************************************************************************************************************************/
/* about.php ****************************************************************************************************/

.d3_grid_4 {
    background: #b0b2bf;
    padding: 0.5rem;
    width: 62%;
    /* the width of the grid-container */
    max-width: 62%;
    /* 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 2rem;
}

.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: #202326;
    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: #202326;
    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_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: ;
    /* 50% transparent */
    width: 62%;
    /* the width of the grid-container */
    max-width: 62%;
    /* 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_1_left d3_grid_1_center d3_grid_1_right";
    margin: 81px auto 0rem;
}

.d3_grid_1_left {
    grid-area: d3_grid_1_left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
}

.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;
}

.d3_grid_1_right {
    grid-area: d3_grid_1_right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: nowrap;
    text-align: center;
}