﻿#standalone { position:relative;width:90%;margin:0 auto;}
.panel-heading h1 { margin: 0; font-size: 60px; font-weight: bold;}

@media (max-width: 700px)
{
    .panel-heading h1 { margin: 0; font-size: 40px; font-weight: bold;}
    .error-code{display:inline-block;vertical-align:top;font-size:100px;margin-top: 15px; font-weight:600;line-height:.7em}
}

@media (min-width: 750px) {
  #standalone { width: 720px; }
}

.HC-nav-top { background-image: url('images/LOGOHyciteWhite.png') !important; background-position: left center !important; background-repeat: no-repeat !important; height: 70px; min-height: 70px;}
div.panel.panel-primary {background: none; color: white; border-color: #fff;} 
h2 { color: #ff0000;}
.error-code {color: #ff0000;}