h1{
  /*font-size:48px;*/
}

.text-small{
	font-size:12px !important;
}

.lego-font{
	font-size: 22px;
	line-height: 25px;
    font-weight: 600;
    font-family: Arial;
}


/*Logo Brand Style Text*/
.brand-text {
  position: relative;
  font-family: Comic Sans, cursive;
  font-size: 10em;
  font-style: italic;
  font-weight: 600;
  -webkit-text-stroke-width: 0.15em;
  -webkit-text-stroke-color: black;
}

.brand-text:before,
.brand-text:after {
  content: attr(data-text); /* Optionally hard code */
  position: absolute;
  top: 0;
  left: 0;
}

.brand-text:before {
  z-index: -1;
  -webkit-text-stroke-width: .3em;
  -webkit-text-stroke-color: yellow;
}

.brand-text:after {
  z-index: 1;
  color: white;
  -webkit-text-stroke-width: 0;
}