/*
Compile SASS: portal_image.css
*/
@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch");
@import url("https://fonts.googleapis.com/css?family=Calligraffitti");
#topbar-container {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999; }

.portal_image {
  text-align: center;
  position: relative;
  font-size: 0px; }
  .portal_image h1 {
    margin: 0; }
  .portal_image img {
    max-width: 100%; }
  .portal_image .text {
    position: absolute;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center; }
    .portal_image .text .line {
      background-color: rgba(0, 0, 0, 0.75);
      color: White;
      padding: 0.5rem 1rem;
      font-size: 3rem;
      font-weight: normal;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-bottom: 2rem; }
      @media screen and (max-width: 1000px) {
        .portal_image .text .line {
          font-size: 2.5rem; } }
      @media screen and (max-width: 700px) {
        .portal_image .text .line {
          font-size: 2rem; } }
      @media screen and (max-width: 500px) {
        .portal_image .text .line {
          font-size: 1.5rem; } }
    .portal_image .text .buttons {
      font-family: "Century Gothic", sans-serif; }
      .portal_image .text .buttons a:first-child div {
        margin-right: 8rem; }
      .portal_image .text .buttons div {
        cursor: pointer;
        background-color: #181818;
        background-color: #0d3a5c;
        display: inline-block;
        padding: 1rem;
        color: White;
        width: 35rem;
        margin-top: 3.5rem;
        font-size: 1.5rem;
        letter-spacing: 0.1rem; }
      @media screen and (max-width: 900px) {
        .portal_image .text .buttons a:first-child div {
          margin: 0; } }
      @media screen and (max-width: 750px) {
        .portal_image .text .buttons div {
          display: block;
          font-size: 1rem;
          width: 25rem;
          padding: 0.5rem;
          margin-bottom: 1rem;
          margin-top: 0.5rem; } }
