body{
    color: #444;
    background-color: #eee;
    background: #303231 url(../images/starfield-banner.jpg);
    font-size: 16px;
    position: relative;
    height: 100%;
}
.jumbotron{
    background-color: transparent;
    padding: 25px 0px 0px 0px;
}
footer{
    margin-top: 100px;
    height: 400px;
    background: #303231 url(../images/starfield-banner.jpg);
    color: #fff;
}
footer p{
    margin-top: 15px;
}
footer img{
    margin-bottom: 20px;
}
footer a{
    color: #eee;
}
.jumbotron .h1, 
.jumbotron h1 {
    font-size: 22px;
    color: #fff;
}

a{
    text-decoration: underline;
    color: #4073ba;
}

a:hover, a:focus{
    color: #c0362c;
}

.panel{
    margin-bottom: 50px;
    line-height: 1.6em;	
}
h2{
    padding-left: 15px;
}
nav, #navbar-sidebar{
    display: inline-block;
}
#navbar-sidebar nav ul li:first-child a,
#navbar-sidebar nav ul li:first-child,
#navbar-sidebar nav ul li:first-child:hover,
#navbar-sidebar nav ul {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#navbar-sidebar nav ul li:last-child,
#navbar-sidebar nav ul li:last-child:hover,
#navbar-sidebar nav ul li:last-child a,
#navbar-sidebar nav ul {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#navbar-sidebar nav ul > li > a{
/*    white-space: nowrap;*/
    padding-right: 30px;
    color: #555;
}
#navbar-sidebar nav ul {
    background: #fff;
}
#navbar-sidebar nav ul li {
    border-bottom-width: 0px;
    border-top-width: 0px;
    border: 1px solid #ddd;
    margin: 0px;
}

#navbar-sidebar.affix{
    top: 20px;
}
.nav>li>a:focus, 
.nav>li>a:hover,
ul li.active a {
    color: #fff;
    background: #D4D4D4;
    text-decoration: none;
}

#contact-form label {
    width: 150px;
}

#contact-form .contact_message label,
#contact-form .contact_message textarea {
    float:left;
}

#contact-form .contact_message textarea {
    margin-left:4px;
}

#contact-form input, 
#contact-form textarea{
    width: 100%;
}

#contact-form .contact_buttons input {
    margin-bottom: 5px;
}

.g-recaptcha textarea {
    margin-left: 0px;
}

.main-location {
    font-weight: 600;
    margin-bottom: 10px;
}

.eroot-location-list .link-row a {
    text-decoration: none;
    font-weight: 600;
}

.eroot-location-list .link-row {
    margin-bottom: 5px;
}

.contact-form .message {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    border: thin solid #e6e6e6;
}

.contact-form .success {
    background: #b3ff99;
    border: thin solid #0d3300;
}

.contact-form .error {
    background-color: #FCC;
    border: thin solid #600;
}

#root-server-locations .googlemap {
        position: relative;
        padding-bottom: 75%; /* 4:3 ratio*/
        height: 0;
        overflow: hidden;
}
#root-server-locations .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}