


header ul li a {
	color: white !important;
}

header ul li:hover {
	background-color: rgba(255,255,255, 0.5);
	border-radius: 5px;
}

header ul li a:hover{
	color: black !important;

}


@media only screen and (max-width: 900px) {
	.nav-item {
		margin: auto;
		border: 1px solid white;
		border-radius: 8px;
		background-color: rgba(0,0,0, 0.5);
		margin-top: 10px;
	}
}

@media only screen and (max-width: 900px) {
	#landing {
		background-image: url("../img/background-mobile.jpg") !important;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 500px;

	}
}

#container1 {
	background-color: rgba(255, 255, 255, .50);  
	backdrop-filter: blur(8px);	
}

#container2 {
	background-color: rgba(0, 0, 0, .40);  
	backdrop-filter: blur(3px);
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 15px;
}

@media only screen and (max-width: 900px) {
	#container1-mobile {
		background-image: none !important;
	}
}
.navbar-fixed-top.scrolled {
  background-color: rgba(0,0,0,.6); !important;
  transition: background-color 200ms linear;
}

