/* 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;
}
/**
.bookResults {
  border: .5px solid #9e9e9e;
  border-radius: 5px;

}
*/

h6 {
  padding: 10px;
}
.bookSearchCard:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}

.video {
  padding: 20px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}
.footer{
  width:100%;
  height: auto;
  position: fixed;
  bottom:0;
  left:0;
  background-color: #3b3b3b;
}

.helper-text {
  color: red;
}