:root {
    color-scheme: light dark; /* both supported */
}

html {
	scroll-behavior: smooth;
	background-color: rgba(0, 128, 0, 50%);
	background-image: linear-gradient(rgba(250, 150, 130, 1), rgba(250, 150, 130, 0.7), rgba(250, 150, 130, 1)),
                  url("../images/mihahibi.jpg");
	background-repeat: repeat;
	height: 640px;
	font-family: "Dancing Script", "Ephesis", "Allura", "Tangerine", "Precious", "Lucida Handwriting", cursive;
	/* background-image: linear-gradient(rgba(250, 150, 150, 0.8), rgba(0, 0, 0, 0) 25% 75%, rgba(0, 0, 255, 0.5)),
                  url("../images/mihahibi.jpg");*/
}

h1 {
  	line-height: 1.6;
  	text-align: center;
}

img {
    border-radius: 10px;
    /*border:10px solid palevioletred;*/
    margin: auto;
    padding: 5px;
}

button {
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    font-family: inherit;
	width: 90%;
	background-color: rgba(0, 0, 0, 0);
    border-width: 0px;
}

.center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 90%;
}

.img_header_center {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 20%;
  	max-width: 100px;
  	transform: translate(-10%, -0%);
}

.fixed {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%, -0%);
  	width: 20%;
}

#button_menu {
	position: fixed;
	top: 0;
	left: 0;
	font-weight: normal;
    font-size: 50px;
    font-family: arial;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0px;
    /*z-index: -1;
    position:relative;*/
}

#div_container {
	width: 90%;
	opacity: 100%
}

#div_header {
	position: fixed;
	top: 0;
	height: fit-content;
	width: 100%;
	/*background-color: rgba(250, 150, 130, 0.7);*/
	background-image: linear-gradient(rgba(250, 150, 130, 1) 50%, rgba(250, 150, 130, 0.1));
}

#div_space_below_header {
	height: 100px;
}

#link_facebook {
	position: fixed;
	top: 18px;
	right: 18px;
}

#link_instagram {
	position: fixed;
	top: 70px;
	right: 18px;
}


/* Dropdown Button */
.button_dropdown {
  background-color: rgba(0, 0, 0, 0);
  padding: 16px;
  font-weight: normal;
  font-family: arial;
  font-size: 50px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.div_dropdown {
  /*position: relative;
  display: inline-block;*/
  	position: fixed;
	top: 0;
	left: 0;
}

/* Dropdown Content (Hidden by Default) */
.div_dropdown_content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.div_dropdown_content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.div_dropdown_content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.div_dropdown:hover .div_dropdown_content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.div_dropdown:hover .button_dropdown {background-color: #f57900;}
/*	background de sosete
html {
  	background-color: #f76;
  	background-image:
	    linear-gradient(30deg, #fee 13.5%, transparent 13.5%, transparent 86.5%, #fee 86.5%),
	    linear-gradient(-30deg, #fee 13.5%, transparent 13.5%, transparent 86.5%, #fee 86.5%),
	    linear-gradient(30deg, #dcc 13.5%, transparent 13.5%, transparent 86.5%, #dcc 86.5%),
	    linear-gradient(-30deg, #dcc 13.5%, transparent 13.5%, transparent 86.5%, #dcc 86.5%),
	    linear-gradient(30deg, #fee 13.5%, transparent 13.5%, transparent 86.5%, #fee 86.5%),
	    linear-gradient(-30deg, #fee 13.5%, transparent 13.5%, transparent 86.5%, #fee 86.5%),
	    linear-gradient(30deg, #dcc 13.5%, transparent 13.5%, transparent 86.5%, #dcc 86.5%),
	    linear-gradient(-30deg, #dcc 13.5%, transparent 13.5%, transparent 86.5%, #dcc 86.5%),
	    linear-gradient(45deg, #544 25%, transparent 25%, transparent 75%, #544 75%),
	    linear-gradient(45deg, #544 25%, transparent 25%, transparent 75%, #544 75%);
  	background-position:
	    0em 2em,
	    0em 2em,
	    2em 4em,
	    2em 4em,
	    4em 2em,
	    4em 2em,
	    6em 4em,
	    6em 4em,
	    0em 0em,
	    2em 2em;
  	background-size:
	    8em 4em,
	    8em 4em,
	    8em 4em,
	    8em 4em,
	    8em 4em,
	    8em 4em,
	    8em 4em,
	    8em 4em,
	    4em 4em,
	    4em 4em;
}
*/
