html{
	font-family:Arial,sans-serif;
	font-weight:300;
	font-size:16px;
	color:#000;
	font-display: swap;
}
body{
	min-width:500px;
	min-height:320px;
}

nav{padding:0 !important;}

#content{
	min-height: calc(100vh - 164px);
	background:#FFF;
	padding:10px;
}



p {text-indent: 20px; text-align: justify; margin: 15px 0; line-height:1.5;}
h1, h2{font-size:28px; text-align:center; padding:20px 0;}
a{text-decoration:none; color: #000;}
.w500{max-width:500px; margin:0 auto;}
.w800{max-width:800px; margin:0 auto;}

#footer{
	height:100px;
	text-align:center;
	color:#FFF;
}

#footer a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}
#footer table{
	margin:0 auto; font-size:13px;
}
#footer td{
	padding:10px;
}

nav .nav-link{color:#fff;}
.select2-container--default .select2-selection--multiple {border-color: #dee2e6 !important; min-height:38px !important;}
.select2-dropdown {border-color: #dee2e6 !important;}