@charset "utf-8";
/* CSS Document */

.parallax_content{
	position: relative;
  display: flex;
justify-content:center;
	align-items: center;
	  height: auto;
	width: 100vw;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.RBGA{
	height: auto;
	width: 100vw;
  background: rgba(251,197,1,0.5);}

