/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 90px; /* Margin bottom by footer height */
  padding-top:60px;
}
.bg-home-nav-jdr {
	/*background-color:#003b4d;*/
	background-color:#023;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 60px;*/ /* Set the fixed height of the footer here */
  /*line-height: 60px;*/ /* Vertically center the text there */
  background-color: #023;
  font-size:16px;
  padding:22px 0;
  /*overflow:auto;*/
}

@media (max-width: 330px) {
	.footer {
	  font-size:10px;
	  padding:15px 0;
	}	
}

@media (max-width: 768px) {
	.footer {
	  padding:11px 0;
	}	
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  /*max-width: 680px;*/
  padding: 0 15px;
}

.nav-item.logged-in {
	display:none;
}
.nav-item.logged-out {
	display:none;
}
