@font-face {
    font-family: "Main Font";
    src: url("EmilysCandy-Regular.ttf");
}

@font-face {
    font-family: "Easy Skyline";
    src: url("Easy Skyline.ttf");
}

body {
    margin: 0px;
    padding: 0px;
    
    background-color: black;
    background-image: url("pink_flowery_wallpaper.gif");
}

.page_bounds {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    
    margin: 3vh 10vw 48px 10vw;
    width: 80vw;
    
    color: #ff6161;
    font-family: "Main Font";
    font-size: 24px;
    letter-spacing: 2px;
}

.top_bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 16px 0px;
}

.top_bar > img {
    display:inline-block;
    image-rendering: pixelated;
}

.welcome_sign {
    display: flex;
    flex-direction: nowrap;
    
    margin-left: 40px;
    margin-bottom: 30px;
    
    width: 420px;
    height: 60px;
}
.welcome_sign > img {
    height: 60px;
    display:inline-block;
    image-rendering: pixelated;
}

.raider_icon  { position: relative; left: 20px; }

.page_content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.left_section, .main, .right_section {
    display: flex;
    flex-direction: column;
}

.left_section, .right_section {
    width: 260px;
    min-width: 260px;
    
    position:fixed;
    top: 220px
}

.left_section  { left: 10vw; }
.right_section { right: 10vw; }

.main    {
    width: 50%;
}

.title_bar {
    display: flex;
    
    margin: 0px;
    height: 24px;
    padding: 3px 0px;
    
    border-radius: 16px 16px 0px 0px;
    
    justify-content: center;
    vertical-align: middle;
    
    background-color: #ffbcc5;
    
    color: #ffffff;
}

.sidebar, .main, .status, .custom_island {
    box-shadow: 8px 16px rgba(158, 0, 0, 0.25);
    border-radius: 16px;
    
    background-image: url("./dot-pattern.png"), linear-gradient(to top, #ffdbe0, #ffefef);
}

.sidebar_content, .main_content, .status_content, .island_content {
    margin: 0px;
    padding: 2px 16px;
    
    overflow-wrap: break-word;
    hyphens: auto;
    
    letter-spacing: 2px;
    
    text-shadow: 1px 0px 0px #ffa0a0;
    
    border: 4px solid #ffbcc5;
    border-top: none;
    border-radius: 0px 0px 18px 18px;
}

.sidebar_content, .status_content {
    border-radius: 0px;
    border-bottom: none;
}

.main_content {
    max-width: 50svw;
}

.section_title {
    margin: 10px 0px;
}

.navigation_menu {
    margin: 10px 0px;
    padding-inline-start: 30px;
}

.nav_button {
    padding: 0px 8px;
    height: 32px;
    
    list-style-image: url("rainbow2.gif");
}

.goto-top-button {
    width: fit-content;
    margin: 0px auto 16px auto;
    padding: 0px 16px;
    
    background-color: #ffa9b4;
    
    border: 2px solid #ffa6b2;
    border-radius: 16px;
}

.goto-top-button > a {
    text-decoration: none;
    color: white;
}

ul li a {
    text-decoration: none;
    
    padding: 0px 8px;
    
    background-color: #ffdbe0;
    
    color: #ff6161;
    
    border-radius: 16px;
    border: 2px solid #ffbcc5;
}

ul :not(:last-child) {
    margin-bottom: 8px;
}

.divider {
    width:75%;
    border-top: 2px solid #ffbcc5;
}

.iframe_live_content {
    border-style: solid;
    border: 4px solid #ffbcc5;
    border-bottom-left-radius:16px;
    border-bottom-right-radius:16px;
    border-top-width: 0px;
}

.bottom_btns {
    display: flex;
    
    position:fixed;
    bottom: 88px;
    right: 16px;
    
    padding: 0px;
    margin: 0px;
    
    align-items: center;
    justify-content: space-evenly;
}

.neocities_tag {
    display: flex;
    
    position:fixed;
    bottom: 16px;
    right: 16px;
    
    align-items: center;
    justify-content: center;
}