@font-face {
  font-family: 'DroidLogo';
  src: url('../fonts/DroidLogo.ttf');
}
@font-face {
  font-family: 'DroidLogo-Bold';
  src: url('../fonts/DroidLogo-Bold.ttf');
}
.navbar-default .navbar-brand 
{
font-family: 'DroidLogo'; 
color:#9ACD32;
}
.navbar-default .navbar-nav>li:hover 
{
background: #9ACD32;
}
.navbar-default .navbar-nav>li>a:hover 
{
color:#fff;
}
html, body 
{
height: 100%;
margin: 0;
padding: 0;
background-color:#FcFcFc;
-webkit-font-smoothing: antialiased;
/* prevent subpixel antialiasing, which thickens the text */
/* text-rendering: optimizeLegibility; */
/* turned off ligatures due to bug 5945455 */ 
}

body 
{
color: #222;
font: 14px/19px Roboto, sans-serif;
font-weight: 400;
letter-spacing:.1;
}
.container
{
padding-top: 70px;
}
img
{
max-width:98%;
}
.footer
{
border-top: 1px solid #eee;
margin-top: 40px;
padding-top: 40px;
padding-bottom: 40px;
}
.centered{
margin: 0 auto;
}
.text-centered
{
text-align:center;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.sidebar
{
margin-top:30px;
}
h2, .jumbotron h1
{
color:#4682B4;
}
h1, h3
{
color:#9ACD32;
}
h3
{
padding:10px 0px;
/* border-bottom:1px solid #9ACD32; */
}
.row h3
{
border-bottom:0px;
}
pre {
margin: 0 0 1em 0;
padding: 1em;
overflow: auto;
border: solid 1px #9ACD32;
background: #fff;
}
pre, code {
color: #060;
font: 13px/1.5 monospace;
}
#disqus_thread
{
margin-top: 50px;
}
.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
}
div.panel-button-div
{
text-align:center;
}
a.panel-button span
{
display: inline-block;
width:180px;
height:180px;
background:#f8f8f8;
text-align: center;
vertical-align:middle;
border: solid 1px #9ACD32;
padding:15px;
margin:10px;
font-size: 24px;
line-height: 150%;
border-radius: 8px;
}

a.panel-button:hover span {
    color:#ffffff;
    background-color: #4682B4;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.bs-callout-info h4 {
    color: #1b809e;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.handle {
	width: 15px; 
	height: 100%; 
	background-image: url('images/drag.png'); 
	background-size: 13px 13px;
    background-repeat: no-repeat;
    margin-right:10px;
	display:hidden
}

.draggable:hover { 
	cursor: pointer; cursor: hand; 
}

.draggable:hover .handle { 
	display:inline-block;
}
