* {
  font-family: "Ubuntu", sans-serif;
  margin: 0px; }

html {
  background: url("/images/bg/bg1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.wraper {
  display: flex;
  flex-flow: column wrap;
  padding: 1%;
  align-content: left;
  justify-content: flex-start;
  height: 1100px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: baseline;
  justify-content: baseline;
  -webkit-align-content: center;
  align-content: center; }
  @media (max-width: 1400px) {
    .wraper {
      height: 1200px; } }
  @media (max-width: 700px) {
    .wraper {
      height: auto; } }

.childwraper {
  display: flex; }
  .childwraper .content {
    margin: 0 10px;
    width: auto;
    flex: 1; }
    .childwraper .content h2 {
      border: 0; }
  .childwraper .content:last-child {
    margin: 0 0 0 10px; }
  .childwraper .content:first-child {
    margin: 0 10px 0 0; }

.banner {
  text-align: center; }

.container {
  margin: 1%;
  margin-bottom: 8px;
  box-sizing: border-box;
  width: 31%; }
  @media (max-width: 1400px) {
    .container {
      width: 48%; } }
  @media (max-width: 700px) {
    .container {
      width: 98%; } }

.contentback {
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.75);
  border: 1px double black;
  background-color: rgba(0, 0, 0, 0.7); }

.content {
  padding: 15px;
  color: white;
  text-align: left; }
  .content .childwraper {
    border-top: 1px solid white; }
    .content .childwraper .container {
      background-color: transparent;
      box-shadow: none;
      border: none;
      padding-top: 20px; }
  .content a {
    color: lightblue; }
  .content .flexcontent {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid white; }
    .content .flexcontent div {
      width: 50%; }
  .content .article {
    flex-wrap: nowrap;
    margin-left: auto; }
    .content .article div {
      width: auto;
      white-space: nowrap; }
    .content .article div:first-child {
      width: 100%; }
  .content article .paragraph {
    padding: 5px;
    margin-bottom: 10px; }
  .content h2, .content h3, .content .reaction {
    width: 100%; }
    .content h2 a:link, .content h2 a:visited, .content h3 a:link, .content h3 a:visited, .content .reaction a:link, .content .reaction a:visited {
      color: white;
      text-decoration: none; }
    .content h2 a:hover, .content h3 a:hover, .content .reaction a:hover {
      color: lightblue; }

p {
  margin: 5px; }

#icon {
  width: 70%;
  transition: transform 360s;
  transform: rotate(0deg); }
  @media (max-width: 1400px) {
    #icon {
      width: 40%; } }

.discord-widget {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
  background: 0 !important;
  color: white !important; }
  .discord-widget .discord-fade {
    background: none !important; }

#icon:hover {
  transform: rotate(360deg); }

/* Animations */
@keyframes rol {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*# sourceMappingURL=style.css.map */
