body{
	background-image: url('../images/backgrounds/background_home.jpg');
}

/* Welcome text in the center and style */
.title{
	margin-top: 3%;
	font-family: 'Abril Fatface', cursive;
	letter-spacing: 6px;
	color: #E13636;		/* red */
	text-align: center;
	text-shadow: 5px 8px 4px rgba(0,0,0,0.4),
                 2px 8px 10px rgba(0,0,0,0.15),
                 2px 15px 2px rgba(0,0,0,0.4),
                 2px 30px 30px rgba(0,0,0,0.4);
}

#firstPage{
	background-color: rgba(255, 255, 255, 0.7);
	background-size: contain;
}

#homePageTitle{
	font-size: 0px;
	transition: font-size 0.5s ease-in-out;

}

/* intro box in the center with shadow and transparent */
#intro{
	width: 80%;
	font-size: 0px;
	margin: 4% 0% 4% 10%;
	padding: 3px 20px 3px 20px;
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	color: white;
	overflow: auto; 
	transition-property: font-size;
    transition-duration: 0.3s;
    transition-delay: 0.5s;
}

#skills{
	background-color: white;
	border-top: 6px solid #E13636;
	margin-bottom: 0%;
	display: none;
}

/* skilss title in the center and style */
#skills h1{
	margin-top: 3%;
	font-size: 80px;
	font-family: 'Abril Fatface', cursive;
	color: #E13636;		/* red */
	text-align: center;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
/* skilss title in the center and style */
#skills h2{
	font-size: 50px;
	font-family: 'Abril Fatface', cursive;
	color: black;		
	margin-left: 7%;
	margin-top: 5%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

/* skills table margin */
table.skills_table {
	margin: 1% 3% 0% 7%;
	width: 70%;
}

/* skills table cell padding and border */
table.skills_table td{
	padding: 8px 5px 5px 5px;
	border-bottom: 3px solid #FF8C00;
}

/* skills table loadind cell width */
table.skills_table td.loading{
	width: 80%;
}

/* programing language size */
.lang_icon{
	width:50px; 
	height:50px;
}

/* running stickman size*/
.running{
	width:60px; 
	height:60px; 
	-webkit-transition: margin-left 1s ease-in-out;
    -moz-transition: margin-left 1s ease-in-out;
    -o-transition: margin-left 1s ease-in-out;
    transition: margin-left 1s ease-in-out;
}
/* running stickman size*/
.flag{
	width:40px; 
	height:40px; 
}



/* --------------------------------------------- Responsive CSS --------------------------------------------------------------*/

@media all and (max-width: 1024px) {
	/* intro box in the center with shadow and transparent */
	#intro{
		width: 95%;
		margin: 4% 2% 2% 2%;
	}
}
/* --------------------------------------------- Mobile CSS -------------------------------------------------------------------*/

@media all and (max-width: 768px) {

	/* skilss title in the center and style */
	#skills h1{
		font-size: 70px;	
	}
	/* skilss title in the center and style */
	#skills h2{
		margin-top: 40px;
		font-size: 40px;
	}

	/* skills table margin */
	table.skills_table {
		margin: 1% 3% 0% 7%;
		width: 90%;
	}

	/* skills table cell padding and border */
	table.skills_table td{
		padding: 8px 5px 5px 5px;
		border-bottom: 1px solid #FF8C00;
	}
	/* programing language size */
	.lang_icon{
		width:50px; 
		height:50px;
	}

	/* running stickman size*/
	.running{
		width:50px; 
		height:50px; 
	}
	/* running stickman size*/
	.flag{
		width:40px; 
		height:40px; 
	}

}

@media all and (max-width: 580px) {

	/* skilss title in the center and style */
	#skills h1{
		font-size: 50px;	
	}
	/* skilss title in the center and style */
	#skills h2{
		font-size: 30px;
	}
	/* programing language size */
	.lang_icon{
		width:40px; 
		height:40px;
	}

	/* running stickman size*/
	.running{
		width:40px; 
		height:40px; 
	}
	/* running stickman size*/
	.flag{
		width:30px; 
		height:30px; 
	}
	
}
