
@font-face {
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: local('Satisfy'), url(satisfy.woff2) format('woff2');
}

.zoomout {
    margin-top:10px;
    transform:scale(0.4);
}

.left {
    float:left;
}
.right {
    float:right;
}
.center {
    text-align:center;
}
.blockIndented {
    margin: 0 40px;
}

.spacedList li{
    margin:10px 0;
}

.noIndent {
    text-indent: 0 !important;
}

.lang {
    text-shadow: 0 0 6px #bfb;
}

html {
    margin:0; 
    padding:0;
}

body {
    margin:0; 
    padding:30px 0;
    -webkit-transition: background 2s linear;
    -moz-transition: background 2s linear;
    -o-transition: background 2s linear;
    transition: background 2s linear;
    font-family: Arial, sans-serif; 
    box-shadow: 0 0 40px #000 inset;
    min-height:700px;
}

.body_title {
    background: #eeffff;
}
.body_introduction {
    background: #e8edc8;
}
.body_purpose {
    background: #c0d8b0;
}
.body_features {
    background: #cadadc;
}
.body_difficulties {
    background: #e8c8a8;
}
.body_implementation {
    background: #d1e4e8;
}

#contentWrapper {
    display: block;
    margin: 0 auto;
    width: 1050px;
}

header {
    text-align: center;
}


nav {
    display:inline-block;
    width: calc(100% - 100px); height: 40px;
    background-color:#051930;
}

nav a {
    display:inline-block;
    color: #fff;
    padding: 11px;
    text-decoration: none;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

nav a.selected {
    background:#fff;
    color:#000;
}

nav a:hover {
    color: #ff0;
}

p {
    line-height: 1.5em;
    text-indent: 30px;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: 0 0 4px #ff8;
    border-bottom: 1px solid #888;
}

main {
    text-align:left;
}

blockquote {
    text-indent: 20px;
    font-style:italic;
}

footer {
    height:40px;
    text-align:center;
    margin: 20px 0;
    clear:both;
}

footer div.left {
    display:inline-block;
    background:linear-gradient(270deg,#051930,rgba(255,255,255,0));
    width: 50px; height: 40px;
}

footer div.right {
    display:inline-block;
    background:linear-gradient(90deg,#051930,rgba(255,255,255,0));
    width: 50px; height: 40px;
}

footer div.middle {
    display:inline-block; background-color:#051930; color:#fff; padding:10px;
}

footer div.middleOuter {
    display:inline-block; width: calc(100% - 100px); background-color:#051930; height:40px;
}


#xmlHolder {
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
}
#outerXmlHolder {
    display:inline-block; height:240px; width:530px; overflow: hidden; vertical-align:middle; text-align:center;
}
#titleHolder {
    display:inline-block; vertical-align:middle; margin: 20px 0; position:relative;
}
#titleComponentHolder {
    margin-left:10px; text-shadow: 0 0 5px #ccf;
}
#titlePrefixHolder {
    display:inline-block; font-size:18px; 
}
#titleBreakHolder1 {
    display:block; font-size:24px; margin: 5px; border-top: 0px solid black; border-bottom: 0px solid black; 
}
#titleBreakHolder2 {
    display:block; font-size:20px; font-family: 'Satisfy',arial; position:absolute; width:130px;
}
#titlePageName{
    font-size:18px; margin: 5px; padding: 10px 0 0 0; position: absolute; text-align: center; width: 370px;
}
#titleShadow {
    position:absolute;width:390px;height:100px; border-radius:20px; background: rgba(255,255,255,0.5);z-index: -1; display:none; box-shadow: 0 0 5px inset;
}

#navHolder {
    height:40px;
    text-align:center;
    margin: 20px 0;
}

#navHolder div.left{
    display:inline-block;
    background:linear-gradient(270deg,#051930,rgba(255,255,255,0));
    width: 50px; height: 40px;
    float:left;
}
#navHolder div.right{
    display:inline-block;
    background:linear-gradient(90deg,#051930,rgba(255,255,255,0));
    width: 50px; height: 40px;
    float:right;
}

/* -- page-specific style -- */

/* - Home - */

#homePage {
    font-size:18px;
}

/* - Introduction - */
#colossus {
    float:right;margin:0 10px 20px 20px;
    box-shadow:5px 5px 4px #888;
    border: 1px solid black; 
}
#graceOne {
    width:350px;
    border: 1px solid black; 
    margin: 20px 10px 20px 20px ; 
    box-shadow:5px 5px 4px #888;
}
#markOne {
    width:400px;
    border: 1px solid black; 
    margin: 0 20px 20px 0; 
    box-shadow:5px 5px 4px #888;
}

/* - Purpose - */
#purposeCodesample {
    width:400px; height: 380px; 
    border: 1px solid black; 
    margin: 20px 10px 20px 20px; 
    padding:5px;
    background:#fff;
    background:linear-gradient(#fff,#ccc);
    box-shadow:5px 5px 4px #888;
}

#sampleSimple {
    float:left;
    width:250px;
    margin:30px;
}

/* - Implementation - */
#sampleScreenshot {
    width:500px;
    background:#fff;
    margin: 20px 20px 20px 10px; padding: 10px;
    box-shadow:5px 5px 4px #888;    
}

#sampleChip {
    width:500px;
    background:#fff;
    margin: 20px 10px 20px 20px; padding: 10px;
    box-shadow:5px 5px 4px #888;
}
#hierarchy {
    background:#fff;
    margin: 20px; padding: 10px;
    width:400px;
    box-shadow:5px 5px 4px #888;  
}
