/* XanaduAlpha styles */
body, html {
 height: 100%;
 margin: 0
}
body {
 font-family: "Arial", sans-serif;
 color: black;
 background-color:#8D93A3;
 font-size: 24px;
 line-height: 28px;
 /* max-width: 1024px; */
 margin-right: auto;
 margin-left: auto;
}
a, a:visited { color: black; }
h1 {
 color: #007154;
 font-weight: normal;
 font-size: 24px;
 line-height: 1;
 padding-top: 20px;
 padding-bottom: 2px;
}
#wrapper { 
 margin: 0;
}
.wrapper {
 background-image: url("../img/main-landing.jpg");
 height: 100%;
 background-repeat: no-repeat;
 background-size: cover;
}
#redbox, #greenbox, #bluebox, #greybox, #whitebox, #xabox {
 padding: 6px 18px 6px;
 max-width: 1024px;
 line-height: 32px;
 color: #ffffff;
}
.narrow { max-width: 500px; }
.redtxt { color: #ce3c50; }
#xabox { 
 margin-left: 40px;
 margin-top: 320px;
 color: #000;
 position: absolute;
 right: 0;
 bottom: 0;
 left: 0;
}
.xabox {
 text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
 font-weight: bold;
}
#redbox { background-color: #ce3c50; }
#bluebox { background-color: #0093c5; }
#greenbox { background-color: #269c45; }
#greybox { background-color: #eeeeee; color:#6b777b; }
#whitebox { background-color: #ffffff; color:#6b777b; }
.errorcode { color: #000000; font-weight: bold; }
#logo { width: 153px; height: 40px; }
#copyright {
 display: none;
 font-size: 12px;
 color: white;
 padding-top: 30px;
 padding-bottom: 5px;
}
.rwd-break { display: none; }
/* responsive styles */
@media all and (min-width: 768px) {
 .rwd-break { display: block; }
 #xabox { margin-left: 90px; }
}