@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
html {
  scroll-behavior: smooth;
}
.input-field > label {
    top: -6px;
    font-size: 18px;
}
.front_search_box{
	box-shadow: 3px 1px 3px lightgrey;
	width: 90%;
	margin-top: 20px;
	border-radius: 5px;
	border: 1px solid lightsalmon;
}
.front_logo{
	height: auto;
	width: 20%;

}
.front_heading{
font-family: 'Libre Baskerville', serif;
font-weight: bold;
	font-size: 35px;
	color:#3061b8;
	position: relative;
	bottom: 95px;

}

.heading_admin{
font-family: 'Libre Baskerville', serif;
	font-size: 25px;

	  text-transform: uppercase;
	  font-weight: bold;
	color:#3061b8;
	margin-bottom: 24px;
}

.admin_body{
	margin-left: 250px;
	margin-right: 20px;
	border-radius: 5px;

}
.show_user_name{

	color: black;
	font-size: 20px;
	margin-left: 20px;
	position: relative;
	bottom: 15px;
}
.show_user_email{
	margin-left: 20px;
	position: relative;
	bottom: 15px;
	color: grey;

}
.sidenav li{
	list-style-type: ci;
}

@media only screen and (max-width: 995px) {
.admin_body{
		margin-left: 25px;
		margin-right: 25px;
}
.front_heading{
    font-size:20px;
}
.front_logo{
    height:100px;
    width:200px;
}

}	
.result_type_heading{
	font-family: 'Libre Baskerville', serif;
	margin-bottom: -5px;
	color: black; font-weight: bold; font-size: 20px; 
}

.sidenav li a{
	position: relative;
	right: 11px;
}







.eight h1 {
  text-align:center;
 
  text-transform:uppercase;
  font-size:26px; letter-spacing:1px;
  
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
}

.eight h1:after,.eight h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
  background-color:#f8f8f8;
}








.admin_body_tag {
 
  justify-content: stretch;

 
 color: black;
  background-image: radial-gradient(circle, #0057ad 0%, black 90%);
}
