/* 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 {
	background-color: #000;

	background: url("../shroom_1_w2.jpg") center center fixed; 
	background-position: fixed;
}

body {
	font-family: Arial, sans-serif;
	color:#fff;
}

h1 {
	padding:1rem;
}

h2 {
    font-family: 'Faster One', cursive;
    color:red;
}

h3 {
	font-family: 'Faster One', cursive;
	color:#fff;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.block {
		-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:1rem;
  margin-bottom: 2rem;
}

.block-1 {

	background-image: url("../shroom_1.jpg");


}

.block-2 {
	background-image: url("../shroom_2.jpg");

}

.block-3 {
	background-image: url("../shroom_3.jpg");

}

.block-4 {
	background-image: url("../shroom_4.jpg");

}

.the_rocket {
	position: fixed;
	right:10%;
	top:20%;
}