.navbar-brand {
	font-family: 'Play', sans-serif;
}

.t4p {
	font-family: 'Play', sans-serif;
}

a.discreet {
	text-decoration: none;
	color: rgb(33, 37, 41)
}

a.discreet-dark {
	text-decoration: none;
	color: rgb(240, 247, 255)
}

.glow {
	text-shadow: 0px 0px 8px #fff, 0px 0px 8px #fff;
	font-family: 'Play', sans-serif;
}

.navbar .nav-link {
	border-left: 1px solid black;
	border-right: 1px solid black;	
}

.navbar .nav-link.active {
	border-left: 1px solid white;
	border-right: 1px solid white;	
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 3vw;
  height: 3vw;
}

span.linklike {
	text-decoration: underline;
	color: #23F
}