@charset "utf-8";
/* Global Styles */

#Home_image{
	animation-fill-mode: backwards ;
}

.home_backimage{
    height: 100%;
    width: 100%;
	background-size: cover;	
    background-image: url('../images/backImg.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

.rounded-circle-left {
	border:  5px solid #ffd700;
  border-radius: 50% !important;
	overflow: hidden;
	

}

.rounded-circle-right {
	border:  5px solid #ffd700;
  border-radius: 50% !important;
	overflow: hidden;

}


.left_article {
	width: 40%;
	float: left;
	color: #343434;
	padding-top: 10%;
	padding-left: 18%;
	
}

.right_article {
	width: 40%;
	float: right;
	color: #343434;
	padding-top: 10%;
}


