.page-banner {
	width: 100%;
	background: url(../images/Background2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
}

.banner-title {
	color: #fff;
	padding: 5%;
}

.page-content{
	margin-left: 5%;
	margin-top: 5%;
}

.page-content h6{
	margin:0;
}

.description {
	margin: 2% 5% 2% 5%;
}

.stages{
	margin-left: 3%;
}

.stage-card {
	display: inline-grid;
	width: 40%;
	height: 400px;
	margin: 1% 3%;
	border-radius: 8px;
}

.stage-pic {
	display: inline-grid;
	width: 40%;
	height: 300px;
	margin: 1% 3%;
	border-radius: 8px;
}
#FilesCollected{
	background: url("../images/Van.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#ScannedIndexed{
	background: url("../images/stockShelfRecords.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#FilesStored{
	background: url("../images/locks.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#SecureAccess{
	background: url("../images/laptop.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/*.profile-pic{
	position: relative;
}*/
.stage-title{
 	display: block;
 	height: 50px;
	padding-top: 10px;
}
.stage-title h6{
	margin: 45% 0 0 0;
    background-color: rgba(0,0,0,0.4);
    padding-bottom: 52px;
    padding-top: 20px;
    border-radius: 8px;
}
.stage-title h6, .stage-text p{
	color: #fff;
	padding-left: 2%;
}

.stage-text p{
	margin: 40% 0 0 0 ;
}

#AccessText,#StoredText,#ScannedText,#CollectedText{
	visibility: hidden;
}
.profile-details{
	background-color: rgba(255,255,255,0.3);
	visibility: hidden;
	position: relative;
	bottom: 55px;
}

.profile-details h3, .profile-details h6{
	margin: 0;
	padding-left: 10px;
}

.profile-bio {
	background-color: rgba(0,0,0,0.8);
	visibility: hidden;
	position: fixed;
	top: 12%;
	right: 0;
	height: 100%;
	width: 500px;
	border-left: solid 2px #00000099;
}

.profile-bio img{
	position: relative;
	top: 12%;
	object-fit: contain;
	width: 500px;
}

.fa-window-close{
	position: fixed;
    top: 12%;
    color: #000;
    margin-left: -2px;
}
.active{
	visibility: visible;
}