html { 
  background: url(/img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;

}
body {
	font-family: 'Rubik', sans-serif;
	background: transparent !important;
	color: #fff;
	text-align: center !important;
}
.h1 {
	font-weight: 500;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
}
.grid-container {
	padding-top:10%;
}
a {
	color: #fff !important;
}