.hero-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.youtube-hero-container {
    width: 49%;
}

.hero-welcome-container {
    width: 49%;
}

.twitch-live-hero-container {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.twitch-live-hero-header {
    max-width: 100%;
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.twitch-live-embed-container iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}

.youtube-hero-vod-image {
    width: 100%;
}

.hero-welcome-image {
    width: 100%;
}

.hero-welcome-message-container {
    background-color: #CCC;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.hero-welcome-message {
    font: 1.1em 'FOT-PopJoy Std';
    line-height: 1.3;
    text-align: center;
    margin: 0px;
}

.recent-videos-header-text {
    font: 4em 'PaperMarioFont' !important;
    text-align: center;
    margin: 0px;
}

.recent-videos-outer-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.recent-videos-inner-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
}

.youtube-video-item {
    width: 30%;
    height: auto;
    aspect-ratio: 16/9;
    position: relative;
}

.youtube-thumbnail {
    max-width: 100%;
}

#main-container p {
    font: 1.1em 'FOT-PopJoy Std';
    line-height: 1.3;
}

#main-container a {
    font: 1.1em 'FOT-PopJoy Std';
    line-height: 1.3;
}

.home-blog-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.home-recent-blog-header-image {
    max-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.blog-list-item {
    background-color: light-gray;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 2px #0008;
}

.blog-list-item-header {
    background-color: #d89a9a;
    padding: 10px;
    border-radius: 10px;
}

.blog-list-item-title-text {
    font: 1.65em 'PaperMarioFont' !important;
    margin: 0px;
}

.blog-list-item-body {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.blog-list-item-body-right-content {
    width: 64%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.blog-list-hero-stack-container {
    position: relative;
    width: 33%;
    aspect-ratio: 16/9;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.blog-list-hero-gray-bg {
    background-color: #dbdbdb;
    transform: rotate(3deg);
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    position: absolute;
}

.blog-list-hero-blue-bg {
    background-color: #3dc6ff;
    transform: rotate(-5deg);
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    position: absolute;
}

.blog-list-hero-image {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    position: absolute;
    object-fit: cover;
}

.blog-list-hero-paperclip {
    position: absolute;
    width: 10%;
    top: -9%;
    left: 5%;
}

.blog-list-hero-paperclip-placeholder {
    opacity: 0;
}