/*@font-face {
	font-family: Roboto;
	src: url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap);
}*/

header { 
	background-color: rgba(225, 225, 225, 0.575); 
	backdrop-filter: blur(5px); 
	position: fixed; 
	display: flex; 
	justify-content: space-between; 
	z-index: 2;
	height: 71px; 
	width: 100%; 
	top: 0; 
	left: 0; 
}

.page-title .drishti { 
	height: 58.3px; 
	width: 120px; 
	padding-top: 5px; 
	padding-left: 20px ;
	margin-top: 5px;
}

.page-title span { 
	font-family: 'Roboto', sans-serif; 
	font-size: 36px; 
	font-weight: 300; 
	color: white; 
    vertical-align: 45%;
    background: -webkit-linear-gradient(45deg, #0347ff, #0ee5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	position: absolute;
	margin-top: 15px;
	margin-left: 5px;
}

.page-title .drishti { 
	height: 58.3px; 
	width: 120px; 
	padding-bottom: 5px; 
	padding-left: 20px 
}

.dropdown { 
	position: relative; 
	display: inline-block; 
}

.dropdown a:hover {
	background-color: #ddd; 
	filter: blur(0px);
}

.dropbutton { 
	width:26.75px; 
	height:24px; 
	margin-top:20px; 
	margin-right: 25px; 
	border: none; 
	cursor: pointer;
}

.dropdown-content { 
	display: none; 
	position: absolute; 
	background-color: #eeeeee; 
	min-width: 160px; 
	overflow: auto; 
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
	z-index: 2; 
	right: 0;
	height: 33vw;
	overflow: hidden;
}

.accesibility { height: 20vw; width: 100vw; }


.dropdown-content a { 
	color: rgb(255, 255, 255); 
	text-decoration: none; 
	display: block; 
	width:16.66vw; height: 33vw;
	backdrop-filter: blur(60px);

	font-family: 'Roboto', sans-serif; 
	cursor: pointer;
	bottom:0;
}
.menulabel {
	float:left; 
	position:absolute; 
	top:73%; 
	width: 100%; 
	text-align: center;
	font-weight:100; font-size:36px; line-height:36px;
}


.dropdown-content img { 
	display: block; 
	filter: blur(2px) brightness(70%) opacity(80%) invert(10%);
	width:16.66vw; height: 33vw; 
	bottom:0px;
}
.dropdown-content img:hover { 
	display: block; 
	filter: blur(0px); 
}


.show {display: flex; flex-direction:unset; float:right;}