html{
	font-family: 'Poppins', sans-serif;
}
nav{
	background-color: #1F1F1F;
	height: 80px;
}
.material-icons{
	vertical-align:-7px;
}
.collapsible-header{
	background-color: #EAEAEA;
}
.collapsible-body{
	background-color: #FAFAFA;
	padding:1rem;
}
.nl-container{
	margin: 15px 0px;
}
.no-margin{
	margin: 0px;
}
.tabs{
	border-radius: 23px;
}
.tabs .indicator{
	background-color: #deac79;
}
.tabs .tab a:hover, .tabs .tab a.active{
	color: #000;
	background-color: rgba(200,200,200,0.4);
}
.tabs .tab a{
	color: #888;
	background-color: rgba(200,200,200,0.1);
}
.tabs .tab a:focus, .tabs .tab a:focus.active{
	background-color: rgba(200,200,200,0.4);
}