/* Unessential CSS - Just here to make this sample page prettier */


header .wrapper {
    margin: 0 auto;

    height: 100%;
}
header { display: none; position: relative;
    background-color: #fff; position: fixed; z-index: 900; 
    top: 0px; left: 0px; width: 100%; height: 40px; border-bottom: 1px solid #999;
}
header:after {
    content: " ";
    display: table;
    clear: both;
}
header .brand, header h1, header h2, header h3 {
     font-family: 'Roboto Condensed', sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
 }


header .main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}
header .brand {
    position: absolute; 
}
header .brand img{
    display: block;width: 90px;
}
header .brand p {
    margin: 0;
}
header .rm-nav {
    letter-spacing: 1px;
}
header .logo {
    font-size: 1.4em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 100px;
    height: 40px;
    background-color: #3C97D5;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

header .rm-toggle.rm-button {
    margin: 0px;
}

header .rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
header .rm-container.rm-layout-expanded {
    float: right;
}
header .rm-nav li a,
header .rm-top-menu a {
    padding: .75rem 1rem;
    font-size: .9em;
    line-height: 1.5rem;
    text-transform: none;
}
header .rm-layout-expanded .rm-nav > ul > li > a,
header .rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
}

header .main {
    background-image: url("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}
header .tagline {
    width: 360px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    margin: 275px auto;
    color: #1A88D3;
}
header .tagline strong {
    font-size: 1.3em;
}
header .dev-output {
    background-color: #e1eaf3; /* fall-back */
    background-color: rgba(255,255,255,.85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}



@media (max-width: 1200px) {
header{ display: block;}

}
