@charset "UTF-8";
/* CSS Document */

body
{
		background-color: #ffffff;

}
#coord
{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#1d1d1b; 
	text-align:center;
	background-color: #ffffff;

}

#main
{
	background-color: #ffffff;
	background-repeat:no-repeat;
	width:700px;
	height:453px;
	margin:0 auto;
	padding:0 auto;
	text-align: center;
	}

#facebook:hover
{
	right:-10px;
	transition:right 1s;	
}

#facebook
{
	position:fixed;
	right:-150px;
	top:180px;
	transition:right 1s;
}

#instagram
{
	position:fixed;
	right:-150px;
	top:240px;
	transition:right 1s;
}
#instagram:hover
{
	right:-10px;
	transition:right 1s;	
}

#linkedin:hover
{
	right:-10px;
	transition:right 1s;	
}

#linkedin
{
	position:fixed;
	right:-150px;
	top:300px;
	transition:right 1s;
}



#mail
{
	position:fixed;
	right:-150px;
	top:360px;
	transition:right 1s;
}
#mail:hover
{
	right:-10px;
	transition:right 1s;	
}


.global
{
	width:100%;
	height:500px;
	padding-top:200px;
	background-color:#ffffff;

}
