body {
	margin: 0;
	padding: 0;
	font-family: 'roboto';
}
.header img {
	width: 13vh;
	margin: 0 0 0 2vh;
}

.menu {
	float: right;
	margin: -9vh 0 0 0;  
	background-color: white;
}

.menu a {
	text-decoration: none;
	color: black;
	padding-left: 1vh;
	padding-right: 1vh; 
	margin: 10vh 0 0 0;
	font-weight: normal;
	font-size: 12pt;

}

.menu ul li {
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a:hover {
	color: orange;

}
.menu a.active {
	color: orange;
	
}
.webdes{
	margin-top: 8vh;
}

.menu2 a {
	text-decoration: none;
	color: black;
	margin-right: 3vh;
	margin-left: 3vh;
	font-weight: normal;
	font-size: 16pt;

}

.menu2 ul li {
	list-style: none;
}

.menu2 li {
	display: inline;
}

.menu2 a:hover {
	color: orange;
}
.menu2 a.active {
	color: orange;
	font-size: 24pt;	
}

.content{
	margin: 8vh 0 0 3vh;
}

.content img{
	width: 90%;
	margin-left: 1vh;
}

.content img:hover {
	transform: scale(1.15);
	transition: transform 0.8s;
}
.footer {
	float: right;
	text-align: right; 
	margin-top: 10vh;
	margin-right: 2vh;

}

.footer p{
	font-weight: normal;
	font-size: 12pt;
}

.sosmed img{
	width: 3vh;
	margin-left: 1.5vh;
}

.sosmed img:hover {
	transform: scale(1.15);
	transition: transform 0.8s;
}