/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller-webfont.woff2') format('woff2'),
         url('../fonts/aller-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h2 {
  font-size: 3rem
}
 
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

html {
  overflow-x: hidden;
	font-family: 'allerregular', 'Roboto', 'Arial' !important;
}

.brand-logo img {
  height: 50px;
  margin-top: 3px;
}

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

.kina-bg {
	background-color: #E1E1E1;
}

.kina-br-bg {
	background-color: #C0936C;
}

.btn.kina-br-bg:hover, .btn-large.kina-br-bg:hover, .btn-small.kina-br-bg:hover, .btn.kina-br-bg:visited, .btn-large.kina-br-bg:visited, .btn-small.kina-br-bg:visited, .btn.kina-br-bg:focus, .btn-large.kina-br-bg:focus, .btn-small.kina-br-bg:focus {
	background-color: #C0936C;
}

nav ul a, .page-footer p, .page-footer a {
	color: #212121 !important;
}

.card-action a, .card-content a, .card-action .input-field label, .card-action .input-field input {
	color: inherit !important;
	border-bottom-color: white !important;
	text-transform: none !important;
}

.card-action.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* label focus color */
.input-field input[type=text]:focus + label {
 color: white !important;
}

/* label underline focus color */
.input-field input[type=text]:focus {
 border-bottom: 1px solid white !important;
 box-shadow: 0 1px 0 0 white !important;
}
/* valid color */
.input-field input[type=text].valid {
 border-bottom: 1px solid white !important;
 box-shadow: 0 1px 0 0 white !important;
}
/* invalid color */
.input-field input[type=text].invalid {
 border-bottom: 1px solid red !important;
 box-shadow: 0 1px 0 0 red !important;
}
/* icon prefix focus color */
.input-field .prefix.active {
 color: white !important;
}