﻿/* Unessential CSS - Just here to make this sample page prettier */
@media only screen and (min-width: 750px) {
	.wrapper{display:none;}
}
@media only screen and (max-width: 750px) {
	.header{display:none;}
.wrapper {
    margin: 0 auto;
    max-width: 1060px;
	position:fixed;
	top:65px;
	right:0;
	background-color:#b61c11;
	z-index:999;

}
.rm-container.rm-layout-contracted{ height:600px; overflow-y:scroll;}

header {
    
}
header:after {
  
}



.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}
.brand {
    float: left;
    
}
.brand p {
    margin: 0;
}
.rm-nav {


}
.rm-nav:before{ height:0;}
.logo {
    font-size: 1.4em;
    width: 90%;
    height: 50px;
   
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
	 margin-top:-5px;
}

.rm-toggle.rm-button {
 display:block; z-index:11; margin:15px 0 0 0px; 
}

.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: .75rem 1rem;
    font-size: .9em;
    line-height: 1.5rem;
    text-transform: uppercase;
	border-bottom:solid 1px #da3227;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
}

.main {
    background-image: url(../img/nav.png);
    background-position: center center;
    background-repeat: repeat-x;
    min-height: 100%;
}
.tagline {
    width: 360px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    margin: 275px auto;
    color: #8d170f;
}
.tagline strong {
    font-size: 1.3em;
}
.dev-output {
    background-color: #e1eaf3; /* fall-back */
    background-color: rgba(255,255,255,.85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}
}