/*
Theme Name: Bootscore Child
Theme URI: https://bootscore.me/
Description: Een child theme voor Bootscore
Author: Jijzelf
Template: bootscore
Version: 1.0
*/

/* Eventuele custom CSS kun je hieronder toevoegen */

body{
	
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#2121;
}

p{
	font-family:"arial";
	font-size:1em;
	line-height:120%;
}

h6{
	font-size:0.85em;
	font-family:"arial";
}

.text-project{
	font-size:14px;
}

#content{
	padding-top:20px;
}

.style_content{
	font-size:14px;
}

#bootscore-navbar{
	display:block;
}

.nav-link{
	padding-left:0px!important;
	font-family:"Arial";
	font-size:18px;
	display:block!important;
	line-height:20px;
	color:#a6a6a6!important;
	cursor:pointer;
}

.nav-link.active{
	color:#333!important;
}

#footer{
	display:none;
}