/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@import "https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400)";

body{font-family:"Raleway", sans-serif;font-size:1em;color:#666666}::selection{background:#040404}::-moz-selection{background:#040404}
a{text-decoration:none;font-family: sans-serif;}
body{cursor:default;}
h1,h2,h3,h4,h5,h5{
	margin-top:.8em;
	margin-bottom:.4em;
	font-family:"Roboto Slab", serif;
	font-weight:lighter;color:#333333;
	-webkit-font-smoothing:antialiased
}
h1{margin-top:0;font-size:3.2em;line-height:1.2em;letter-spacing:.05em}


.panel-cover{
	display: block;
	position: fixed;
	z-index: 900;
	width: 100%;
	max-width: none;
	height: 100%;
	background: url(../images/cover.jpg) top left no-repeat #000;
	/*background: url(../images/background-cover.jpg) top left no-repeat linear-gradient(to right, #6DB3F2, #6DB3F2);*/
	background-size: cover;
	background-position: center center;
	/*opacity:.75;*/
}


.panel{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(5,5,5,0.5);
	background-size: cover;
}


.divider{
	width: 50%;
	background-color: rgba(255,255,255,0.14);
    /*border-top: 1px solid rgba(255,255,255,0.14);*/
    border: none;
}


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