body {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

.dirty-side {
  margin-left: 10px;
  width: 110px;
  height: 100%;
}

.names {
  position: fixed;
  top: 40px;
  right: 0px;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  z-index: 1000;
}
.bio-link img {
  z-index: 1000;
}

img {
  display: block;
}

.names a {
  display: block;
}

.bios h2 {
  margin: 0 auto;
  position: relative;
  padding-top: 150px;
  z-index: 900;
}

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("/web/20180831154559im_/http://real-lyfe.online/css/style.css")
    no-repeat;
  background-size: cover;
  -webkit-transition: background 1s ease-out 1s;
  -moz-transition: background 1s ease-out 1s;
  -o-transition: background 1s ease-out 1s;
  transition: background 1s ease-out 1s;
}
.stopfade {
  opacity: 0.5;
}

.big-img {
  max-width: 1000px;
  padding-bottom: 50px;
}

.overlay-img {
  max-width: 300px;
  z-index: 500;
  position: absolute;
}

.lil-img {
  max-width: 49%;
  display: inline-block;
  padding: 10px 10px 10px 0;
}

.right {
  padding-right: 0;
  float: right;
}

.hor-lil-img {
  max-width: 100%;
  padding: 10px 0 10px 0;
}

a {
  text-decoration: none;
  color: black;
  text-shadow: 0 0 3px #f7d5f1;
  letter-spacing: 0.06em;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
a:hover {
  text-shadow: 0 0 6px #f21dcb;
}
#container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 20px 0 100px 0;
}
#inner-wrap {
  width: 80%;
  position: relative;
  margin: 0 auto;
}

.logo {
  position: absolute;
  top: 10px;
}
.logo img {
  width: 200px;
  position: relative;
  margin: 0 auto;
}

#desc {
  position: relative;
  text-align: center;
  font-weight: lighter;
  line-height: 30px;
  top: 400px;
  max-width: 800px;
  min-width: 250px;
  z-index: 1001;
}

#menu {
  margin-top: 450px;
  text-align: center;
  position: relative;
}
#event {
  text-align: center;
}

#flyer img {
  margin: 0 auto;
  position: relative;
  width: 700px;
  padding: 50px;
}

h3 {
  line-height: 1.5;
  font-family: Times, serif;
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.12em;
}
h2 {
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.07em;
}
h1 {
  line-height: 1.5;
  font-family: Times, serif;
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}
p {
  line-height: 1.5;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: lighter;
  letter-spacing: 0.05em;
}

h2 p {
  padding: 20px 100px 20px 50px;
}
#footer {
  width: 800px;
  height: 15px;
  text-align: center;
  font-family: Helvetica, sans-serif, Arial;
  font-size: 13px;
  color: #fee9cf;
  letter-spacing: 0.06em;
  position: absolute;
  bottom: 15px;
  display: block;
}
