/* CSS file for Website
Authors: Cake and Ariimeow78
*/

html, body {
  background-color: black;
  background-image: url("/resources/mainBackground.png");
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

code {
  background-color: #2F3136;
  background: solid;
  padding: 1px 2px 1px 2px;
  border-radius: 3px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  background: transparent;
  text-decoration: underline;
}

.noURL {
  text-decoration: none;
}
.noURL:hover {
  text-decoration: underline;
}


.annoucement {
  background-color: rgba(200, 0, 0, 1);
  color: white;
  font-family: Arial;
  padding: 10px;
  border: 2px solid white;
}

.maintitle {
  background-color: #2E8B57;
  color: white;
  text-align: center;
  padding-bottom: 42px;
  font-family: Arial;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  color: white;
  text-align: center;
}

.TC {
  font-size: 25px;
  text-align: Center;
}

.dw_cool {
  border-radius: 30px;
  color: White;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Arial;
  padding: 25px 50px;
  margin: 10px 20px;
  align-items: center;
}

.cent-img-full {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ps {
  font-weight:bold;
}

.footer {
  background-color: black;
  font-family: Arial;
  width: 100%;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  color: white;
  text-align: center;
  clear:both;
}


#wrap {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 350px;
  /* must be same height as the footer */
  display: flex;
  flex-direction: column;
}

#footer {
  position: relative;
  margin-top: -350px;
  /* negative value of footer height */
  height: 350px;
  clear: both;
  background-color: black;
}
/* Opera Fix thanks to Maleika (Kohoutec) */
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J - negate effect of float */
}
