@charset "utf-8";
/* CSS Document */

html{
    height:100%;
}

body { margin: 0; padding: 0; height:100%; background: #343a40}

/*a {
  color: #5fb4ff;
}

a:hover {
  color: #0056b3;
}*/

/*.nav-link {
	font-size: 1.8em; 
	color: #5fb4ff;
}

.nav-link:hover, .nav-link:focus {
  color: #0056b3;
}*/

.nav-link {
	font-size: 1.8em; 
	color: #27dcff;
}

.nav-link:hover, .nav-link:focus {
  color: #0056b3;
}

.footer-link {
	color: #27dcff;
}

.footer-link:hover, .footer-link:focus {
  color: #0056b3;
}

.bodyfont
{
	font-family: 'Ubuntu', sans-serif; 
	color: lightgrey;
}

.banner-caption {
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 10;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: left;
  font-family: 'Russo One', sans-serif;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.modal-content  {
	background-color: rgba(0,0,0,0.3) !important;
}
/*.modal-content  {
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important; 
	border: 1px !important;
	padding: 1px !important;
}

.modal-body  {
	padding: 0px !important;
}*/

