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


@font-face { font-family: ButlerThick; src: url('../font/Hypatia-Sans-Pro.ttf');}

@font-face { font-family: ButlerThin; src: url('../font/Hypatia-Sans-Pro-Light.ttf');}

 h6 {
        font-family: ButlerThin;
        font-size: 150%;
        line-height: 130%;
     }


 h7 {
        font-family: ButlerThick
        font-size: 700%;
        text-shadow: 2px 2px 8px #000000;
     }

 h8 {
        font-family: ButlerThin;
        font-size: 430%;
        text-shadow: 2px 2px 8px #000000;
     }


 h9 {
        font-family: ButlerThin;
        font-size: 150%;
        text-shadow: 2px 2px 8px #000000;
     }


    .bg-video {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        background: url('frontendimg/concert.jpg') no-repeat;
        background-size: cover;
    }
    .content {
        max-width: 800px;
        margin: 0 auto;
        padding: 30px;
        background: rgba(255, 255, 255, .9);
    }
