@import url("./global-sheet.css");

body{
  font-family: lexend;
  text-align: center;
  display: flex;
  justify-content: space-between;	
  flex-direction: column;
  min-height: 100vh;
  }

#search_box{
	height: 2.5em;
	width: 60%;
	border: 1px solid lightgray;
	box-shadow: 0mm 0mm 2mm lightgray;
	color: gray;
  text-align: left;
	font-family: lexend;
  margin-top: 5mm;
  padding-right: 2mm;
  padding-left: 2mm;

} 
.footer_info{
  padding-top: 2mm;
  padding-bottom: 1mm;
  color: gray;
  font-size: 3mm;
}
#search_box:focus{
	box-shadow: 0mm 0mm 2mm royalblue;
}
.microphone{
  height: 2.4em;
  margin-top: 4mm;
  background: gray;
  border-radius: 50%;
  margin-left: 2mm;
}
#submit{
    min-width: 10%;
    color: white;
    text-align: center;
    background-color: #262626;
    border: none;
    padding: 0.5em;
    margin-top: 3mm;
    display: inline-block;
    font-family: lexend;
    border-radius: 2mm;
}
#logo{
	width: 14em;
	margin-top: 9em;
}
.form_container{
    text-align: center;
}
h1{
  text-align: center;
  font-family: lexend;
  color: slategray;
}

@media only screen and (min-width: 600px) {
  #logo {
    width: 25em;
   margin-top: 5em;
  
  }
  #search_box{
  	width: 28em;
  	height: 1.7em;
  	font-size: 1.2em;
  }
}
.footer{
  width: 100%;
  height: 7em;
  background: #262626;
  color: white;
  margin-top: 3mm;
}
.copy_info{
  color: white;
  text-align: center;
  padding-top: 0.8em;
}
.copy_info_container{
  width: 20em;
  height: auto;
  padding-bottom: 1em;
  margin: auto;
  border-bottom: 1px solid gray;
}
@media only screen and (max-width: 375px)
{
  .copy_info_container{
    width: 100%;
  }
}

.Tooltip_keyboard{
   width: 35%;
   margin-left: 3%;
   height: auto;
   background: white;
   border-radius: 2mm;
   box-shadow: 0 0 1mm #262626;
   margin-top: 10vh;
   position: absolute;
   font-weight: normal;
}
.Tooltip_keyboard_header
{
  font-size: 1.5em;
  padding-top :2mm;
}
.close{
   
}
.close_container{
  width: 8mm;
  height: 8mm;
  background: #262626;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 2mm;
}
.message 
{ padding: 0.4em;
  padding-left: 2em;
  padding-right: 2em;
  color: slategray;
  padding-bottom: 2em;
  font-weight: normal;
}
@media only screen and (max-width:600px)
{
  .Tooltip_keyboard{
    width: 90%;
  }
}

.social_media_icons{
  margin-top: 2mm;
  width: 20px;
  height: auto;
}