.parallax-wrapper{
	position: relative;
	height: 400px;
	overflow: hidden;
	margin: 30px 0 50px 0;
}
.parallax{
	position: relative;
	background-size: cover;
	height: calc(100% + 100px);
	top: -50px;
	left: 0%;
}
.fixed {
    position: fixed !important;
    width: 100%;
    z-index: 99999999;
    top: 0px;
    background: white;
}
.hold-this {
	height: 72px;
	width: 100%;
	display: block;
}

.jumbotron{
	margin-bottom:0 !important; 
	position: relative;	
	background-color: transparent !important;
}
.jumbotron:after{
	content: "";
	background-image: url(../img/clouds.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;  
}
#download {
	margin: 10px 0;
	/*float: left;*/
}
#version {
	margin-bottom: 0;
}
.space{
	height: 180px;
}

.half {
	width: 50%;
	float: left;
}
.half pre {
	margin-bottom: 30px;
}
#donate{
	margin-left: 10px;
	top: 20px;
	position: relative;
}

.parallax-wrapper-2{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* position: relative;
	height: 400px; */
	overflow: hidden;
}

.parallax-0{
	position: relative;
	background-image: url(../img/rose.jpg);
	background-size: cover;
	height: 900px;
	top: -600px;
	left: 8%;
	margin-left: -300px;
}
.parallax-1{
	position: relative;
	background-size: cover;
	height: calc(100% + 100px);
	top: -50px;
	left: 0%;
}

.parallax-2{
	position: relative;
	background-size: cover;
	height: calc(100% + 100px);
	top: -50px;
	left: 0%;
}

.parallax-3{
	position: relative;
	background-size: cover;
	height: calc(100% + 100px);
	top: -50px;
	left: 0%;
}
.parallax-4{
	position: relative;
	background-size: cover;
	height: 100%;
	top: 0;
	left: 0%;
}

.parallax-5{
	position: relative;
	background-size: cover;
	height: calc(100% + 100px);
	top: -50px;
	left: 0%;
}

@media (max-width: 600px){
	.half{
		width: 100%;
	}
}

@media (max-width: 455px){
	.jumbotron:after{
		background-size: cover;
	}
}

@media (max-width: 359px){
	#donate {
		margin-left: 0px; 
		top: 0px; 
	}
	#download{
		margin-right: 10px; 
	}
}