.captionOrange{
	color: #fff;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;
}
.captionOrange2{
	color: #fff;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;
}
.captionBlack{
	color: #fff0c6;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
	font-family:Algerian;
	margin:20px 0 0 0;
}
.captionOrange
{
   /* background: #EB5100;
	background-color: rgba(235, 81, 0, 0.6);*/
}
.captionBlack
{
	/*font-size:16px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);*/
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.captionOrange:hover
{
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}
.bricon
{
	background: url(../img/browser-icons.png);
}

@media (max-width: 800px) {
	.captionOrange{
		color: #fff;
		font-size: 100px;
		line-height: 60px;
		text-align: center;
		border-radius: 4px;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:40px 0 80px 0;
	}
	.captionOrange2{
		color: #fff;
		font-size: 100px;
		line-height: 100px;
		text-align: center;
		border-radius: 4px;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:20px 0 800px 0;
	}
	.wel2{
		padding:0 0 150px 0;	
	}
}

@media (max-width: 600px) {
	.captionOrange{
		color: #fff;
		font-size: 120px;
		line-height: 60px;
		text-align: center;
		border-radius: 4px;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:65px 0 80px 0;
	}
	.captionOrange2{
		color: #fff;
		font-size: 100px;
		line-height: 120px;
		text-align: center;
		border-radius: 4px;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:20px 0 800px 0;
	}
	.wel2{
		padding:0 0 150px 0;	
	}
}