
body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:20px;
	background-color:#fbfbfb;
	padding-top:100px;
}	
.caveatFontBig {
	font-family: 'Caveat', cursive;
	font-weight: bold;
}

.navbar-light .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}

.navbar.scrolled a.linkGroup2 {
  color:#000000;
}

.navbar a {
  padding-left:2px;
}
	
nav .nav-link {
	font-size: 22px;
	color:#000;
	margin:0 10px 0 10px;
	border-radius: 5px;
}	
nav .nav-link:hover, nav .home-link {
	text-decoration: underline;
}	
@media (max-width: 991.98px) {
	nav .nav-link span {
		background-color:#fbfbfb;
		padding: 0 3px 0 3px;
	}	
}	

nav .nav-link.active {
	text-decoration: underline;
}

@media (max-width: 991.98px) {
  .home-link {
	display:none;
  }
}	
/* start footer */

@media (min-width: 768px) {

  #fe-1 {
	padding-left:40px;
  }
  #fe-2 {
	text-align:right;
  }

}

#footer-end {
	font-size:14px;
	margin-bottom:20px;
}

#footer {
	padding:20px 0 10px 0;	
    font-size: 16px;
}

#footer h4 {
	font-weight: 700;
}

#footer .list-group {
    padding: 20px 0 50px 0;
    color: #a5abb0;
}

#footer .list-group-item {
	padding-bottom: 0px;
}

#footer .list-group-item-title {
	letter-spacing:1px; 
}

#footer, #footer .list-group-item, #footer a {
	color:#ffffff;
	background:#111111;
    border: 1px solid #111111;
}


.footer-title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #505050;
    color: #7c7c7d;
    font-weight: 700;
}

/* end footer */





