@charset "UTF-8";
html, body
}
#menu {
	position: fixed;
	padding-top: 100%;
	width:100%;
	height:5%;
	background-color: rgba(0,0,0,0.30);

	}
	
html { 
  background: url("SlatineSunset_wide.jpg") no-repeat center center fixed;
	background-size: cover;	

}

.navbar {
    background-color: rgba(0,0,0,0.40);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30%;
    text-align: center;
    left: 0px;
	float: inherit;
}
.text {
	align-content: center;
	text-align: center;
	}
}
