body {
	padding: 0;
	margin: 0;
	background: #fbfcfc ;
}


hr{
        height: 2px;
        background-color: #008cfd;
        border: none;
}

pre{
	background-color:  #ebf5fb;
	
}


lcd{
	font-family: monospace;
	font-weight: bold;
	background-color:  #ebf5fb;	
}


/*--- banner ----*/
.banner {
/*	background-color:  #008cfd;	*/

}

.banner h5{
	background-color: #008cfd;
	color: #ffffff;
	font-weight: 700;
}



/*--- navigation bar ---*/

.navbar {
	background:  #fbfcfc ;
}

.nav-link,
.navbar-brand {
	color:   #008cfd;
	cursor: pointer;
	font-size: 1.1rem;
	line-height: 1.5;

}


.navbar h2 {
	color: #008cfd;

}

.nav-link {
	margin-right: 1.5em !important;
}

.nav-link:hover {
	color: #000;
}

.navbar-collapse {
	justify-content: flex-end;
}

/*--- header ---*/

.header {
	background-image: url('images/mio-n.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);  // 0.1 is the transperancy
}

.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -55%);
	text-align: center;
}

.description h1 {
	color: #FFFFFF;
}

.description h2 {
	color: #FFFFFF;
}

.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}

.description button {
	border: 1px solid #1E90FF;
	background: #1E90FF;
	border-radius: 0;
	color: #fff;
}

.description button:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

/*--- feature section ---*/

.features {
	margin: 1em auto;
	padding: 1em;
	position: relative;
}

.feature-title {
	color: #010101;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.feature-title-2 {
	color: #010101;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.features img {
//	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
//	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
//	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.features .form-control,
.features input {
	border-radius: 0;
}

.features .btn {
	background-color: #008cfd;
	border: 1px solid #008cfd;
	color: #fff;
	margin-top: 20px;
}

.features .btn:hover {
	background-color: #3333;
	border: 1px solid #333;
}

/*--- footer ---*/

.page-footer {
	background-color:  #fbfcfc ;
	color: #010101;
	padding: 30px 0 15px;
}

.footer-copyright {
	color: #010101;
	padding: 20px 0;
}

/*--- media queries ---*/

@media (max-width: 575.98px) {

	.description {
		left: 0;
		padding: 0 15px;
		position: absolute;
		top: 10%;
		transform: none;
		text-align: center;
	}
	
	.description h1 {
		font-size: 2em;
	}
	
	.description p {
		font-size: 1.2rem;
	}
	
	.features {
		margin: 0;
	}

}
