@import url('https://fonts.googleapis.com/css2?family=Montserrat:500,800&display=swap');
@charset "utf-8";
/* CSS Document */

body {
	  font-family: 'Montserrat', sans-serif;
	font-size:14px;
	padding: 10px;
	background-color:#FFFFFF;
}
/*
#wrapper {
	background-color:#FFFFFF;
	width: 900px;
	height:auto;
	border:4px;
	border-color:#000000;
	border-style: double;
	float: left;
}
*/
#banner {
	display: none;
	/* background-color:#003366;
	color:#FFFFFF;
	font-size: x-large;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: .2em;
	*/
}

#title {	
display: none;
	background-image: url('elements/3w.png');
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-size: x-large;
	border-bottom: 2px;
	border-color: #000000;
	letter-spacing: 0.15em;
	padding-left: 10px;
	padding-top: 4px;
}

#navigation {
display: none;
	background-color:#FFFFFF;
	width: auto;
	text-align: left;
	padding: 0.2em 0em 0.2em 0em;
}

.navigationul {
display: none;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 95%;
	text-indent: 0px;
	margin: 0;
	margin-left: 0px;
}

.navigationli {
display: none;
	display: block;
	float: right;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 28px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-bottom: 2px white;
	text-align: left;
	text-indent: 0px;
}

a	{
	
	color: #ffffff;
	text-decoration-line: none;
}

a:link	{
	color: #ffffff;
	text-decoration-line: none;
}
/*
a:visited {
	color: #434343;
	text-decoration-line: none;
}
*/
/*
a:hover	{
	background-color:#afb0b2;
	background-clip: content-box;
	color:#FFFFFF;
	text-decoration-line: none;
}
*/
.navigationli:hover {
	color: #ffffff;
	background-color: #afb0b2;
	/* 	border-bottom: 2px solid gray; */
	
}

#content {
display: flex;
flex-wrap: wrap;
	color:#003366;
	float:left;
	border:none;
	width:100%;
}

#datablock {
	
	display: flex;
	flex-direction: column-reverse;
	/* margin: 8px;*/
	/* width:575px; */
	float:right;
	clear:right;
}
#datablock p:nth-child(1) {
	background-image: url('elements/star_seperator.svg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 200px;
	background-color: #ffffff;
	padding-top: 3%;
	border:none;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;

}

#datablock p:nth-child(2) {
	background-image: url('elements/relay.jpg');
	background-size: cover;
	text-align: center;
	padding-bottom: 15%;
	padding-top: 15%;

}

.datalabel {
	color:#003366;
	width:125px;
	float:left;
	clear:both;
}

.datatext {
	color:#003366;
	width:425px;
	float:right;
	clear:right;
}

.card {
        border: 4px solid #AEB0B2;
        margin: 2px;
}

#imageblock {
	background-color:#FFFFFF;
	color:#003366;
	margin:8px;
	width:280px;
	float:left;
	clear:left;
}

.mainimage {
	color:#003366;
	width: 265px;
	font-style: italic;
	font-size: 10px;	
	background-color:#FFFFFF;
	padding: 2px;
}

.subimage {
	width:120px;
	padding-bottom:0px;
}

.subimages {
	color:#003366;
	background-color:#FFFFFF;
	width: 125px;
	float:left;
	padding: 4px;
	font-style: italic;
	font-size: 10px;
}

#footer {
    display: none;
    background-image: url('elements/star_seperator.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 200px;
    background-color: #ffffff;
    padding-top: 3%;
    border: none;
    text-transform: uppercase;
    font-size: 80%;
    background-color: #ffffff;
    color: #434343;
    float: left;
    text-align: center;
    clear: both;
    height: 150px;
    width: 100%;
}

#footer:after {
	content: "    |    TEAMUSA.ORG";
}

.toc {
	background-color:#FFFFFF;
	color: #ffffff;
	padding:0;
	list-style-type: none;
}
.toc ul li{
    text-align:center;
}
.toc ul li .imagefile {
    width: 150px;
    height: 150px;
}

.image {
    height: 120px;
    vertical-align: top;
	/*float: left;*/
	/*clear:both;*/
	padding: 10px;
	border: none;
    text-align: center;
}

.objname {
	display: none;
	/*
	float: left;
	font-weight:bold;
	padding: 3px;
	width: 150px;
	*/
}

.objectid {
	display: none;
	/* float: left;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;	
	*/
}

.title {
	text-align: center;
	font-weight:bold;
}

.descrip {
	display:none;
	/*
	float: left;
	padding: 3px;
	width: 685px;
	*/
}


.reclink {
	font-style: italics;
	font-weight:bold;
}

hr {
	float:left;
	clear:both;
	width: 95%;
	height: 2px;
}
.toc li .image {
	padding-top:10px;
	padding-bottom:10px;
}
.startexhibit {
	font-weight: bold;
	color: #ffffff;
	font-size: x-large;
	border: 3px solid;
	border-color: #aa182c;
	padding: 8px;
	/* margin: .2em;
	padding: .2em; */
}

.startexhibit:hover {
	font-weight: bold;
	font-size: x-large;
	border: 3px solid;
	border-color: #ffffff;
	/* margin: .2em;*/
}

#content li.title {
color: #ffffff;
background-color: #aa182c;
text-transform: uppercase;
padding: 4px;
}

#content li:nth-child(5n+4) {
	
}
