body{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	background-image: url("MIL32041.JPG");
	background-size: cover;
}

img {
	width: auto !important;
	height: auto !important;
	max-width: none !important;
	max-height: none !important;
}

#container{
	max-width: 750px;
}

#contentWrapper{
	display: flex;
	flex: 1;
}

span{
	color:white;
}

#leftSelection{
	float: left;
	padding: 10px 15px 0px 15px;
	background: linear-gradient(180deg,rgba(212, 248, 255, 1) 0%, rgba(59, 92, 191, 1) 0%, rgba(121, 140, 224, 1) 100%);
}

.items{
	background: linear-gradient(180deg,rgba(212, 248, 255, 1) 0%, rgba(129, 158, 247, 1) 0%, rgba(53, 71, 240, 1) 100%);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: flex;
}

.items:hover{
	cursor:pointer;
	background: linear-gradient(360deg,rgba(212, 248, 255, 1) 0%, rgba(129, 158, 247, 1) 0%, rgba(53, 71, 240, 1) 100%);
}

a{
	text-decoration: none;
	color: white;
}

.selIcons{
	width:16px;
	height: auto;
}

#mainContent{
	background-color: #2169c6;
	padding:10px;
	flex: 1;
	overflow-y: auto;
	height: 700px;
}
/*
#mainContent img{
	width: 100%;
	display: block;
}
*/
#footer{
	text-align: center;
	padding: 10px;
	color: white;
	background-color: #2f79d8;
}

#lol {
	color: white;
}

.item-linkers{
	display:block;
	color:inherit;
}

.importantText{
	color: red;
}

.site-updates-container{
	background-color: #2779e4;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	height: 400px;
	overflow-y: auto;
}

#updates{
	background-color: #3e8aec;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.linkIcons{
	display: inline-flex;
	align-items: left;
	text-decoration: none;
	color: inherit;
	gap: 8px;
}

.tertiary-container{
	background-color: #2779e4;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.column{
	display: flex;
	gap: 5px;
	align-items: center;
	margin: 0px auto;
	display: inline-block;
}