body {
	background-color: #000000;
	color: #ffffff;	
	font-family: calibri;
	font-weight: 300;
}

body a {
	text-decoration: none;
}

.top {
	background-color: #efefef;
	display: flex;
	align-items: center;
	font-family: calibri;
	justify-content: space-between;
}

.menu {
	list-style-type: none;
	margin-right: 25%;
}

.menu li {
	display: inline-block;
	/*float: right;*/
}

.menu li a {
	color: gray;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 3em;
}

.logo {
	/*background-color: purple;*/
}

.logo a	{ 
	color: gray;
	font-size: 2em;
	font-weight: 900;
	margin-left: 10em;
} 

.one {
	background-image: url("1.png");
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 150%;
	font-weight: bold;
	height: 900px;
}

.textglass {
	/*background-color: #efefef;
	filter: blur(7px);*/
	
}

.one p {
	color: #ffffff;	
	font-size: 200%;
	font-weight: 400;
	margin: 0px;
	padding: 20% 0px 0px;
	text-align: center;
}

.two {	
	background-image: url("2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 150%;
	height: 900px;

}

.two .textglass {
	padding: 1% 0px 0px 4%;
}

.two p {
	/*background-color: #efefef;
	opacity: 0.8;*/
	width: 50%;
}

.three {
	background-image: url("3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 175%;
	height: 900px;
}

.three p {
	font-weight: bold;
}

.three .textglass {
	padding: 8% 0px 0px 4%;
}

.bottom {
}