html {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
  }
body, * {box-sizing: border-box;}
body {
  background: url('bop-bg.jpg') no-repeat;
  background-size: cover;
  height: 100%; width: 100%;
  cursor: default;
  font-family: 'Verdana', sans-serif;
  font-size: 16px; line-height: 22px;

  }
.clear {clear:both;}
body a, body a * {cursor: pointer;}
#page {
  font-family: 'Overlock', cursive;
  color: white;
  padding: 40px 20px;
  font-size: 16px; line-height: 22px;
  max-height: 100%;
   /* calc(100% - 80px); */
  overflow: auto;
  }

#wrap p, #wrap ul {
  margin: 15px;
  }
#wrap p.bunch {
  margin-top: -15px; margin-left: 45px;
}
#wrap h3 {
  font-weight: bold;
  font-size: 120%;
}

#wrap li {
  list-style-type: disc;
}

#wrap a {
  color: lightblue; text-decoration: underline;
}
#wrap a:hover {
  color: gold;
}
#wrap a:active {
  color: white;
}

p span {display: none;}


#silly {
  display: none;
  position: absolute; top: 0; left: 0;
  height: 1px; width: 1px; background: transparent;
  box-shadow: 0 0 100px 10px rgba(255,255,255,1), 0 0 100px 10px rgba(255,255,255,1);
  }

#left, #right, #middle {position: absolute; position: fixed; top: 0; bottom: 0;}

#left {
  left: 0;
  right: calc(50% + 300px);
 }
 #right {
   right: 0;
   left: calc(50% + 300px);
 }
 #middle {
   right: calc(50% - 300px);
   left: calc(50% - 300px);
 }
 #middle #wrap {
   position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;
   box-shadow: 0 0 6px 1px black;
   background: linear-gradient(45deg, rgba(0,0,0,.9), rgba(0,0,0,.7)), url(backgrounds/mooning.png);
 }
#logo, #logo * {cursor: pointer;}
#logo {
  display: block;
  width: 288px;
  height: 90px;
  position: absolute; top: 0; right: 14px;
  padding: 0;
  border: 2px solid white; border-top: 0;
  border-radius: 0 0 100% 100%/0 0 75% 75%;
  background: #2f2e2f url(bop-logo-newest.png) center/contain no-repeat;
}
#logo:hover {
  cursor: pointer;
  filter: contrast(120%) saturate(140%);
}

.bottom {position: absolute; bottom: 0; height: 240px; filter: drop-shadow(0 0 1px black);}
#left .bottom {right: 0; left: 0; background: url(bop-site-bottom-images-left.png) bottom right / cover no-repeat;}
#right .bottom {left: 0; right: 0; background: url(bop-site-bottom-images-right.png) bottom center / cover no-repeat;}

#classes {
  position: absolute;
  right: 14px;
  top: 100px;
  width: 288px;
  text-align: center;
}
.classLeft {
  border: 2px solid white;
  height: 64px; width: 64px;
  border-radius: 50%;
  display: inline-block;
}
.classLeft:nth-child(odd) {
  margin: 14px 7px 0px 30px;
}
.classLeft:nth-child(even) {
  margin: 14px 30px 0px 7px;
}

.classLeft#brute {background: black url(brute.png) center / 60% no-repeat;}
.classLeft#druid {background: black url(druid.png) center / 60% no-repeat;}
.classLeft#knight {background: black url(knight.png) center / 60% no-repeat;}
.classLeft#priest {background: black url(priest.png) center / 60% no-repeat;}
.classLeft#rogue {background: black url(rogue.png) center / 60% no-repeat;}
.classLeft#wizard {background: black url(wizard.png) center / 60% no-repeat;}

#info {
  color: white;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  padding: 20px;
  background: rgba(0,0,0,.6);
}

#middle nav {
  position: absolute;
  left: 100%;
  margin-left: -20px;
  top: 140px;
  width: 300px;
}
#middle nav a {
  display: inline-block;
  margin: 15px 0;
  background: white;
  padding: 14px 10px 14px 34px;
  width: 148px;
  color: white;
  border: 2px solid white;
  transition: margin .2s;
  border-radius: 0 25% 25% 0/0 200% 200% 0;
  background: linear-gradient(45deg, rgba(0,0,0,.7), rgba(0,0,0,.6)), url(backgrounds/mooning.png);
}
#middle nav a aside {display: none;}
#middle nav a span {display: inline;}
#middle nav a:hover {
  margin-left: 18px;
  background: linear-gradient(45deg, rgba(0,0,0,.9), rgba(0,0,0,.7)), url(backgrounds/mooning.png);
}

.profile {background: white; color: black; padding: 20px; position: relative; margin-bottom: 50px;}
.profile img.left {height: 96px; width: 96px; float: left;}
.profileIcon {
  position: absolute; right: 20px; bottom: -30px;
  height: 60px; width: 60px;
  border-radius: 100%; padding: 10px;
  background: black; border: 2px solid white;
 }
.profileIcon + .profileIcon {right: 100px;}
.nametag {
  position: absolute;
  left: 20px;
  padding: 6px 20px;
  background: black;
  color: white;
  border: 2px solid white;
  top: -26px;
  font-weight: bold;
  }


/* smaller screens; side columns are less than 300px wide */
@media (max-width: 1230px) {
#left {position: absolute; z-index: 2;}
#logo {
  position: fixed;
  top: 0; left: 50%; margin-left: -144px;
  z-index: 2;
}
#wrap {padding-top: 40px;}
#classes {width: 100%; right: 2px;}
#classes .classLeft {margin: 14px !important;}
}

/* smaller screens; side columns no longer fit the nav, either */
@media (max-width: 860px) {
  body {background-size: auto;}
  #classes {display: none;}
  #wrap { padding-top: 50px;}

  #logo {
    left: calc((100% - 600px)/2);
    margin-left: 4px;
    /* border-radius: 0 0 100% 100%/0 0 75% 75%; */
  }
  #middle nav {
    position: absolute;
    top: 0;
    right: 0; left: auto;
    z-index: 2;
    font-size: 0;
    text-align: right;
  }
  #middle nav br {display: none;}
  #middle nav a {
    display: inline-block;
    /* content: " "; */
    padding: 8px 4px 8px 4px;
    margin: -4px 4px 0 4px;
    width: 30%;
    font-size: 16px;
    border-top: none;
    border-radius: 0 0 100% 100%/0 0 75% 75%;
    vertical-align: top;
    text-align: center;
  }
  #middle nav a:hover {margin-left: 4px; margin-top: 0;}
  #middle nav a aside {display: inline;}
  #middle nav a span {display: none;}
}

/* mobile/super small, no side columns */
@media (max-width: 600px) {
  .credit {display: block; font-weight: bold;}
  #page.team li {list-style-type: none; margin-bottom: 10px;}
  #wrap { padding-top: 20px;}
  #logo {width: 200px; height: 60px; left: 0; margin-left: 0; padding: 7px 14px 8px 14px;}
  #logo img {width: 172px;}
  /* #left, #right {display: none;} */
  #middle {left: 0; right: 0;}
  #middle nav {width: calc(100% - 198px); margin-left: -2px;}
  #middle nav a {margin: 0px; width: 33%; border-left: none; padding: 2px 4px 4px 4px;
    font-size: 14px;
    }
  #middle nav a:hover {margin: 0 !important;}
  #middle nav a:first-child {width: 34%;}

  #page {font-size: 14px; line-height: 16px;}

  #page.home p {margin: 8px;}
  #page.home p.bunch {
    margin-top: -8px; margin-left: 24px;}

  #info { left: 0; right: 0; bottom: 0; font-size: 12px; line-height: 12px; }

  .profile {padding: 10px;}
  .profile img.left {height: 64px; width: 64px; float: left;}
  .profileIcon {padding: 4px; height: 40px; width: 40px; right: 14px; bottom: -20px;}
  .profileIcon + .profileIcon {right: 68px;}

}
