/* Navbar */
.navbar-brand {
	font-family: viga;
/*	font-size:32px; */
}

/*body*/

#Features {
	padding-top: 5rem;
	background-color:#ffc107;
}

#Contact {
	padding-top: 5rem;
	background-color:#ffffff;
}

/* Jumbotron */
.jumbotron {
	padding-top: 4rem;
	background-color:#e2edff;
	background-size: cover;
	height: 450px;
	margin-top: 1px;
}

.jumbotron .display-4 {
	color: white;
	text-align: center;
	margin-top: 180px;
	font-weight: 200;
	font-size: 40px;
}

/*.jumbotorn .display-4 span {
	font-weight: 600;
}*/

/* DESKTOP VERSION */
@media (min-width: 992px) {
	.navbar-brand, .nav-link{
		color: white !important;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	}
	
	.nav-link {
	text-transform: uppercase;
	margin-right: 30px;
	}

	.nav-link:hover::after {
		content: '';
		display: block;
		border-bottom: 3px solid #0B63DC;
		width: 50%;
		margin: auto;
		padding-bottom: 3px;
		margin-bottom: -8px;

	}
/*
	.jumbotron{
		margin-top: 1px;
		height: 50px;
	}*/
/*	.jumbotron.display-4 {
		font-size: 62px;
	}*/
}