#bg-img{
	position: absolute;
	top: 0;
  	left:0;
  	width: 100%;
  	height: 100%;
  
}
#image-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.fullsized{
	width: 100%;
	height: 100%;

}
#imageA{

	position: absolute;
	
}
#imageB{
	position: absolute;
	right: 0;
	display: none;
}
.default{
	padding: 10px 50px;
	width: 100%;
	height: 100%;
}
.initbg{
	background: url(./assets/cv_home_1.jpg) no-repeat center center fixed;    
	background-size: cover;  
}
.initphase{
	background-color: #F99D3B;
}

.phase_0{
	background-color: #F99D3B;	
}
.bg_0{
	background: url(./assets/cv_home_1.jpg) no-repeat center center fixed;    
	background-size: cover; 
}
.phase_1{
	background-color: #52AAF4;	
}
.bg_1{
	background: url(./assets/cv_home_2.jpg) no-repeat center center fixed;    
	background-size: cover;  
}
.phase_2{
	background-color: #97C541;	
}
.bg_2{
	background: url(./assets/cv_home_3.jpg) no-repeat center center fixed;   
	background-size: cover;  
}