/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #72737d;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #3d4652;
  border: 1px solid #3d4652;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}
body {
  font-family: "proxima-nova", sans-serif;
  color: #3d4652;
  text-align: center;
  margin: 0;
  overflow: hidden;
  height: 100%;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
  vertical-align: top;
}


.saturn-box {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 20px;
    margin: auto;
    width: 7%;
}


.body-box {
    margin-top: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
  }

.thin-1045-space-moon-planet-galaxy-saturn {
    object-fit: contain;
    background-color: #ffffff;
    width: 100%;
}

.hmm-something-stran {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    margin-block-start: auto;
    margin-block-end: auto;
    color: #001941;
}

.were-working-on-mak {
    font-size: 15px;
    line-height: 1.47;
    padding-bottom: 32px;
    text-align: center;
    margin-block-start: auto;
    margin-block-end: auto;
    color: #001941;
}

.three-boxes {
    position: absolute;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    width: 100%;
    top: 25%;
}

.log-in-box {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  margin: 10px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.internal-server-e {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.69;
  text-align: center;
  color: #0f62dc;
  padding-top: 16px;
}


.log-in {
  margin: 0px;
  padding-right: 31px;
  padding-left: 31px;
  padding-top: 5px;
  padding-bottom: 9px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.53;
  text-align: center;
  color: #0f62dc;
}

.log-in:hover {
  color: #ff675e;
}

.not-found {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.69;
    text-align: center;
    color: #ff675e;
    padding-top: 16px;
  }

.canvas-wrapper {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  /*max-height: 600px;*/
  position: relative;
}

.mobile-hide { display: inline; }

/* Tablet and Smartphone Portrait and Landscape */
@media only screen and (max-width: 768px) {
   .mobile-hide { display: none;}
   .three-boxes {top: 5%;}
   .site-wrapper-inner {background-color: #0f62dc;}
   .site-wrapper-inner-500 {background-color: #ff675e;}
   .body-box {width: 70%;}
}


/* Telescope Stuff */
.shape {
    width: 28.3px;
    height: 27.1px;
    border: solid 4px #0f62dc;
  }

.rectangle-path {
    width: 52.9px;
    height: 13.2px;
    transform: rotate(20.68deg);
    border: solid 4px #0f62dc;
}

canvas[resize] {
  width: 100%;
  height: 100%;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}






/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    height: 100%;
    min-height: 100%;
    vertical-align: bottom;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot {
    position: absolute;

  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot, {
    width: 700px;
  }
}
