@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');


body {
/*	touch-action: pan-x pan-y !important;*/
	background: white;
	padding: 0px;
	margin: 0px;
	min-height: 100vh;
}

h1{
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	color: rgba(0,0,0,0.7);
}

h2{
	margin-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: rgba(0,0,0,0.7);
	text-align: center;
}

/*
p{
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: rgba(0,0,0,0.7);
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
*/

#logoContainer{
	box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
	z-index: 1000;
	background-color: rgba(255,255,255,0.7);
	position: sticky;
	display: block;
	margin: 0px;
	width: calc(100% - 20px);
	backdrop-filter: blur(5px); 
  	-webkit-backdrop-filter: blur(5px);
	height: px;
	left: 0px;
	top: 10px;
	border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -65;
	overflow:visible!important;
}

#topBlur{
	z-index: 2;
	position: sticky;
	display: block;
	backdrop-filter: blur(5px); 
  	-webkit-backdrop-filter: blur(5px);
    top: 0;
    left: 0;
   	width: 100%;
	height: 20px;
	margin-top: -20px;
}

#topBlur2{
	z-index: 90;
	position: sticky;
	display: block;
	backdrop-filter: blur(20px); 
  	-webkit-backdrop-filter: blur(20px);
    top: 75px;
    left: 0;
   	width: 100%;
	height: 10px;
}

.logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px;	
}

#bodyContainer{
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: rgba(255,255,255,0.7);
	height: 100%;
	width: calc(100% - 30px);	
	border-radius: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}


#grid{
	padding-bottom: 50px;
}

