#HomeSecondAbout{

	position: relative;
	overflow: hidden;
	width:100%;
	/*background: #062104;*/
	height:80vh;

}

#AboutBee img{
	position:absolute;
	right:0;
	width:auto;
	height:100%;	
	z-index: 0;
}

#AboutPics img{

	position:absolute;
	left:0;
	bottom:0;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: -1;
}

#aboutText{
	position:absolute;
	/*right:-100%;*/
	margin:2% 3% 5% 2%;
}
#aboutText li{
	list-style: none;
	padding:10px 0px 10px 0px;
	z-index: 1;
	position:relative;
	left:5%;
	overflow: hidden;
}
#aboutText li span{
	color:white;
}

#about1{
	width:60vh; 
	font-size:72px;
}

#about2{
	width:45vh; 
	font-size:32px; 
	margin-top:10px;
	overflow: hidden;
}


#about2:after {
    content: "";
    width: 100%;
    height: 80px;

    display: block;
    position: absolute;

    background: -moz-linear-gradient(top,  rgba(6, 33, 4,0) 0%, rgba(6, 33, 4,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6, 33, 4,0)), color-stop(70%,rgba(6, 33, 4,1)));
    background: -webkit-linear-gradient(top,  rgba(6, 33, 4,0) 0%,rgba(6, 33, 4,1) 70%);
    background: -o-linear-gradient(top,  rgba(6, 33, 4,0) 0%,rgba(6, 33, 4,1) 70%);
    background: -ms-linear-gradient(top,  rgba(6, 33, 4,0) 0%,rgba(6, 33, 4,1) 70%);
    background: linear-gradient(to bottom,  rgba(6, 33, 4, 0) 0%,rgba(6, 33, 4,1) 70%);

    bottom: 0;
    left: 0;
    z-index: 1;
}

#about3{
	width:45vh; 
	font-size:24px; 
	margin-top:10px; 
	border-style:solid;
	border-color:white;
	padding:10px;
}

/*
#HomeSecondAbout a{
	position:absolute;
	color:gray;
	bottom:0;
	font-size:18px;
	margin-left: 50px;
	margin-bottom: 20px;
}


#HomeSecondAbout:after {
    content: "";
    width: 100%;
    height: 180px;

    display: block;
    position: absolute;

    background: -moz-linear-gradient(top,  rgba(6, 33, 4,0) 0%, rgba(6, 33, 4,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6, 33, 4,0)), color-stop(70%,rgba(6, 33, 4,1)));
    background: -webkit-linear-gradient(top,  rgba(6, 33, 4,0) 0%,rgba(6, 33, 4,1) 70%);
    background: -o-linear-gradient(top,  rgba(6, 33, 4,0) 0%,rgba(6, 33, 4,1) 70%);
    background: -ms-linear-gradient(top,  rgba(6, 33, 4,0) 0%,rgba(6, 33, 4,1) 70%);
    background: linear-gradient(to bottom,  rgba(6, 33, 4,0) 0%,rgba(6, 33, 4,1) 70%);

    bottom: 0;
    left: 0;
    z-index: 1;
}


#botMid{

	width:100%;
	height:60%;
	background-position:top;
	background-repeat:no-repeat;
	background-size:100% auto;

}

#botMid img{

	position:relative;
	top:10%;
	height:80%;
	width:auto;

}

#botBot{

	margin:20px 50px 0px 50px;
}

#botBot span{
	font-size:20px;
	color:white;
	text-decoration:none;

}



Fade at top

.HomeBotLeftDiv:before {
    content: "";
    width: 100%;
    height: 180px;
    display: block;
    position: absolute;

    background: -moz-linear-gradient(top,  rgba(246,254,204,0) 0%, rgba(246,254,204,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,254,204,0)), color-stop(70%,rgba(246,254,204,1)));
    background: -webkit-linear-gradient(top,  rgba(246,254,204,0) 0%,rgba(246,254,204,1) 70%);
    background: -o-linear-gradient(top,  rgba(246,254,204,0) 0%,rgba(246,254,204,1) 70%);
    background: -ms-linear-gradient(top,  rgba(246,254,204,0) 0%,rgba(246,254,204,1) 70%);
    background: linear-gradient(to top,  rgba(246,254,204,0) 0%,rgba(246,254,204,1) 70%);
	background: linear-gradient(to left,  rgba(246,254,204,0) 0%,rgba(246,254,204,1) 70%);
    top: 0;
    left: 0;
    z-index: -1;
}


*/


