/*css page */

#header {
	background: #da4bcd;
	color: #fff;
} 

.all-1 {
	margin-top:-80px;
	margin-left:200px;
    margin-block: 5px;
    margin: 0px;
}
.menu li {
	display: inline-block;
	font-size: 30px;
	padding:10px;
	text-align: center;
	font-weight: 600;
	margin-top:-20px;
	font-family:colonna mt;
	margin-right:100px;
	text-transform:uppercase;

}


#header .menu li a:hover {
	background:#fff;
	color: #da4bcd;
	transition:0.5s ease;
	padding:5px;

}

.my-intro{
	margin-top:-15px ;
	padding:70px;
	text-align:center ;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0, 0, 0,0.2)),
	 width:100% ;
	 background:black ;
	text-transform:uppercase;
}

.world {
	font-family:exotc350 bd bt;
	color:#ffffff;
	font-size:100px;
	text-align: center;
	text-transform:capitalize;
}


.touch {
	font-size:48px;
	text-align:center;
	font-family:impact;
	color:red;
}

.wide1{
	float:left;
	width: 33.3%;
	text-align:center;
}

.rest {
	color:red;
	font-family:Berlin Sans FB;
	font-size:40px;
}

.wide2{
	float:left;
	width:33.3%;
	text-align:center;
}

.one {
	color:red;
	font-family:Berlin Sans FB;
	font-size:40px;
}

.wide3{
	float:right;
	width:33.3%;
	text-align:center;
}

.mail {
	color:red;
	font-family:Berlin Sans FB;
	font-size:40px;
	.all-1 {
	margin-top:-80px;
	margin-left:200px;
}