.wrapper {
	padding-right: 15px;
	padding-left: 15px;
}

header:after {
    content: " ";
    display: table;
    clear: both;
}
.brand, h1, h2, h3 {
     font-family: 'Roboto Condensed', sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
 }
h4, h5, h6 {
    letter-spacing: 1px;
}
h1 {
	font-size: 28px;
	color: #0083a9;
	font-family: "微軟正黑體";
	line-height: 1.75em;
}

h2 {
	font-size: 1.35em;
	color: #009999;
	line-height: 1.75em;
	margin-bottom: 5px;
	font-family: 'Quicksand', sans-serif, "微軟正黑體";
	font-weight: bold;
}


h3 {
	font-size: 1.25em;
	color: #66CC00;
	line-height: 1.75em;
	font-family: 'Quicksand', sans-serif;
}

h4 {
	font-size: 90%;
	color: #333333;
	font-family: "微軟正黑體";
	line-height: 1.75em;
	float: left;
	padding-left: 5px;
	font-weight: normal;
}

h5 {
	font-size: 20px;
	color: #c3a766;
	font-family: "微軟正黑體";
	line-height: 26px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c3a766;
	padding-top: 10px;
	padding-bottom: 10px;
}

h6 {
	font-size: 20px;
	color: #c3a766;
	font-family: "微軟正黑體";
	line-height: 26px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c3a766;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c3a766;
	margin-top: 10px;
}




.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 {

}
.logo {
    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: .75rem 1rem;
	font-weight: normal;
}
.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("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}
.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;
}
.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;
}
