
body {
	background-image:url("images/pixelstar.gif");
}
img {
	border-radius: 50px;
}
div#menu {
	border: double indigo;
	background-color: rgba(50,50,50,.9);
	margin-bottom: 10px;
}
div#footmenu {
	border: double indigo;
	background-color: rgba(50,50,50,.9);
	margin-top: 10px;
	}
ul#footmenu li {
	display: inline-block;
	width: 9%;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
}
div#home {
	padding-left:350px;
}
div#title {
	text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 100%;
  font-style: oblique;
  font-weight: bolder;
  font-variant: small-caps;
	margin-bottom: 10px;
}
#title {
	color:white;
	border:solid indigo;
	background-color: rgba(50,50,50,.9);
}

div#wrapper {
	border:solid purple;
	background-image:url("images/space.gif");
	background-attachment: fixed;
	width:1040px;
	margin-left:auto;
	margin-right:auto;
	background-color:purple;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
li {
	float:left;
}
div#info {
	line-height: 25px;
	background-color: rgba(50,50,50,.9);
	display:block;
  border:solid purple;
  width:auto;
	padding-left: 30px;
	padding-right: 30px;
	color:white;
	background:7a991a;
	word-spacing: 0.5px;
}
div#footer {
	color: white;
	margin: auto;
	width:1040px;
}
ul#headmenu li {
	display: inline-block;
  width: 9%;
	font-size: 0.8em;
  text-align: center;
	font-weight: normal;
}

img[src='images/joinnow.gif'] {
  display: block;
  margin: 0 auto;
}

img[src='images/joindiscord.gif'] {
  display: block;
  margin: 0 auto;
}

.rainbow-text {
    background-image: repeating-linear-gradient(45deg, violet, indigo, blue, green, yellow, orange, red, violet);
    text-align: center;
    background-size: 800% 800%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    animation: rainbow 8s ease infinite;
    
}

#left-banner, #right-banner {
  position: fixed;
  top: 30%;
  width: 22%;
  height: 426%;
  border-radius: 0;
  z-index: -1;
  transition: transform 0.2s ease-in-out;
  animation: bounce 0.5s infinite;
}

#left-banner img, #right-banner img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

#left-banner {
  left: 0;
}

#right-banner {
  right: 0;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes rainbow { 
    0%{background-position:0% 50%}
    50%{background-position:100% 25%}
    100%{background-position:0% 50%}
}

div#joinnow {
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 auto;
}

@keyframes flashy {
  0% {
    background-color: red;
  }
  50% {
    background-color: yellow;
  }
  100% {
    background-color: red;
  }
}

a:link {
	color: white;
	text-decoration: none;
	font-family: 'Times New Roman', Georgia, serif;
	font-style: oblique;
	font-variant: small-caps;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #dedede;
}
a:hover {
	color: #d4d4d4;
}
a:active {
	color: #727272;
}
figure {
	float: right;
}
