

body {
    line-height: 1.7em;
    font-size: 13px;
}

#moon {
    /* position: absolute;
    right: 10px;
    top: 20px;  */
    display: block;
    margin: auto;
    width: 50%;
}

@keyframes animatedBackground {
	from { background-position: left 0 bottom 0px, left 0 bottom 30px, left 0 bottom 60px; }
	to { background-position: left 3400px bottom 0px, left 2800px bottom 30px, left 2200px bottom 60px; }
}

#animate-area	{ 
	background-image: url("bg-front.png"), url("bg-mid.png"), url("bg-back.png");
	background-position: left 0px bottom 0px, left 0px bottom 0px, left 0px bottom 0px;
	background-repeat: repeat-x, repeat-x;

	animation: animatedBackground 60s linear infinite;
}

.content-wrapper {
    position: absolute;
    top: 95%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    color: #111111;
    background: #eeeeee;
}

.splash {
    background: #000000;
    z-index: 1;
    overflow: hidden;
    color: #eeeeee;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    position: absolute !important;
  display : flex;
  align-items : center;
}

.item {
    background: #e0e0e0;
    width: 100%;
    height: 100%;
    border-style: outset;
    border-color: #d8d8d8;
    padding: 1px;
}

.item p {
    padding: 1em;
}

.flex {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap
}

.spaced {
    margin: 4px;
    padding: 4px;
}

#pjfheader {
    color: #d0d0d0;
    background-color: #000000;
    /* background-image: url("/static/img/bg-front.png"); */
    background-image: url("../img/bg-front.png"), url("../img/bg-mid.png"), url("../img/bg-back.png");
    background-position: bottom;
    background-size: cover;
    background-repeat: repeat-x;
    min-height: 120px
}

.borderimage {
    border: 2px groove black;
}

.centered {
    text-align: center;
}

#lunared {
    font-size: 20px;
    color: white;
    border: 3px solid white;
    padding: 2em 1.8em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    width: 60%;
    justify-content: center;
    font-weight: 100;
}

#lunaredtext {
   margin: auto;
}

.blurbox {
  background: #dddddd;
  position: relative;
  margin: 20px;
  box-shadow: 
    0 0 0 10px #dddddd,
    0 0 0 12px #e0e0e0,
    0 0 0 14px #e3e3e3,
    0 0 0 16px #e6e6e6,
    0 0 0 18px #ededed;
}