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

.logo {
	width: 100%;
}

.zweistra-bg {
  background-color: #2b2e33 ;
}

.zweistra-bg-light {
  background-color: #e0e0e0 ;
}

.zweistra-text, a.zweistra-text {
  color: #ffffff !important;
}

@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;
  }