@font-face{
    font-family: "Fredoka One";
    src: url("../Fonts/FredokaOne-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;	
}

@font-face{
    font-family: "Baglets";
    src: url("../Fonts/baglets-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;	
}

@font-face{
    font-family: "Nintendo DS BIOS";
    src: url("../Fonts/Nintendo-DS-BIOS.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;	
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    background-image: url("main_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ANIMATION */

.header-two-columns {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-column-a {
    background: rgba(0, 0, 0, 0);
    color: white;
	text-align: left;
	padding-top: 8px;
}

.header-column-b {
    background: rgba(0, 0, 0, 0);
    color: white;
	text-align: right;
	font-family: "Nintendo DS BIOS";
	font-size: 32px;
	padding-top: 48px;
}

.loginsignup {
	background: rgba(0, 0, 0, 0);
    color: white;
	text-align: right;
	font-family: "Nintendo DS BIOS";
	font-size: 32px;
	padding-top: 48px;
}

.loginsignup:hover {
	background: rgba(0, 0, 0, 0);
    color: #038387;
	text-align: right;
	font-family: "Nintendo DS BIOS";
	font-size: 36px;
	padding-top: 48px;
	transition: 0.5s;
}

.profile-link {
    display: block;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.header-profile-picture {
   	width: 144px;
    height: 144px;
    object-fit: cover;
    border: 4px solid #ffffff;
    display: block;
    margin: 0 auto 20px;
	transition: 0.5s;
}

.header-profile-picture:hover {
	width: 160px;
    height: 160px;
}

.profile-link:hover {
    opacity: 0.8;
}

.header-profile-username{
	font-size: 32px;
}

.head-column-c {
	text-align: center;
	text-decoration: none;
    color: inherit;
	padding-top: 16px;
}

.header-logo {
	font-family: Baglets;
	font-size: 400%;
}

.header-icons {
	width: 48px;
	height: 48px;
	transition: 0.5s;
}

.header-icons:hover {
	width: 64px;
	height: 64px;
}

.tabs {
    width: 100%;
	max-width: 1280px;
	margin: auto;
    background: rgba(0, 0, 0, 1);
}

.tab {
    padding: 4px 4px;
	font-family: "Nintendo DS BIOS";
	text-align: center;
    border: none;
    background: transparent;
    color: white;
    font-size: 32px;
    cursor: pointer;
    transition: 0.5s;
}

.tab:hover {
    background: rgba(63,69,120,1.00);
	font-size: 36px;
	padding: 4px 16px;
}

.tab.active {
    background: rgba(255, 255, 255, 1);
	color: black;
}

.tab2 {
    padding: 4px 4px;
	font-family: "Nintendo DS BIOS";
	text-align: center;
    border: none;
    background: transparent;
    color: white;
    font-size: 32px;
    cursor: pointer;
    transition: 0.5s;
}

.tab2:hover {
    background: rgba(59,98,104,1.00);
	font-size: 36px;
	padding: 4px 16px;
}

.tab2.active {
    background: rgba(255, 255, 255, 0.1);
	color: black;
}

.second-column {
	width: 100%;
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 75% 25%;
}

.second-column-a {
	background: rgba(255,255,255,1.00);
	color: black;
	font-size: 64px;
	font-family: "Nintendo DS BIOS";
}

.second-column-b {
	background: rgba(0,0,0,1.00);
	color: white;
	font-size: 64px;
	font-family: "Nintendo DS BIOS";
}

#latest-video-title {
	font-size: 48px;
	font-family: "Fredoka One";
	color: black;
	text-align: left;
	margin: 8px;
}

#latest-video iframe {
	min-height: 540px;
	width: 100%;
	flex-direction: column;
	border: none;
	outline: none;
	display: block;
}

#latest-video-info {
	font-size: 32px;
	color: black;
	display: flex;
	align-items: center;
	margin: 8px;
}

#older-videos {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.youtube-older-video {
	display: block;
	text-decoration: none;
	color: inherit;
}

.youtube-older-video img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
	transition: 0.5s;
}

.youtube-older-video img:hover {
	width: 105%;
}

.youtube-older-title {
	margin: 8px;
	font-size: 24px;
	font-family: "Nintendo DS BIO"';
	color: white;
	text-align: left;
}

.youtube-older-date {
    margin-top: 5px;
    font-size: 16px;
	font-family: "Nintendo DS BIOS";
    color: #ccc;
}

.yt-two-columns {
	width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
}

.yt-two-columns-a {
	margin: 8px;
	font-size: 32px;
	font-family: "Fredoka One";
	color: black;
	text-align: left;
}

.yt-two-columns-b {
	margin: 8px;
	font-size: 32px;
	font-family: "Fredoka One";
	color: black;
	text-align: right;
}

.previous-animation-header {
	font-size: 48px;
	font-family: "Baglets";
	color: black;
}

.previous-animation-button {
	background: #038387;
	padding: 0px;
	transition: 0.5s;
}

.previous-animation-button:hover {
	padding: 10px;
}

/* ART */

.art-column {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	background: black;
}

.bluesky-caption {
    position: fixed;
    z-index: 9999;
    width: 320px;
    min-height: 160px;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
	border: 4px solid #ffffff;
    font-size: 20px;
	font-family: "Nintendo DS BIOS";
    line-height: 1;
    text-align: left;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease;
}

.bluesky-caption.visible {
    opacity: 1;
    visibility: visible;
}

#blueskyPosts {
    column-count: 4;
    column-gap: 0;
}

.bluesky-post {
    break-inside: avoid;

    width: 100%;

    margin: 0;
    padding: 0;

    line-height: 0;
}

.bluesky-image,
.bluesky-video {
    width: 100%;
    height: auto;

    display: block;

    margin: 0;
    padding: 0;
	transition: 0.5s;
}

.bluesky-image:hover {
	width: 105%;
}

.bluesky-video:hover {
	width: 105%;
}