/*
  error/index.css.
  Latest modified 2015-11-24 16:06
*/

.error-container {
  margin: 0 auto;
  text-align: center;
  padding: 120px 0 55px;
  min-height: 700px;
}
.error-pic {
  display: block;
  border: none;
  margin: 0 auto;
}
.error-nav {
  text-align: center;
  padding-top: 100px;
}
.error-nav li {
  margin: 0 auto;
}
.error-link {
  font-weight: normal;
  color: #3395ff;
  font-size: 20px;
}
.error-link:hover {
  text-decoration: underline;
  color: #008cff;
}
/* adapt for Remix */
@media screen and (max-height: 762px){
    .error-container{
        height: auto;
    }
}
/* =========================================== */
/* =============== Media Query =============== */
/* =========================================== */
/* Cell-phone Screens < 768 */
@media screen and (max-width: 406px) { 
  .error-pic{
    width: 90%;
  }
}
