html, body {
	height: 100%;
	width: 100%;
}
.navbar {
	background-color:#ff99e6;
	padding: 1% 0;	
}
.navbar-default .navbar-nav li a {
	color: #D5D5D5;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active, {
	color: #FFFFF;
}
.nav-pills .pill-1 .nav-link {
    background-color: rgba(255, 0, 0, 0.2);
    color: white;
}

	#home {
	background: url('nice.jpg') no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}
.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

	.landing-text h1{
		font-size: 500%;
		font-weight: 700;
}