body {
	margin: 0;
	padding: 0;
	font-family: 'roboto';
}

.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}

.header img {
	width: 17vh;
}

.menu {
	float: right;
	margin: -10vh auto;  
}

.menu a {
	text-decoration: none;
	color: black;
	padding-left: 4vh; 
	font-weight: normal;
	font-size: 16pt;

}

.menu ul li {
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a:hover {
	color: orange;
	font-size: 21pt;
    animation: animatemenu ease 0.5s;
}

@keyframes animatemenu{
	0%{
		font-size: 18pt;
    	opacity: 1;
	}

	100%{
		font-size: 21pt;
		opacity: 1;
	}
}
.menu a.active {
	color: orange;	
}

.body h1{
	color: orange;
	font-size: 42pt;
	font-weight: normal;
	margin: 10vh 0 0 5vh;
	position: relative;
    animation: animateleft ease 2.5s;
}

@keyframes animateleft{
	0%{
		left:-200px;
    	opacity: 0;
	}

	100%{
		left:0;
		opacity: 1;
	}
	
}
.body ul{
	list-style-type:none;

}

.body li{
	display: inline;
}

.body img {
	width: 30%;
	float: left;
	margin-left: 4vh;
}


.webdes:hover{
	transform: scale(1.15);
	transition: transform 0.8s;
}

.foto:hover {
	transform: scale(1.15);
	transition: transform 0.8s;
}

.app:hover {
	transform: scale(1.15);
	transition: transform 0.8s;
}

.footer {
	float: right;
	text-align: right; 
	margin-top: 5vh;

}

.footer p{
	font-weight: normal;
	font-size: 12pt;
}

.sosmed img{
	width: 3%;
	margin-left: 1.5vh;
}

.sosmed img:hover {
	transform: scale(1.15);
	transition: transform 0.8s;
}