/* 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;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #121212;
}

.koster-bg {
  background-color: #1F1F1F;
}

.koster-bg-light {
  background-color: #1F1F1F;
}

.koster-text {
  color: #E2E2E2;
}

@media only screen and (min-width: 601px) {
  .brand-logo img {
    height: 52px;
		margin-top: 4px;
  }
}

@media only screen and (max-width: 600px) {
  .brand-logo img {
    height: 	42px;
		margin-top: 6px;
  }
}


/* sticky footer */
  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }