
body {
  background-color: #white;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 44px;
  word-break: break-all;
}




/* Content */
.content {
  background-color: white;
  padding: 10px;
  text-align: justify; 
  margin: 0 auto;
}




}
h4{
	color:black;
	font-family: 'Dancing Script', cursive;
	
	
}



a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

p
{
	color: black;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;;
	
}

h1
{
	font-size: 39px !important;
	font-family: 'Dancing Script', cursive;
	text-align: center;
	color: black;
	
}




#logo
{
	color: #222222;
	margin-top: 20px;
	font-size: 44px;
	letter-spacing: 3px;
	font-weight: 900;

}

#menu
{
	
	margin-top: 5px;
	color: #ffffff;
	padding: 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background-color: #333;
}

.social
{
	float: left;
	min-width: 50px;
	height: 20px;
	font-size: 18px;
	padding: 10px;
	border-right: 2px solid #444444;
	opacity: 0.8;
}

.social:hover
{
	background-color: #000000;
	cursor: pointer;
	
}
	



#footer
{
	text-align: center;
	background-color: #222222;
	padding: 15px;
	font-family: 'Dancing Script', cursive;
	font-size: 15px;
	color: white;
	
}

.option
{
	float: left;
	min-width: 50px;
	height: 20px;
	font-size: 18px;
	padding: 10px;
	border-right: 2px solid #444444;
	opacity: 0.8;
}




.option:hover
{
	background-color: #000000;
	cursor: pointer;
	
}





.hiper
{
	
	float: left;
	
}





#container {
 	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}



.gallery-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  width: 45%; 
  text-align: center;
  display: inline-block;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
  display: block; 
}

div.desc {
  padding: 15px;
  text-align: center;
}


/*Css Wester */
div.galleryW {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 28%;
}

div.galleryW:hover {
  border: 1px solid #777;
}

div.galleryW img {
  width: 100%;
  height: auto;
  text-align: center;
}

div.descW {
  padding: 15px;
  text-align: center;
}




#cookieinfo {
  position: fixed;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #323334;
  padding: 20px;
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#cookieinfo h6 {
  font-size: 16px;
  font-weight: bold;
  color: #cdd7da;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  margin-bottom: 7px;
}

#cookieinfo p {
  font-size: 12px;
  color: #afb4bc;
  line-height: 1.5em;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #ff6000;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
  background-color: #ff7925;
}