.navbar {
	background: transparent !important;
}

.home-content {
	width: 100%;
	height: 100vh;
	background: url("../images/cloudysky.jpg");
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}

.home-menu ul li {
	border-color: white !important;
}

.home-menu ul li a {
	color: white !important;
}

.text-content {
	text-shadow: 0 1px 3px #000;
    color: #fff;
    font-size: 70px;
    font-weight: bold;
}

.navbar-collapse-white i {
	color: white !important;
}

@media (max-width: 768px) {
	.home-menu ul li {
		border-color: black !important;
	}

	.home-menu ul li a {
		color: black !important;
	}
}
