/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
html {
  font-family: 'Helvetica Neue',  Helvetica, Arial, Verdana, sans-serif;
  color: #757575;
}



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


.notransform {
    text-transform: none !important;
    white-space:nowrap;
}

.bt-pad {
 margin-bottom: 15px;
}


.max-wide {
min-width: 100%;
}

.break-text{
overflow-wrap: break-word;
word-wrap: break-word;

}

.fit-text{
font-size: 10vw; 
}


.fit-text2{
font-size: 1vw; 
}


.title-link a { color: #f4511e;}
.title-link a:-webkit-any-link{ color: #f4511e;}
.title-link a:link{ color: #f4511e;}
.title-link a:active{ color: #f4511e;}
.title-link a:visited{ color: #f4511e;}
.title-link a:hover{ color: #f4511e;}

.bread i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.bread:before {
  content: '\E5CC';
  color: #f4511e;
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}


.lic{
list-style-type: circle;
margin-left: 30px;
}


.tbor {
 border: 10px solid transparent;
}


.flow-text2 {
  font-weight: 10px; }


.ibutton {
  font-size: 1.6rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
