@font-face {
	font-family: 'topnavbar';
	src: url('../fonts/Alto Voltaje.ttf');
}

@font-face {
	font-family: 'toptitle';
	src: url('../fonts/Kazmann Sans.ttf');
}

@font-face {
	font-family: 'mainbox';
	src: url('../fonts/MankSans.ttf');
}

html {
	box-sizing: border-box;
	height: 100%;
}

body {
	height: 100%;
	background-color: black;
}

*, *::before, *::after {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: mainbox;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 50px;
	padding-top: 10px;
}

h2 {
	font-family: mainbox;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 30px;
	padding-top: 20px;
	
}

h3 {
	font-family: mainbox;
	width: 100%;
	font-size: 40px;	
}

h4 {
	font-family: mainbox;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	
}

p {
	font-family: mainbox;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 24px;
	opacity: 1.0;
}

li {
	font-family: mainbox;
	color: white;
	width: 100%;
	font-size: 18px;
	opacity: 1.0;
}


nav {
	width: 100%;
	background-color: black;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blank {
	display: flex;
	width: 100px;
}

.topnav {
	height: 150px;
	position: fixed;
	z-index: 2;
}

#lrlogo {
	width: 100px;
	max-height: 100px;
	flex: 1;
}

#lrlogo img {
	width: 100px;
	margin-top: 25px;
}

.topbutton {
	position: relative;
	display: inline-block;
	min-width: 150px;
	margin: auto;
}

.topbutton button {
	border: none;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 40px;
	font-family: "topnavbar";
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	min-width: 150px;
	margin: auto;
}

.dropdown {
	position: fixed;
	display: flex;
	top: 0px;
	left: calc(50% - 150px);
	z-index: 1;
	font-family: "topnavbar";
	min-width: 300px;
	max-width: 300px;
	min-height: 150px;
	max-height: 150px;
	text-align: center;
}

.dropdown a {
	text-decoration: none;
	font-size: 20px;
}

.leftsidedrop {
	margin-top: 40px;
	min-width: 150px;
	max-width: 150px;
}

.rightsidedrop-games {
	margin-top: 45px;
	min-width: 150px;
	max-width: 150px;
}

.rightsidedrop-media {
	margin-top: 30px;
	min-width: 150px;
	max-width: 150px;
}

.rightsidedrop-devlog {
	margin-top: 30px;
	min-width: 150px;
	max-width: 150px;
}

.rightsidedrop-about {
	margin-top: 20px;
	min-width: 150px;
	max-width: 150px;
}

#games-drop {
	display: none;
	background-color: black;
}
#games-drop a {
	font-size: 24px;
}

#media-drop {
	display: none;
	background-color: black;
}

#media-drop a {
	font-size: 24px;
}

#devlog-drop {
	display: none;
	background-color: black;
}

#devlog-drop a {
	font-size: 24px;
}

#about-drop {
	display: none;
	background-color: black;
}

#about-drop a {
	font-size: 24px;
}

.topnav a {
	color: white;
	text-decoration: none;
	font-size: 50px;
	font-family: "topnavbar";
	text-align: center;
}

.topbnav {
	margin: auto;
	display: flex;
}

.bottombnav {
	margin: auto;
	display: flex;
}

/*.topnav a:hover {
	background-color: #be3a34;
}*/

#toptext {
	color: #be3a34;
	font-size: 0px;
	font-family: "toptitle";
	height: 100%;
	width: 300px;
	display: block;
}

#lrtext {
	flex: 1 1 auto;
}

#logotitle {
	display: flex;
	max-width: 300px;
	min-width: 300px;
	margin-left: 10px;
}

#centernav {
	display: none;
	max-width: 300px;
	min-width: 300px;
	margin: auto;
}

#compactnav {
	display: none;
	flex: 0 1 auto;
	width: 50px;
	height: 150px;
	margin: auto;
	background-image: none;
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: 10% 50%;
}

#compactnav img {
	width: 24px;
	display: block;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
}

#cnavtext {
	color: #be3a34;
	font-size: 40px;
	text-align: center;
	font-family: "toptitle";
}

#portraits {
	max-width: 300px;
	min-width: 300px;
	max-height: 150px;
	display: flex;
	justify-content: flex-end;
	padding-right: 15px;
}

.iconimg {
	min-height: 24px;
	min-width: 24px;
	max-height: 24px;
	max-width: 24px;
	margin-right: 10px;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

.iconimg a {
	max-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px;
	font-size: 24px;
}

.iconimg img {
	width: 24px;
}

#portraitimg {
	justify-content: flex-end;
	height: 150px;
}

#portraitimg img {
	height: 120px;
	margin-top: 15px;
}

#linkblock {
	max-width: 160px;
	min-width: 160px;
	min-height: 150px;
	max-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#emptyblock {
	display: none;
	max-width: 60px;
	min-width: 60px;
}

.mainwrapper {
	/*position: fixed;*/
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	box-sizing: inherit;
	padding-top: 150px;
}

#threecolumn {
	width: 100%;
	display: flex;
	min-height: 1450px;
	max-height: 100%;
	flex: 1;
	justify-content: center;
	align-items: center;
	box-sizing: inherit;
}

.leftbox {
	min-height: 100%;
	background-color: #be3a34;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("../images/deadwinter/dw_bg.png");
	background-size: cover;
	text-shadow: 2px 2px #000000;
}

.midbox {
	min-height: 100%;
	background-color: #0066cc;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("../images/titangarden/titan_bg.png");
	background-size: cover;
	text-shadow: 2px 2px #000000;
}

.rightbox {
	min-height: 100%;
	background-color: #339933;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("../images/relicverse/relicverse_bg.png");
	background-size: cover;
	text-shadow: 2px 2px #000000;
}

.innerbox {
	max-height: 800px;
	max-width: 600px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.imgmidbox {
	padding-top: 75px;
	width: 100%;
}

.innercolbox {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.imgcolbox {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: max(100px, 15vh);
	margin-top: 20px;
}

.imgcolbox img {
	position: absolute;
	margin: auto;
}

#threerow {
	width: 100%;
	display: none;
	height: max(450px, calc(100vh - 150px));
	/*min-height: calc(100% - 150px);
	max-height: calc(100% - 150px);*/
	justify-content: top;
	align-items: top;
	box-sizing: inherit;
	flex-direction: column;
}

.topcolbox {
	min-width: 100%;
	min-height: 100px;
	background-color: #be3a34;
	margin-bottom: 5px;
	background-image: url("../images/deadwinter/dw_bg.png");
	background-size: cover;
	text-shadow: 2px 2px #000000;
}

.midcolbox {
	min-width: 100%;
	min-height: 100px;
	background-color: #0066cc;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url("../images/titangarden/titan_bg.png");
	background-size: cover;
	text-shadow: 2px 2px #000000;
}

.bottomcolbox {
	min-width: 100%;
	min-height: 100px;
	background-color: #339933;
	margin-top: 5px;
	background-image: url("../images/relicverse/relicverse_bg.png");
	background-size: cover;
	text-shadow: 2px 2px #000000;
}

@keyframes get-small {
	from {padding-left: 10px; padding-right: 10px;}
	to {padding-left: 0px; padding-right: 0px;}
}


.midsize {
	flex: 1;
	box-sizing: inherit;
	background-position: left;
}

.midsize p {
	display: none;
}

.midsize h4 {
	font-size: 14px;
}

.shrink h4 {
	opacity: 0;
	font-size: 0px;
}

.expanded h4 {
	font-size: 14px;
}


.midcolumn {
	flex: 1;
	box-sizing: inherit;
	background-position: center;
}

.menucolbox {
	flex: 1;
	box-sizing: inherit;
}

.expanded {
	flex: 1;
	box-sizing: inherit;
	background-position: center;
}

.expanded p {
	display: inline;
}

.expandcol {
	box-sizing: inherit;
	background-position: center;
	height: max(650px, calc(100vh - 150px));
	
}

.shrink {
	flex: 0 0 100px;
	box-sizing: inherit;
	animation-name: get-small;
	animation-duration: 0.5s;
	background-position: left;
}

.shrink p {
	display: none;
}

.shrinkcol {
	display: none;
}

.shrink h1 {
	font-size: 10px;
}

.shrink h2 {
	opacity: 0;
	font-size: 0px;
}

.midsize p {
	opacity: 0;
	font-size: 0px;
}

.shrink p {
	opacity: 0;
	font-size: 0px;
}

.expanded button {
	display: inline-block;
}

.midsize button {
	display: none;
}

.shrink button {
	display: none;
}

.expandcol button {
	display: inline-block;
}

.midcolumn button {
	display: none;
}

.shrinkcol button {
	display: none;
}

.midcolumn h2 {
	opacity: 0;
	font-size: 0px;
}

.shrinkcol h2 {
	opacity: 0;
	font-size: 0px;
}

.expandcol h2 {
	font-size: 24px;
}

.midcolumn h4 {
	font-size: 14px;
}

.shrinkcol h4 {
	opacity: 0;
	font-size: 0px;
}

.expandcol h4 {
	font-size: 14px;
}

.colbutton1 {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
}

.colbutton1 button {
	border: none;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 40px;
	font-family: "topnavbar";
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	min-width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
}

.colbutton2 {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
}

.colbutton2 button {
	border: none;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 40px;
	font-family: "topnavbar";
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	min-width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
}

.colbutton3 {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
}

.colbutton3 button {
	border: none;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 40px;
	font-family: "topnavbar";
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	min-width: 150px;
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
}

.colbutton4 {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
}

.colbutton4 button {
	border: none;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 40px;
	font-family: "topnavbar";
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	min-width: 130px;
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
}

.colbutton5 {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
}

.colbutton5 button {
	border: none;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 40px;
	font-family: "topnavbar";
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	min-width: 130px;
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
}

.colbutton6 {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
}

.colbutton6 button {
	border: none;
	background-color: black;
	color: white;
	text-decoration: none;
	font-size: 40px;
	font-family: "topnavbar";
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	min-width: 130px;
	margin-left: 10px;
	margin-right: 10px;
	flex: 1;
}

.otherstuff {
	min-height: 70px;
	width: calc(100% - 20px);
	margin: 10px 10px 10px 10px;
}

.thickblock {
	/*position: fixed;*/
	/*bottom: 0;*/
	min-height: 160px;
	width: calc(100% - 20px);
	margin: 10px 10px 10px 10px;
	background-color: #6600cc;
	/*box-sizing: inherit;*/
}

.thickblock button {
	font-family: mainbox;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 40px;
	padding-top: 56px;
	background-color: transparent;
	border: none;
	text-shadow: 2px 2px #000000;
}

.thinblock {
	/*position: fixed;*/
	/*bottom: 0;*/
	min-height: 80px;
	width: calc(100% - 20px);
	margin: 10px 10px 10px 10px;
	background-color: #6600cc;
	/*box-sizing: inherit;*/
}

.thinblock button {
	font-family: mainbox;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 40px;
	padding-top: 12px;
	background-color: transparent;
	border: none;
	text-shadow: 2px 2px #000000;
}

.thinh1 {
	font-family: mainbox;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 50px;
	padding-top: 10px;
}

.thinblock a {
	text-decoration: none;
}

.footer {
	min-height: 400px;
	width: 100%;
}

.footerblock {
	min-width: 300px;
	max-width: 300px;
	margin-left: calc(50% - 150px);
}

.footernav {
	display: flex;
	min-width: 300px;
	left: calc(50% - 150px);
}

.compactdropdown {
	display: flex;
	min-width: 300px;
	left: calc(50% - 150px);
	flex-direction: column;
}

.footercol {
	min-width: 150px;
	text-align: center;
	flex: 1;
}

.footercol a {
	font-family: "topnavbar";
	font-size: 20px;
	text-decoration: none;
	color: white;
}

#rndport {
	visibility: hidden;
}

.exphide {
	display: none;
}

.expgrow {
	display: block;
	min-height: 200px;
	max-height: 200px;
	
	min-width: 300px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.expgrow p {
	
}

.expgrow a {
	text-decoration: none;
}

#footersep {
	min-height: 1px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #333333;
}

.mainbody {
	max-width: 800px;
	min-width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.mainbody p {
	font-size: 18px;
}

.twocol {
	display: flex;
}

.twocolinner {
	flex: 1;
	margin-left: 10px;
	margin-right: 10px;
}

.twocolinner img {
	width: 100%;
	max-width: 500px;
	min-width: 120px;
}

.tcvertical {
	flex-direction: column;
}

.mainlogo {
	width: calc(50% - 20px);
	max-width: 800px;
	min-width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 0px;
}
