/*
*	NICK WILSON, 2020 - 2021. NO STEAL.
*/

/* General */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0F0F0F;
	color: white;
}

h1 {
	color: #F0F0F0;
	font-size: 250%;
	text-align: center;
}

h2 {
	color: #CCCCCC;
	text-align: left;
	font-size: 200%;
	text-transform: uppercase;
}

h3 {
	color: #ADADAD;
	font-size: 150%;
	font-weight: bold;
}

h4 {
	color: #9D9D9D;
	font-size: 140%;
	font-weight: bold;
}

h5 {
	color: #757575;
}

p#desc {
	text-align: center;
	font-style: italic;
}

p.tags {
	text-align: center;
	font-style: italic;
	color: #9D9D9D;
	font-size: 85%;
}

::selection {
  color: #0F0F0F;
  background: #F0F0F0;
}

/* Navigation */

table.titlebar {
	padding: 5px;
	/*background-color: #595959;*/
	background-color: #FFFFFF0F;
	table-layout: fixed;
	width: 50%;
	max-width: 800px;
	min-width: 350px;
	margin-left: auto; 
	margin-right: auto;
	border-radius: 10px;
}

.titlebar a {	
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
}

a.titlebarlink {
	color: #E6E6E6;
	text-decoration: none;
}

a.titlebarlink:hover {
	/*background-color: #707070;*/
	background-color: #FFFFFF1F;
	border-radius: 5px;
}

a.titlebarlink_ACTIVE {
	/*background-color: #707070;*/
	background-color: #FFFFFF2F;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 5px;
}

div.links {
	padding: 5px;
	/*background-color: #2F3029;*/
	background-color: #FFFFFF0F;
	width: 71%;
	max-width: 1220px;
	min-width: 420px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 14px;
	/*padding-bottom: 0px;*/
	margin-bottom: 15px;
}

table.links {
	table-layout: fixed;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.links a {
	color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
}

table.links th#back:hover, th#forward:hover {
	/*background-color: #3B3C33;*/
	background-color: #FFFFFF1F;
	border-radius: 6px;
}

table.links th#block {
	width: 60%;
}

/* Body */

p.page_topic {
	font-style: italic;
	margin: 5px 0px;
}

div.textbody_container {
	padding: 15px;
	/*background-color: #2F3029;*/
	background-color: #FFFFFF0F;
	width: 71%;
	max-width: 1200px;
	min-width: 400px;
	margin-left: auto; 
	margin-right: auto;	
	border-radius: 14px;
}

div.textbody_container.headed {
	/* If header is provided, don't round upper edges */
	border-radius: 0px 0px 14px 14px;
}

div.textbody_container img {
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.iframe_container {
	width: 90%;
	height: 90%;
	padding-top: 50%;
	position: relative;
	overflow: hidden;
	margin: auto;
	border-radius: 1vw;
}

div.iframe_container iframe {
	width: 100%;
	height: 100%;
	border: 0;
	top: 0;
	left: 0;
	position: absolute;
}

div.textbody {
	padding: 0px 30px 0px;
	color: #ADADAD;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

div.textbody ul, ol, p{
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	font-weight: 400;
	line-height: 120%;
}

div.textbody a {
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-style: italic;
}

div.textbody a:hover {
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
}

div.dl a.download {
	color: #ADADAD;
	background-color: #FFFFFF1F;
	font-style: normal;
	padding: 10px;
	border-radius: 6px;
	line-height: 3;
	font-weight: 600;
}

div.textbody h1 {
	color: #F0F0F0;
	font-size: 250%;
	text-align: center;
	text-transform: uppercase;
}

div.textbody h2 {
	margin: 0px 0px 5px;
}

div.textbody h3 {
	margin: 5px 0px 0px;
}

div.textbody a {

}

div.topic h2 {
	margin: 0px 0px 5px;
}

div.topic h3 {
	margin: 5px 0px 0px;
}

ul.nostyle {
	padding: 0;
	list-style: none;
}

code {
	color: #FFB0B0;
	font-family: "Courier New", Courier, monospace;
}

/* Projects */

table.projects {
	width: 100%;
	table-layout: fixed;
}

table.projects td {
	text-align: center;
}

table.projects p {
	text-align: center;
}

table.projects img {
	width: 90%;
}

table.projects h4 {
	font-size: 150%;
	text-align: center;
}

table.projects a {
	padding-top: 1px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
}

table.projects a:hover {
	background-color: #FFFFFF0F;
	border-radius: 10px;
}

hr.type-divider {
	border: 4px solid;
	border-color: #FFFFFF0F;
	border-radius: 2px;
}

img.thumb_3d {
	border-radius: 5%;
}

img.full_3d {
	border-radius: 1vw;
}

/* Individual */

table.proj_individual {
	width: 100%;
	table-layout: fixed;
	padding: 10px;
}

table.proj_individual td {
	text-align: center;
}

table.proj_individual p {
	text-align: center;
}

table.proj_individual img {
	width: 90%;
}
