@font-face {
    font-family: "MS Gothic";
    src: url("./ms_gothic-webfont.woff2") format("woff2"),
        url("./ms_gothic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: "MS Gothic", serif;
    color: #ED1C24;
    font-size: 13px;
}

marquee {
    border-bottom: 1px solid #ED1C24;
    color: #23B14C;

}



html,
body {
    margin: 0px;
    height: 100%;
    width: 100%;

}

body {
    display: flex;
    background-color: #FFC335;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    /*change these later*/
    width: 100vw;
    height: 100vh;
    /*------------------*/
    /*border: 1px solid #ED1C24;*/
    background-color: #FFC335;
    flex-direction: column;
}

.remaining {
    box-sizing: content-box;
    flex-grow: 1;
    --offset: 25px;
    margin-left: var(--offset);
    width: calc(100%-(var(--gutter)));
    border-left: 1px solid #ED1C24;
    background-color: #FFAEC9;
    display: flex;
}

/*change these later*/
.remaining>nav,
.content {
    border-right: 1px solid #ED1C24;

}

.remaining>nav,
.content,
.media {
    height: 100%;
}

.remaining>nav {
    width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.remaining>nav p {
    border: 3px ridge #ED1C24;
    background-color: #FFC335;
    padding: 3px;
    text-decoration: underline;
}

.links {
    width: 85%;
    border: 3px ridge #ED1C24;
    background-color: #FFC335;
}

.links a {
    display: block;
    font-size: 13px;
    margin: 3px;
}

.buttons {
    margin-top: 30px;
}

.content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.top,
.bottom {
    width: 100%;
}

.top img {
    width: 100%;
}

.bottom {
    flex-grow: 1;
}

.media {
    width: 350px;
}

/*------------------*/
marquee {
    padding: 3px;
}

.banner {
    transform-origin: top left;
    transform: translateX(60px) rotate(90deg);
    margin-left: 20px;
    margin-top: 20px;
}

.wrapper {
    display: flex;
    flex-direction: row;
    /*border: 2px solid black;*/
    margin-left: 100px;
    margin-right: 20px;
    height: 90%;
    transform: translateY(-60px);

}

.wrapper nav {
    width: 100px;
    overflow-y: scroll;
    scrollbar-width: none;
    box-sizing: border-box;
    padding-right: 15px;
    overflow-wrap: break-word;
}



.wrapper nav,
.blinkies {
    height: 100%;
}

.status,
.about {
    width: 210px;
    /*border-right: 1px solid black;*/
    margin: 0px;
    overflow-y: scroll;
    scrollbar-width: none;

}

.status {
    padding-right: 15px;
    position: relative;
}

.wrapper nav p {
    margin: 0px;
    text-decoration: underline;
    margin-bottom: 13px;
}

.tidbits {
    position: absolute;
    bottom: 0px;
}

.tidbits p {
    margin: 0px;
}

.tidbits a {
    display: inline-block;
    margin-top: 2px;

}

.tidbits img {
    border: 1px solid #ED1C24;
}

.status p,
.about p {
    padding-right: 10px;
}

.blinkies {
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    min-height: 0;

}

.wrapper nav p {
    color: #ED1C24;
}

.blinkies,
.wrapper,
.bottom,
.content,
.remaining {
    min-height: 0;
}

.blinkies img {
    display: block;
    /*this property never works*/
    margin: auto;
}

.media {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 15px;
    overflow-y: scroll;
}

.aboutme {
    display: inline-block;
    width: 209px;
}

.stamps,
form {
    display: inline-block
}

.stamps img {
    display: block;
}

.stamps {
    vertical-align: top;
}

.awrapper a {
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.awrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 5px;
    width: 95%;
    height: 40px;
    border: 1px solid black;
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRbEly4Oibg6o89rxuF-MUtN-O1EhLoD7ZTPmv_QLx3lw&s=10");
    background-size: cover;
}