.jumbotron{
	margin: 1px 1px 1px 1px;
	margin-top: 100px;
	margin-bottom: 10px;
	border-radius:10px;
		background:
			linear-gradient(
				rgba(0,0,0, 0.40),
				/* rgba(0, 0, 250, 0.54), */
				rgba(0, 0, 0, 0.70)
			),
/* url(https://source.unsplash.com/1600x1050/?nature); */
url(/images/hosting_servers1.jpg);
background-repeat: no-repeat;
background-position: initial;
background-attachment: scroll;
color:white !important;
height:85%;
}
.logoText {
	font-size: 2.0rem;
	font-weight: 600;
	background: -webkit-linear-gradient(#fae3b1, #bb7dad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#mainNav .nav-link {
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
}
#mainNav .nav-link:hover {
	color: #EAA6AE;
}