/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
  background-image: url("../images/body-bg.png");
  background-position: top left;
  background-repeat: no-repeat;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
/* #logo-container img {
  border: 0;
  padding-top: 5px;
} */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  padding: 4px;
}
nav .brand-logo span {
  vertical-align: top;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: #0277bd;
    text-transform: none;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #000;
}

.card-action a:hover {
  color: #000;
}
.card .card-action a .material-icons {
  color: #81d4fa;
  margin-right: 2px;
}

.card-action:hover {
  background-color: #ddd;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.action-top .card .card-action {
    border-top: none;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}


