body { 
	background: url("../static/bg6.png");
	color: #FFF;
	margin-top: 5em;
}
/*body {background: url("../static/background.jpg"); background-size: 110% auto; color: #FFF;}*/
h1 {font-weight: 400; margin: 0; opacity:0.75; display: block;}
h2 {font-weight: 100; font-size: 2em; color: #FFF; opacity: 0.9;}
h3 {font-weight: 700;display: inline;}
a {transition:all 0.2s ease-out, background 0.2s ease-in; cursor: pointer; cursor: pointer;}
a:hover {text-decoration: none;}
code {margin-left: 1em; display: inline-block;}
pre {background: rgba(255,255,255,0.8); border: none;}

pre code {
  	word-wrap: normal;
  	white-space: pre;
}

.section {font-weight: 600; display: block; margin: 0; padding: 0;}
.well {background: rgba(255,255,255,0.8); border: none; overflow: auto;}
.jumbotron {background: url("../static/bg7.png"); margin-bottom: 0;}
.jumbotron-content {background: url("../static/bg8.png"); color: #333;}
.navbar-inverse{background: url("../static/bg7.png");}
.github-custom {font-size: 0.75em;}
.ptext {display: inline;}
.spacer {float: left; width: 0px; height:1px;}
.menu-link {opacity: 0.6; line-height: 1.5em; padding-bottom: 0.2em;
    text-align: center;}
.custom-glyph {font-size: 0.65em; opacity: 0.5;}
.side-border {border-color: rgba(255,255,255,0.1); border-width: 1em; border-style: dotted; border-top: none; border-bottom: none;}
.pre-icon {color: #666; font-size: 1em;}
.col-md-6 .section-text {margin-bottom: 1em;}
.bash-color{color: #09C;}
.copy-text{font-size: 0.5em;color:#eee;}
.footer-icons{font-size: 1.25em;}
.footer{margin-bottom: 5em;}
#contact-panel{display: none;}

/* terminal */
#terminal-well {
	display: none;
}

.terminal {
	background-color: #300;
	background: url("../static/terminal-bar.png");
	background-position: left 200px top;
	position: relative;
	border-radius: 6px;
}

.terminal .left {
	position: absolute;
	left: 0px;
	top: 0px;
}

.terminal .right {
	position: absolute;
	right: 0px;
	top: 0px;
}

.terminal .input {
	margin-top: 1px;
	background: #333;
	height: 250px;
	padding: 0.5em;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-size:16px; color:#DDD; text-align: left;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.fork-link img {
	position: absolute; top: 40px; right: 0; border: 0;
}

@media (max-width: 767px) {
	h1.label {
		font-size: 2em;
	}
	h2.label {
		font-size: 0.75em;
	}
    .pre-icon {
    	display:none;
    }
}