#Left {
	width: 50vh;
}
#Right {
	width: 33vh;
}
#Right>ul {
	align-items: end;
	justify-content: start;
}

#Upper {
	font-size: 1.3vw;
	height: 0;
}
#Upper>h1 {
	margin: 0;
}

#Lower {
	position: relative;
	margin: auto;
	flex: 0 1 auto;
	text-align: center;
}

#termContainer {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	height: 100%;
}
#termContainer {
	top: 10vh;
	overflow: auto;
}

#termBorder {
	width: 826px;
	/* height: 518px; */
	position: relative;
	top: -3.7px;
}

#ansible {
	font-family: "FavFont", monospace;
	display: grid;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	justify-content: center;
	align-content: center;
	padding-top: 36px;
}

.grid-cell {
	margin: 0;
    padding: 0;
    display: flex;
	height: .975em;
	width: .45em;
	align-items: center;
	justify-content: center;
	white-space: pre;
}


.Link>img {
    width: 1em;
    height: 1em;
}
.Site>img {
    width: 1em;
    height: 1em;
}



#content {
    overflow-y: auto;
}


body {
    flex-direction: row;
}


.Link>img {
    font-size: 16.667vh;
}

.Link>span {
    font-size: 5.556vh;
}

.Site>img {
    font-size: 16.667vh;
}
.Site>span {
	text-align: right;
}
.Site>span {
    font-size: 5.556vh;
}
#content { 
	left: 25%;
	top: 10%;
}

/* Portrait */

@media (orientation: portrait) {
    body {
        flex-direction: column;
    }
	#Upper {
		font-size: 1.8vh;
	}

    #Left {
        width: 100%;
        height: 25vw;
    }

    #Left>ul {
        flex-direction: row-reverse;
    }

    #Right {
        width: 100%;
        height: 25vw;
    }

    #Right>ul {
        flex-direction: row;
		margin: 0;
    }

    .Link>img {
        font-size: 25vw;
    }
    .Site>img {
        font-size: 25vw;
    }

    .Site>span {
        display: none;
    }

    .Link>span, #IRCLink {
        display: none;
    }
    .Link>span, #DiscordLink {
        display: none;
    }
}
