body
{
	background-color: #e5e5e5;
	padding:0px;
	margin:0px;
}

@font-face {
    font-family: "Well";
    src: url("ARCENA.ttf");
}

.header 
{
	width: 100%;
	height: 560px;
	background-color: #65000e;
	padding:0px;
	margin:0px;
}

.Message2
{
	height:100%;
	text-align:center;
	font-family: Well;
	color:white;
	padding-top:100px;
}

#msg21
{
	font-size:30px;
	color:white;
	font-weight:bolder;
}

.footer
{
	max-width:100%;
	height:100px;
	padding-top: 15px;
	text-align:center;
	font-family: Well;
}


.social img
{
	width:50px;
	height:50px;
	display: inline-block;
	margin-left:10px;
	
}

.social a
{
	text-decoration: none;
}

.copywrite
{
	width:100%;
	height:20px;
}

.copywrite a
{
	text-decoration: none;
	color:black;
	
}

@media screen and(max-width 768px)
{
	.social img
	{
		margin:0px;
		width:20px;
		height:20px;
	}

.header 
{
	width: 100%;
	height: 300px;
	background-color: #65000e;
	padding:0px;
	margin:0px;
}
}