html, body {
    height: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 1280px;
    padding: 1px 3em;
    height: 100%;
}
header {background-color: #fff;max-height: 80px;}
header:after {
    content: " ";
    display: table;
    clear: both;
}
.brand, h1, h2, h3 {

     font-weight: 400;
     letter-spacing: 1px;
 }
h4, h5, h6 {
    letter-spacing: 1px;
}
h1 {
    font-size: 28px;
}

.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #333;
    padding: 0 1em 1em;
}
.brand {float: left; height: 80px;}
.brand p {margin: 0;}
.rm-nav {letter-spacing: 1px;}
.logo {
    line-height: 80px;
    margin:10px 0 0;
    height:60px;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    padding: 0;
}

.rm-toggle.rm-button {
    margin-top: 25px;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-container.rm-layout-expanded {
    float: right;
}
.rm-nav li a,.rm-top-menu a {padding:0 10px 10px 0px;line-height: 1.5rem;font-size:18px;font-weight: 600; text-transform: uppercase;border-top:4px solid #fff;margin-right:10px;}
.rm-top-menu li.on a,.rm-top-menu li a:hover{color: #68a231;border-top:4px solid #68a231}
.rm-top-menu li.on ul li a{color:#333;}
.rm-top-menu li ul li a {padding:0 0.2rem;line-height:2;font-size:16px;font-weight: 600; text-transform: uppercase;border-top:4px solid #fff;
}




.rm-layout-expanded .rm-nav > ul > li > a,.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
}

.rm-nav li a:hover,.rm-top-menu a:hover,.rm-top-menu li.on ul li a:hover {color: #68a231;}
