
/*************import google font **********************/
@import url('https://fonts.googleapis.com/css?family=Work+Sans&display=swap');


/******** web normal viewport **************/
* {
	font-family: "Work Sans";	
}
body {
	overflow: auto;
}
.logo {
	height: 70px;
	width: 60px;
}
.profile-image {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	border: 5px solid white;
}
.legend {
	text-align: center;
	margin: 0 auto;
}
.legend a {
	font-size: 11px;
	background: #1e87f0;
	padding: 3px 6px;
	border-radius: 3px;
	border: 0;
	color: #fff;
	transition: 0.6s all ease-in;
	box-shadow: 0 0 .5rem rgba(0,0,0,0.2)
}
.legend a:hover {
	transform: translateY(-3px);
}
.section-links .uk-background-primary, .section-notes .uk-background-primary {
	color: #fff !important;
	text-align: center !important;
	/*text-transform: capitalize;*/
}
.navigation {
	background: #1e87f0;
	position: fixed;
	width: 100%;
	bottom: 0;
	margin-bottom: -20px;
	padding-bottom: -20px;
}
.navigation ul {
	display: flex;
	float: none;
	position: relative;
  	padding-left: 0px !important;	  	
}
.navigation ul li {
	list-style: none;
	padding: 7px 10px;
	text-align: center;
	max-width: 70px;
	display: flex;
	margin: 0 auto;
}
.active .fa {
	background: #fff;
}
a:hover {
	text-decoration: none;
}
.navigation ul li a {
	align-items: center;
	justify-content: center;
	font-size: 60%;
	color: #fff;
	/*text-transform: capitalize;*/
}
.body {
	background-image: url("../image/transparent-logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	margin: 0 auto;
}
.center-div
{
	margin: 0 auto;
	max-width: 700px;  
}
a.actives, a.active .fa {
	color: #352d9e !important;
}
.uk-table th {
	text-align: center !important;
}

/******* view on a 450px mobile screen ******/
@media screen  and (max-width: 450px) {
	.uk-span {
		font-size: 12px;
		text-align: center;
	}
	.uk-navbar-nav .span-1 {
		position: relative !important;
		bottom: 100% !important;
		left: 50% !important;
		margin-bottom: 40px !important;
	}
	table, .uk-list a {
	text-transform: capitalize;
	font-size: 9px;
	margin-top: 20px !important;
	}
	.uk-table td, .uk-list-striped > li {
	    padding: 12px 10px !important;
	    vertical-align: top;
	}
	.section-links .uk-background-primary, .section-notes .uk-background-primary {
		color: #fff !important;
		text-align: center !important;
		font-size: 13px;
		padding: 5px;
		text-transform: capitalize;
		position: fixed;
		width: 100%;
		top: 0;	
	}
	table.uk-table{
		margin-top: 50px !important;
	}
	ul.uk-list{
		margin-top: 30px !important;
	}
	.links {
		display: none;
	}
}
