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;	
}

.webdes{
	margin-top: 12vh;
}

.menu2 a {
	text-decoration: none;
	color: black;
	margin-right: 3vh;
	margin-left: 3vh;
	font-weight: normal;
	font-size: 24pt;

}

.menu2 ul li {
	list-style: none;
}

.menu2 li {
	display: inline;
}

.menu2 a:hover {
	color: orange;
}
.menu2 a.active {
	color: orange;
	font-size: 32pt;
    animation: animatecontent ease 0.5s;
}

@keyframes animatecontent{
	0%{
		font-size: 24pt;
		color: orange;
	}

	100%{
		font-size: 32pt;
		color: orange;
	}
}	

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  -ms-flex: 24.3%; 
  flex: 24.3%;
  max-width: 24.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.column img: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;
}