/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

nav{
  height: 80px;
}

.nav-wrapper,
.sidenav-trigger,
#hamburger{
  line-height: 80px !important;
}

#query_open,
#query_close,
#location_close{
  width: 100px;
  height: 45px;
  padding: 1px;
}

#location_open{
  width: 120px;
  height: 45px;
  padding: 1px;
}

#nav-mobile{
  /* background-image: url('https://www.hoasted.com/wp-content/uploads/2015/05/Gradient-blue-1.jpg'); */
  /* background-image: url('../image/cool-background.png') ; */
  background-color: skyblue;
}

#results {
  height: 30vh;
  overflow-y: scroll;
}

.collection-item:hover {
  background-color: hsl(0, 0%, 96%);
  cursor: pointer;
}
