.navbar-color{background-color:#1E90FF;} /*#0066CC*/

.white{color:#FFFFFF;text-decoration:none;}
.slide1{background-image: url("../images/fundozaul1.jpg");}

.navbar .nav > li > a {
  line-height: 20px;
}
    
.navbar-nav.nav-justified > li{
    float:none;
	
}
.font-lg{font-size:36px;}
.footer-custom {background-color:#0066CC;color:#FFFFFF;}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

  height: 80px;
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted {
  margin: 10px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
a:hover {
	text-decoration: none; 
	color: #fff;
	}
	
.senha :hover {
	color: #000;
	}
	
code {font-size: 80%;}
.title { font-size: 52px;}
.fblue{color:#1E90FF;text-decoration:none;font-size: 20px;}
.bold{font-weight:bold;}


/*Modal Windows*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 70%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: RGB(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 