.middle-text {
  text-align: Center;
}

/* Position of the Top left title text */
.header-text {
  margin-left: 50px;
}


/* this is currently used for the text at the top color: #00FFFE;*/
.header-text a:visited {
    color: #DDDDDE;
}

.header-text a:hover {
    color: #FFFFFF;
}

.header-text a:link {
    color: #FFFFFE;
}

/* link visited hover active

/* Main page, beneath black top banner area. Includes breadcrumbs */
.page-holder {
	margin-left: 50px;
	font-size: 16px;
}

.navbar {
    background-attachment: fixed;
    background-image: url("img/coder-background-cut-dark-b.jpg");
    height: 495px;

}



.footer {
    margin-top: 100px;
}

/* The Navbar glyphs */
.navbar-left span {
    color: #EEFFFE;
    margin-left: 30px;



}

.navbar-left  {
    /* background-color: #000000; */
    /* margin-left: 50px; */

}

ul.nav li a, ul.nav li a:visited {
    color: #DDDDDD; !important;
    font-size: 18px;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #FFFFFF; !important;
}




