/* 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;
}

.library_title_text {
	font-size: 4.2rem;
	font-weight: 300;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
      
	
footer.page-footer {
  margin-top: 10px;
  padding-top: 10px;
  background-color: #2dafa7;
}

.bottom_footer_row {
	margin-bottom: 5px;
}

.primary-clor {
  background-color: #2dafa7 !important; }

