#frp-body-container { overflow: hidden; }
#frp-home-container { position: absolute;top: 0;left: 0;width: 100vw;z-index: 0;height: 100vh; }

#forerunner-portal {
  background-color: #000000;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  text-align: center;
  overflow: hidden;
  position: absolute;
}

/* links */
#forerunner-portal div.title {
  color: white;
  font-size: 3em;
  position: absolute;
  width: 100vw;
  left: 0;
  background-color: transparent;
}
#forerunner-portal div.title:before { /* tweak to vertical center */
    content:'';
    height:100%;
    display:inline-block;
    vertical-align: middle;
}

/* general layout */
#forerunner-portal .div { padding: 0; }

/* image */
#forerunner-portal .image {
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#forerunner-portal .image.center {
    background-image: url("/static/images/isaac.jpg");
    height: 100vh;
    opacity: 0.2;
}
#forerunner-portal .image.left {
    background-image: url("/static/images/isaac-side-right.png");
    height: 80vh;
    padding: 10vh 0 0 0;
    background-position: left;
}
#forerunner-portal.forerunner-hidden-animation .image.left,
#forerunner-portal.forerunner-hidden-animation .image.right,
#forerunner-portal.forerunner-hidden-animation .image.center { height: 0; padding: 0; }
#forerunner-portal .image.right {
    background-image: url("/static/images/isaac-side-left.png");
    height: 80vh;
    padding: 10vh 0 0 0;
    background-position: right;
}

/* info bar */
#forerunner-portal #infodiv {
  height: 10vh;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
  line-height: 10vh;
  color: #dadada;
}
#forerunner-portal #socialdiv {
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 20px;
  line-height: 10vh;
  color: black;
}

#forerunner-portal #infodiv a { color: #dadada; font-weight: bolder;}
#forerunner-portal #infodiv a:hover { text-decoration: underline;}

.forerunner-grey-color { color: #606060; }
.forerunner-black-color { color: black; }

#forerunner-portal .frp-signature {
  background-image: url("/static/images/logo-signature.png");
  height: 200px;
  background-color: transparent;
}

/* =========== home =========== */

.home-genders { text-align: center;}
.home-genders {border-right: solid black 1px;border-top: solid black 1px;}

#forerunner-portal div.title { top: 50%; }
#forerunner-portal div.title a { background-color: transparent; }
h1, h2 { display:none; }

.fa-sm { font-size:0.50em; }
#social-div-v2 div { background-color: transparent; }