@CHARSET "UTF-8";
#nav-services {
    background: #00005c;
}
.footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    margin-left: 0;
    max-height: 200px;
}
.footer-default {
    background:  #00005C;
    margin-top: 30px;
    padding: 20px 50px 50px;
}
.footer-default .row>div {
    text-align: center;
}
.footer-default h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}
.footer-default ul {
    list-style: none;
    padding-left: 0;
}
.footer-default ul li {
    padding-top: 5px;
}
.footer-default ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

.btn-primary {
    background-color: #ff4600;
    border-color: #ff4600;
    border-radius: 0;
}
.btn-primary:hover,.btn-primary:active, .btn-primary:focus {
    background-color: #E23700;
    border-color: #E23700;
}

code {
	color:black;
	white-space: normal;
}
.container .jumbotron {
    border-radius: 0;
}

pre {
   background-color: #373737;
    color: #F6F6F6;
    border-radius: 0;
}