@font-face {
	font-family: 'typesauce';
	src: url('./typesauce.woff2') format('woff2'),
		 url('./typesauce.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

:root{scrollbar-color: #530400 #a80023;
  border-right: 6px solid #530400;}

.tags {
  display: inline;
  position: relative;
}

.tags:hover:after {
  background: #333;
  background: rgba(109, 0, 5, .8);
  border-radius: 5px;
bottom: -86px;
  color: #fff;
  content: attr(data-gloss);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 350px;
}

.tags:hover:before {
  border: solid;
  border-color: rgba(109, 0, 5, .8) transparent;
  border-width: 0 6px 6px 6px;
  bottom: -4px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}

.typesauce {
	font-family: 'typesauce';
	font-weight: 100;
	text-align: center;
	font-display: swap
}

body {
  background-image: url(./images/bg.png);
  background-repeat: repeat;
  font-size: 15pt;
  font-weight: 500;
  line-height: 16pt;
  color: #fff;
}

a {
	color: #fff;
}

a:hover, a:visited {
	color: #fff;
}

.content {
	background-color: #860006;
	background-repeat: repeat;
	border-bottom: 5px solid #530400;
	border-top: 5px solid #A90024;
	padding: 80px 0 100px 0;
	margin: 50px 0 50px 0;
	position: relative;
}

.content2 {
	border-radius: 12px;
	background: #0000005F;
	padding: 10px;

	font-size: 18pt;
}
.flex-centered:not(div:first-of-type) {
  background: #0000005F;
}



/* Cool infinite background scrolling animation.
 * Twitter: @kootoopas
 */
/* Exo thin font from Google. */
@import url(https://fonts.googleapis.com/css?family=Exo:100);
/* Background data (Original source: https://subtlepatterns.com/grid-me/) */
/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 512px 512px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 512px 512px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 512px 512px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 512px 512px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 512px 512px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 512px 512px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 512px 512px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 512px 512px;
  }
}
/* Main styles */
body {
  font: 400 16px/1.5 exo, Atkinson Hyperlegible,ubuntu, "segoe ui", helvetica, arial, sans-serif;
  text-align: center;
  /* img size is 50x50 */
  background: url(https://vinemon.link/vinemon/images/bg.png) repeat 0 0;
  -webkit-animation: bg-scrolling-reverse 8s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 8s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 8s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 8s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

*{
  margin: 0;
  padding: 0;
}
section{
  position: relative;
  width: 100%;
  height: 100vh;
display: contents;
}
section .air{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(https://vinemon.link/vinemon/images/wave.png);
  background-size: 1000px 100px
}
section .air.air1{
  animation: wave 30s linear infinite;
  z-index: 8;
  opacity: 1;
  animation-delay: 0s;
}
section .air.air2{
  animation: wave2 15s linear infinite;
  z-index: 7;
  opacity: 0.5;
  animation-delay: -5s;
}
section .air.air3{
  animation: wave 30s linear infinite;
  z-index: 6;
  opacity: 0.2;
  animation-delay: -2s;
}
section .air.air4{
  animation: wave2 5s linear infinite;
  z-index: 5;
  opacity: 0.7;
  animation-delay: -5s;
}
section .aira{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(https://vinemon.link/vinemon/images/wave2.png);
  background-size: 1000px 100px
}
section .aira.air1{
  animation: wave 30s linear infinite;
  z-index: 8;
  opacity: 1;
  animation-delay: 0s;
}
section .aira.air2{
  animation: wave2 15s linear infinite;
  z-index: 7;
  opacity: 0.5;
  animation-delay: -5s;
}
section .aira.air3{
  animation: wave 30s linear infinite;
  z-index: 6;
  opacity: 0.2;
  animation-delay: -2s;
}
section .aira.air4{
  animation: wave2 5s linear infinite;
  z-index: 5;
  opacity: 0.7;
  animation-delay: -5s;
}
section .airb{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(https://vinemon.link/vinemon/images/wave3.png);
  background-size: 1000px 100px
}
section .airb.air1{
  animation: wave 30s linear infinite;
  z-index: 8;
  opacity: 1;
  animation-delay: 0s;
}
section .airb.air2{
  animation: wave2 15s linear infinite;
  z-index: 7;
  opacity: 0.5;
  animation-delay: -5s;
}
section .airb.air3{
  animation: wave 30s linear infinite;
  z-index: 6;
  opacity: 0.2;
  animation-delay: -2s;
}
section .airb.air4{
  animation: wave2 5s linear infinite;
  z-index: 5;
  opacity: 0.7;
  animation-delay: -5s;
}
@keyframes wave{
  0%{
    background-position-x: 0px; 
  }
  100%{
    background-position-x: 1000px; 
  }
}
@keyframes wave2{
  0%{
    background-position-x: 0px; 
  }
  100%{
    background-position-x: -1000px; 
  }
}
ul {    text-align: left!important;}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
* {
  box-sizing: border-box;
}

