
.about1{
    height: 100vh;
    background-image: url(imeg1.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
}
.welcomeTextp
{
	text-align: center;
	font-size: 60px;
	font-family: gabriola;
	font-weight: bold;
	padding-top: 70vh;
	color: white;
}

/* About Design */


.About 
{
	padding: 50px 30px;
	background-color: #49844a;
}
.About h1
{
	text-align: center;
	font-style: italic;
	padding-bottom: 20px;
}
.About p
{
	text-align: justify;
}
.youtubec
{
	width: 200px;
	height:100px;
	background-color: #f0cc47;
	border: 2px solid #ea9021;
	border-radius: 10px;
	margin: 20px 40px;
	padding: 25px;
	justify-content: center;
}
.youtubec:hover
{
	box-shadow: 5px 5px 10px #ea9021;
}
.ytsubscribe{
	padding: auto;
	padding-left: 15%;
}
/*Footer Design*/

.footer
{
	text-align: center;
	background-color: #009779;
	color: white;
	padding:5px 0px;
}