body{
	background: url(../img/background.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
	font-family: "Sathu";
}
nav{
	width:100%;
	height:25px;
	background-color: #f4f4ef;
	/* background-color: #e1d6fb; */
}

a{
	color: black;
}

a:hover {
  color:rgb(52, 52, 52);
	text-decoration: none;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
	margin-top: -25px;
}

.element{
	display:inline-block;
	margin-right: 10px;
	height:100%;
	margin-top: -5px;
}

.dropbtn {
  border: none;
	background-color: transparent;
}

.dropdown-content {
  display: none;
  position: absolute;
	padding-top:8px;
	/* background-color: red; */
  background-color: #f4f4ef;
	margin-top:-5px;
  min-width: 104px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px;
  text-decoration: none;
	text-align: center;
  display: block;
}

.dropdown:hover .dropdown-content {display: block;}
.dropbtn:focus{outline:none}

#brain{
	width:31px;
	margin-top: -5px;
	margin-left: 5px;
}

#battery{
	width:85px;
	/* margin-left: -5px; */
	margin-top:-1px;
}

#search{
	width:35px;
	margin-left: -7px;
	/* margin-right:px; */
}

.clock{
	width:100%;
	font-size: 16px;
	/* margin-right: -2px; */
}

.banner{
	position: fixed;
	display: block;
	/* float:left; */
	width: 400px;
}

.folder{
	margin-top: -8%;
	margin-right: 4%;
	float: right;
	width: 120px;
	height: 113px;
}

#center{
	width: 565px;
	height: 120px;
	/* background-color: white; */
	margin: auto;
margin-top: 22%;
	/* margin-top: 14%; */

}

.image{
	float: left;
	width: 120px;
	margin: 6%;
	height: 75%;
}

.overlay{
	position: absolute;
	margin-left: -120px;
	width: 120px;
}

img{
	object-fit: contain;
}

.modal {
	pointer-events: none;
	position: fixed;
	z-index: 1;
}

.modal-backdrop {
	display: none;
}

.modal-body{
 	max-height: 100%;
  max-width: 100%;
	color: red;
}

.modal-content{
	background: #e2e2e2 !important;
	border-radius: 18px;
}

.modal-header{
	background: #b7b7b7 !important;
	height: 10px !important;
	width: 100%;
	border-radius: 15px;
}

.modalname{
	margin-top: -12px;
	color: white;
	size: 10px;
}

.modal-text{
	color: black;
	text-align: left;
	display: inline-block;
	margin: auto;
}

#title{
	text-align: center;
	font-size: 18px;
}

.question{
	font-style: italic;
}

.response{
	margin-left: 30px;
}

.submissionFormat{
	margin-left:285px;
}

.stepsCenter{
		text-align: center;
}

.stepsFormat{
	margin-left:180px;
}

.tag{
	color: black;
	text-align: right;
}

.modal-footer{

}

/* @extend display-flex; */
display-flex, .display-flex, .display-flex-center, .signup-content, .signin-content, .social-login, .socials {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli, .socials {
  list-style-type: none;
  margin: 0;
  padding: 0; }
