@charset "utf-8";
/* CSS Document */
.box{
    z-index: 5555;
    min-height: 92px;
	width: 700px;
	display: block ;
	padding : 10px 0px 10px 0px;
    position: relative;
    top: 0px;
	text-align:center;
	font-size:36px;
	background:none;
	color:#FFF
}
.Coming{
	z-index: 5555;
	min-height: 92px;
	width: 700px;
	display: block;
	padding : 10px 0px 10px 0px;
	position: relative;
	top: 0px;
	text-align: center;
	font-size: 50px;
	background: none;
	color: #F8F8F8;
}

.logo{
	background:url(Logo2.jpg);
	width: 200px;
	height: 200px;
	background-position:center;
	background-repeat:no-repeat
}

.cccc{
	min-height: 92px;
	width: 1000px;
	display: block;
	padding : 10px 0px 10px 0px;
	top: 0px;
	text-align: center;
	font-size: 80px;
	background: none;
	color: #FFF;
	font-weight: bold;
	font-style:italic;
}

body{
 background-position:center;
 background-attachment:fixed;
 background:url(7.jpg)
}

.texttt{
	z-index: 5555;
	min-height: 92px;
	width: 700px;
	display: block;
	padding : 10px 0px 10px 0px;
	position: relative;
	top: 0px;
	text-align: center;
	font-size: 30px;
	background: none;
	color: #FFFFFF;
}
.social{
	display:inline-flex;
}

.facebook{
    font-size: 24px;
    color: #fff;
    width:auto;
	padding:5px;
}
.facebook:hover{
	-webkit-transition:0.6s;
	border-right: 1px #FEAA38;
    border-left: 1px #FEAA38;
    border-top: 1px #FEAA38;
    border-bottom: 1px #FEAA38;
	border-style:outset;
}
