@font-face {
  font-family: archivoBlack;
  src: url(ArchivoBlack-Regular.ttf);
}

@font-face {
  font-family: feniceStd-Oblique;
  src: url(FeniceStd-Oblique.otf);
}

body {
  font-family: sans-serif;
  transition: opacity 10s;
  background: linear-gradient(#0EE597, #0471C8);
  margin: 0px;
  
}


.post {
  border: 2px solid gray;
  border-radius: 3px;
  background: radial-gradient(#464646, #474747);
  width: 75%;
  padding-left: 8px;
  padding-right: 8px;
}

.post h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  text-shadow: 5px 5px 5px #000000;
}

.post h4 {
  color: white;
  font-size: 15px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
}

.post p {
  color: white;
  font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
}

#title {
  transition: opacity 1.5s;
  margin: 20px;
}

body:active {
  background-color: black;
}

.not-taskbar button {
  background: linear-gradient(20deg, #FFFFFF, #7EAFD9  ) !important;
  font-family: feniceStd-Oblique;
  font-size: 17px;
}

#motd {
  margin: 20px;
}

#splash {
  font-family: archivoBlack;
  font-size: 15px;
  margin: 20px;
}

.cool_font {
  font-family: feniceStd-Oblique;
  font-size: 40px;
  transform-origin: 10px;
  transition: all 100s;
}

.cool_font:hover {
  transform: rotate(-200000deg);
}

h1 {
  transition: opacity 0.5s;
}

h1:hover {
  opacity: 0.6;
}

h1:active {
  opacity: 0.6;
}



.BOXCS {
  position: relative; 
  display: block;
  padding: 3px;
  max-width: 26%; 
  top: 10%; 
  min-width: 26%; 
  padding: 0.5%;
  margin: 20px;
}

.BOXCS_2 {
  position: relative; 
  display: block;
  padding: 3px;
  max-width: 26%; 
  top: 6%; 
  min-width: 26%; 
  float: right;
  line-height: 25px;
  margin: 20px;
}

.BOXCS_3 {
  position: relative; 
  display: block;
  padding: 3px;
  max-width: 17%; 
  top: 30px; 
  min-width: 17%; 
  float: left;
  margin: 20px;
}

.BOXCS_NEWS {
  position: relative; 
  display: block;
  padding: 3px;
  max-width: 38%; 
  top: -100px; 
  min-width: 38%; 
  margin: auto;  
}

.topnav {
  background-color: #222222;
  padding: 20px;
	left: 0px;
	overflow: visible;
	right: 0px;
	top: -5px;
	z-index: 10000;
	margin: 0;
  line-height: 40px;
  transition: all 0.6s;
  position: relative;
  
}

#enlarge {
  transition: all 0.6s;
}

#enlarge a {
  font-size: 100px;
}



.topnav a {
  float: none;
  transition: all 0.2s;
  color: #f2f2f2;
  text-align: center;
  padding: 20px 10px;
  text-decoration: none;
  font-size: 12px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  font-size: 14px;
  
}

.topnav a.active {
  background-color: rgb(108, 123, 141);
  color: white;
}

#invis {
  transition: all 2s;
}


.taskbar {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.taskbar-items {
  padding: 1px !important;
  margin: 1px !important;
  display: block;
  flex-direction: row;
}


@media only screen and (max-width: 768px) {
  .BOXCS {
    max-width: 90%; 
    top: 10%; 
    left: 0px; 
    min-width: 90%; 
    margin: 4%;
}

.BOXCS_2 {
    max-width: 90%; 
    top: 0px; 
    left: 0px; 
    min-width: 90%; 
    float: left;
    margin: 4%;
}

.BOXCS_3 {
  max-width: 90%; 
  top: 0px; 
  left: 0px; 
  min-width: 90%; 
  float: left;
  margin: 4%;
}

.BOXCS_NEWS {
  max-width: 90%; 
  top: 0px; 
  left: 0px; 
  min-width: 90%; 
  float: left;
  margin: 4%;
}


input {
  font-size: 14pt;
}

.topnav a, .topnav p{
  padding: 30px;
}

.post {
  width: 95%;
}

#invis {
  display: none;
}

#title {
  font-size: 2.9em;
}

#splash {
  font-size: 0.9em;
}

}