*{
	margin:auto;
	font-family:arial;
	font-size:18;
}
body{
	background-color:#86c2b7;
	color:#000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header{
	padding:20px 15px; /* atas-bawah kanan-kiri*/
	
}

#menu{
	margin-left:15px;
	font-size:18;
	margin-top:5px;
}

#menu li{ /* pake spasi berarti di dalamnya */
	list-style:none;
	display:inline;
	margin-left: 15px;
}

#menu a{
	text-decoration:none;
}

#menu a:hover, .nav a:hover{
	color:white !important;
	border-bottom:solid 3px white;
	padding-bottom:5px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}
.b_white{
	background-color:white;
}
.b_green{
	background-color:green;
}
.b_yellow{
	background-color:yellow;
}
.c_tosca, #menu a, .nav a{
	color:#35b9ab !important;
}
.section{
	padding:5px;
	background-color:white;
}
.transparent{
	background-color:rgba(0,0,0,0.5);
	color:white;
	padding:50px;
	opacity:1;
}
.rounded{
	border-radius:15px
}
.gallery img{
	width:300px;
	border:solid 3px white;
	opacity:0.8;
	left:50px;	
}
.gallery a:hover{
	opacity:1;
}