@charset "utf-8";
/* CSS Document */

body {
	/*background-color: #fff;
	font-size: 16pt;
	font-family: sans-serif;*/
}
a:link, a:visited {
	color: #111;
	font-weight:bold;
}
a:hover, a:active {
	color: #1e1e1e;
}
.pmain {
	background-image:url(img/Bali-background-by-geio-tischler.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
div.transbg {
	/*	border: 1px solid black;*/
	background-color: #ffffff;
	opacity: 0.7;
}
.socialimg {
	/*width:150px;*/
	min-width:100px;
	max-width:10%;
	height:auto;
}
.socialimg:hover {
	opacity: 0.9;
	scale: 1.05;
}

/* .cookie-alert {
	padding:.25rem .5rem;
	margin-bottom:0px;
	font-size:small;
	position:relative;
	border:1px solid transparent;
	border-radius:.25rem 
}*/
