#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vw;
  margin-bottom: 30px;
  height: 15vw;
  width: auto;
}

#search_bar {
  border: 1px solid rgb(207, 207, 207);
  width: 90vw;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 0;
}
#suggest_box{
  /* display: block; */
  position:absolute;
  top: 2;
  left: 0;
  right: 0;
  bottom: 166;
  margin: auto;
  border: 1px solid rgb(207, 207, 207);
  height: 150px;
  width: 90vw;
  border-radius: 20px;
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  box-shadow: 2px 6px 5px #c8c8c8;



  padding: 0;
  display: none;
  /* padding-left: 20px; */
  background-color: #ffffff;
  border-top: 0px;
  /* border: 0px solid rgb(207, 207, 207); */

  
}
#suggest_list{
  list-style-type: none;
}
#divider{
  width: 80vw;
  margin: auto;
  color: #9d9d9d;
  /* margin-right: 30px; */
}
.suggest_item{
  margin-top: 5px;
  margin-left: 18px
  /* border: 1px solid black; */
}

#search_bar:hover {
  border: 1px solid rgb(207, 207, 207);
  width: 90vw;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;

  box-shadow: 2px 6px 5px #c8c8c8;
}

#myinput {
  display: block;
  margin: 0px;
  height: 34px;
  width: 100%;
  border: 0px;
  /* border:1px solid black; */
  /* background-color: #565656; */
  margin-top: 2px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#mag {
  margin-top: 8px;
  margin-left: 3px;
  /* float:left;     */
  fill: grey;
}

.container {
  /* border: 1px solid rgb(229, 229, 229); */

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 10px;
  width: 100vw;
}

.mainButtons {
  border: 0px solid rgb(229, 229, 229);
  background-color: #f5f5f5;
  border-radius: 5px;
  width: 140px;
  height: 45px;
  font-size: medium;
  color: #565656;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(252, 252, 252);
  text-align: center;
  font-size: small;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

#lucky_button {
  display: none;
}

#icon {
  /* width:15px; */
  height: 20px;
  margin: 10px;
  fill: rgb(189, 189, 189);
}

.column1 {
  float: left;
  width: 40px;
  padding: 0px;
  /* border: 1px solid black; */
  height: 99%;
}

.column2 {
  float: left;
  width: 60%;
  /* border: 1px solid black; */

  padding: 0px;
}

.column3 {
  float: right;
  width: 40px;
  padding: 0px;
  /* border: 1px solid black; */
  height: 99%;
}

#mic {
  /* width:15px; */
  height: 20px;
  margin: 10px;
  fill: rgb(189, 189, 189);
}
#trending {
  text-align: left;
  /* border: 1px solid rgb(238, 7, 7); */
  width: 95vw;
  margin: auto;
  /* display: none; */
  opacity: 0;
  transition: opacity 1s;
  /* -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s; */

}
/* .fader {
    opacity:0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
 } */
#trendingicon {
  height: 20px;
  margin: 10px;
  fill: rgb(100, 100, 100);
}
#trendingHead {
  font-size: 20px;
  /* font-weight: 500; */
  color: rgb(10, 10, 10);
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  margin-left: 20px;
}
.trend-row {
  width: 90vw;
  /* height: 55px;
     */
  height: 56px;

  border-bottom: 1px solid rgb(193, 193, 193);
  margin: auto;
  padding-top: 7px;
  /* border: 1px solid black; */
}
.trend-col-1 {
  float: left;
  width: auto;
  padding: 0px;
  padding-bottom: 10px;
  height: 99%;
  /* border: 1px solid black; */
}
.trend-col-2 {
  padding-top: 20px;
  float: left;
  width: 72vw;
  padding: 5px;
  color: #565656;
  /* border: 1px solid black; */
  height: 99%;
  overflow: visible;
  /* display:inline-block; */
}
body {
  margin-bottom: 50px;
}
.trending-buttons {
  color: rgb(76, 76, 76);
  border: 0px;
  background-color: white;
}
.trends-links {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
#tiles-div{
  display: none;
}
.tiles {
  width: 60px;
  height: 60px;
  background: rgb(235, 235, 235);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 100px;
  /* margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px; */
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tiles-logos {
  background: rgb(235, 235, 235);
  /* border: 1px solid rgb(0, 0, 0); */
  border-radius: 100px;
  margin: auto;
  padding: 0 0 0 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  height: 35px;
  width: auto;
}
/* .tiles-title{
    margin: auto;
  }  */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 2rem;
  width: 90vw;
  margin: auto;
  margin-bottom: 38px;
  user-select: none;
}
@media only screen and (min-width: 590px) {
  .grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    width: 550px;
    gap: 2rem;
    margin-bottom: 45px;

    /* margin: auto; */
  }
}
.grid-tile {
  text-align: center;
  /* border: 1px solid rgb(0, 0, 0); */
  border-radius: 20px;
  display: none;

}
.grid-tile:hover {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 400px) {
  .column2 {
    float: left;
    width: 50%;
    /* border: 1px solid black; */

    padding: 0px;
  }
}
@media only screen and (max-height: 550px) {
  #logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 90px;
    width: auto;
  }
  #search_bar {
    border: 1px solid rgb(207, 207, 207);
    width: 500px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }
  #suggest_box{
    width: 500px;
  }

  #search_bar:hover {
    border: 1px solid rgb(207, 207, 207);
    width: 500px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;

    box-shadow: 1px 2px 5px #c8c8c8;
  }

  #myinput {
    display: block;
    margin: 0px;
    height: 34px;
    width: 100%;
    border: 0px;
    margin-top: 2px;
  }

  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
  }

  #mag {
    margin-top: 7px;
    margin-left: 3px;
    /* float:left;     */
    fill: grey;
  }

  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 60vw;
  }

  .mainButtons {
    border: 0px solid rgb(229, 229, 229);
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    font-size: medium;
    color: #565656;
  }

  #lucky_button {
    display: none;
  }

  #icon {
    /* width:15px; */
    height: 20px;
    margin: 10px;
    fill: rgb(189, 189, 189);
  }

  .column1 {
    float: left;
    width: 40px;
    padding: 0px;
    /* border: 1px solid black; */
    height: 99%;
  }

  .column2 {
    float: left;

    width: 370px;
    padding: 0px;
  }

  .column3 {
    float: right;
    width: 40px;
    padding: 0px;
    border: 0px solid black;
    height: 99%;
  }

  #mic {
    /* width:15px; */
    height: 20px;
    margin: 10px;
    fill: rgb(189, 189, 189);
  }
  #trending {
    text-align: left;
    /* border: 1px solid rgb(238, 7, 7); */
    width: 500px;
    margin: auto;
  }
  .trend-row {
    width: inherit;
    height: 50px;
    border-bottom: 1px solid rgb(193, 193, 193);
    margin: auto;
    padding-top: 7px;
  }
}

@media only screen and (max-width: 320px) {
  .column2 {
    float: left;
    width: 40%;
    /* border: 1px solid black; */

    padding: 0px;
  }
}

@media only screen and (max-width: 263) {
  .column2 {
    float: left;
    width: 20%;
    /* border: 1px solid black; */

    padding: 0px;
  }
}

@media only screen and (min-width: 600px) and (min-height: 550px) {
  #logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 30px;
    height: 100px;
    width: auto;
  }

  #search_bar {
    border: 1px solid rgb(207, 207, 207);
    width: 500px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }
  #suggest_box{
    width: 500px;
  }
  #divider{
    width: 440px;
    margin: auto;
    color: #9d9d9d;
    /* margin-right: 30px; */
  }
  #search_bar:hover {
    border: 1px solid rgb(207, 207, 207);
    width: 500px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;

    box-shadow: 1px 2px 5px #c8c8c8;
  }

  #myinput {
    display: block;
    margin: 0px;
    height: 34px;
    width: 100%;
    border: 0px;
    margin-top: 2px;
  }

  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
  }

  #mag {
    margin-top: 7px;
    margin-left: 3px;
    /* float:left;     */
    fill: grey;
  }

  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 60vw;
  }

  .mainButtons {
    border: 0px solid rgb(229, 229, 229);
    background-color: #f5f5f5;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    font-size: medium;
    color: #565656;
  }

  #lucky_button {
    display: inherit;
  }

  #icon {
    /* width:15px; */
    height: 20px;
    margin: 10px;
    fill: rgb(189, 189, 189);
  }

  .column1 {
    float: left;
    width: 40px;
    padding: 0px;
    /* border: 1px solid black; */
    height: 99%;
  }

  .column2 {
    float: left;

    width: 370px;
    padding: 0px;
  }

  .column3 {
    float: right;
    width: 40px;
    padding: 0px;
    border: 0px solid black;
    height: 99%;
  }

  #mic {
    /* width:15px; */
    height: 20px;
    margin: 10px;
    fill: rgb(189, 189, 189);
  }
  #trending {
    text-align: left;
    /* border: 1px solid rgb(238, 7, 7); */
    width: 500px;
    margin: auto;
  }
  .trend-row {
    width: inherit;
    height: 50px;
    border-bottom: 1px solid rgb(193, 193, 193);
    margin: auto;
    padding-top: 7px;
  }
  .trend-col-2 {
    padding-top: 20px;
    float: left;
    width: auto;
    padding: 5px;
    color: #565656;
    /* border: 1px solid black; */
    height: 99%;
    overflow: visible;
  }
}
