@font-face {
 font-family: "ephesis";
 src: url("img/ephesis-regular-webfont.woff2") format("woff2"),
      url("img/ephesis-regular-webfont.woff") format("woff");
}
/* -----  Global  ----- */
html {
	font-size: 100%; /* IE */
	background-color: #212327 !important;
	height: 100%;
}

body {	
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
	color: #888 !important;
	background-color: #202124 !important;
	min-height: 80vh;
	min-height:100%;
	text-align: justify !important;
	position:relative;
	border:0.1px solid transparent; /* indispensable */
}

h1, h5{
	margin-top: 20px;
	text-align: center;
	font-family: ephesis !important;
}

h1 {
	font-weight: bold !important;
	border-bottom: 1px solid #333;
}

h5 {
	border-bottom: 1px solid #333;
	max-width: 370px;
	margin: 0 auto;
	font-weight: bold !important;
	font-size: 2em !important;
	color: #aaa !important;
}

p {
	text-indent: 1em;	
}

ul {
	text-indent: 0.1em;
	padding-left: 0.5em;
}

td {
	border: 1px solid #ddd;
	padding: 8px;
}

tr:nth-child(even){
	background-color: inherit;
}

a, a:link, a:hover, a:visited {
    text-decoration:none;
    color: #999;
}

.card {
	background-color: #202124 !important;
	border-color: #282828 !important;
}
.card-header {
	background-color: #303134 !important;
}
.card-body {
	background-color: #202124;
}

.clr {
	clear: both;
}

.disNone {
	display: none;
} 

#navBar {
	width: 100%;
	background-color: #212327;
	position: absolute;
	z-index: 1;
	border-bottom: 1px solid #212327;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0;
	border-top-color : #212327;
	border-color: #000 !important;
}
	
.nav-item {
	margin-left:1.5em;
}

#header {
	border-top: 1px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	position:fixed;
	width:100%;
	margin:0;
	top:0;
	z-index:100 !important;
}

#mainLogo {
	padding-left: 30px;
}

.imgRnd, .imgRnd2 {
	width:200px;
}

@media all and (max-width: 768px) {		
	.imgRnd {
		width:150px;
	}
	.imgRnd2 {
		width:130px;
	}
}

#mainContent {
	min-height:80vh;
	margin-top: 57px;
	background-color: #202124 !important;
	padding-bottom: 110px;
}

.aaa {
	color: #486287;
	font-weight: bold;
}

#footer {
	border-top: 1px solid #e1e1e1;
	text-align:center;
	padding: 1.5em;
	
	position:absolute;
	bottom:0;
	width:100%;
	margin: 0;
}

#header, #footer {
	background-color: #212327 !important;
	border-color: #1e1e1e;
}