/*CSS MOTD © 2021 by Guilhacabala is licensed under CC BY 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/*/
*{
	margin: 0;
	padding: 0;
}

body{
	background-color:  #2f2e2e;
	overflow-x: hidden;
	overflow-y: scroll;
}

a{
	color: purple;
	text-decoration: none;
}
li:hover a{
	color:red;
}

.false {
	width: 0;
	height: 0;
}
.true {
	
}
}
header .arial {
	font-family: Arial;
}
.header-holder{
	display: inline-flex;
	width: 100vw;
	height: max(12vw, 18vh);
	overflow: hidden;
	justify-contents: center;
	
	
}

.t10logo {
	height: 100%;
	aspect-ratio: 1 / 1;
	
}

.motd-fullheader {
	background-image: linear-gradient(to bottom right, #4caf50, darkgreen);
	width:100%;
	
}

.motd-header {
	text-align: center;
	color: white;
	font-size: max(2vw, 3vh);
	
	border-top: max(1vw, 2vh) solid transparent; 
		
}
.motd-header2 {
	text-align: center;
	color: #ffc107;
	font-size: max(2vw, 3vh);
	border-bottom: max(1vw, 2vh) solid transparent;
}

nav{
	width: 70%;
	height: auto;
	font-family: Arial;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	background: transparent;
	padding-bottom: 15px;
	border-bottom: 5px solid #8b0000;
	border-top: 5px solid #8b0000;
	
}

input{
display: none;	
}
.item input:checked ~ ol{
	height: auto;
	max-height: 2000000px;
}

ol div{
	width: 95%;
	height: auto;
	font-family: Arial;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background: transparent;
	
	
}


.item label{
	display: block;
	padding: 10px;
	background-color: #aaa;
	font-size: max(2vw, 5vh);
	cursor: pointer;
	margin-top: 15px;
	text-align: center;
	
	
}

ol .item label{
	display: block;
	padding: 10px;
	background-color: #aaa;
	font-size: max(2vw, 5vh);
	cursor: pointer;
	border-bottom: solid 2px #aaa;
	text-align: center;
	margin-top: 0px;

	
}

.item ol{
	width: 95%;
	list-style: none;
	overflow: hidden;
	max-height: 0;
	background: #959392;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 10px #959392;
	
	
}
ol .item ol{
	width: 95%;
	list-style: none;
	overflow: hidden;
	max-height: 0;
	background: #828282;
	margin-right: auto;
	margin-left: auto;
	border-bottom: solid 10px #828282;
	
	
}

.item ol li{
	width: 90%;
	height: 8%;
	padding: 10px;
	display: block;
	text-decoration: none;
	background-color: #aaa;
	font-size: max(1.5vw, 2vh);
	font-weight: bold;
	outline: 2px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

li span{
  color:Black;
  
}
li:hover span{
  color:red
}

#Footer {
	margin-right: auto;
	margin-left: auto;
    background: transparent;
    color: white;
    text-align: center;
	width: auto;
	height: auto;
	font-family: Arial;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 4px;
}

/*ScrollBar*/
::-webkit-scrollbar { 	 
  background-color: black;	 
  width: 5px;

}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 0px;

}
::-webkit-scrollbar-thumb {
  background: darkred;
  border-radius: 0px;
}

/*Creative Commons*/
#CCM2 {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.CCM2__window {
  position: relative;
  background-color: #959392;
  padding: 4em 2em;
  text-align: center;
}

.CCM2__close {
  position: absolute;
  top: 2px;
  right: 2px;
  color:white;
  text-decoration: none;
}

#CCM2:not(:target) {
    visibility: hidden;
    opacity: 0;
}
.copyrightup {
position: fixed;
bottom: 5px;
left:5px;
cursor: pointer;
    }
.copyrightup2 {
position: fixed;
text-align: center;
bottom: 5px;
right:5px;
cursor: pointer;
}
button {
	background-color: #2f2e2e;
	border: none;
	color: white;
	padding: 1% 1%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: auto;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
