html {
    background: #3B3E4F;
    background: linear-gradient(90deg, rgba(59, 62, 79, 1) 52%, rgba(95, 145, 48, 1) 100%);
    width: 98%;
    margin-left: 1%;
}
 
hr{
  color:white;
  width:70%;
  margin:auto;
  margin-top:5%;
  margin-bottom:5%;
}

h2{
  font-family:gruppo;
  font-size: 60px;
  text-align: center;
  width: 98%;
  color:white;
  margin-top:9%;
  margin-bottom: 3%;
}

#skip {
  background: #fff;
  position: absolute;
  left: -9999px;
  text-decoration: none;
  color: #000;
  padding: 0.5em;
  opacity: 0;
}				

#skip:focus {
  position: static;
	opacity: 0;
}

#skip a {
	color:#000000;
}

.target{
  position:absolute;
  width:1px;
  height:1px;
	overflow:hidden;
}
/*start*/

#header{
	background-color:white;
}

#header img {
  position:relative;
  padding:6px;
  width:150px;
  color:rgb(95, 145, 48);
  z-index:1;
}

#danadecor img{
	width:580px;
  margin-left:-50px;
  z-index:100;
}

#header h1 {
  position:relative;
  z-index:2;
  width:100%;
  text-align:center;
  margin:-5px 0 50px 0;
  color:rgb(95, 145, 48);
  font-size:65px;
  font-family:Gruppo;
}

#navigation{
  position:relative;
  text-wrap:none;
  width:102%;
  height:32.5px;
  text-align:center;
  z-index:1;
  font-family:encode sans expanded;
  font-weight:300;
  margin-left: -1%;
}

#navigation input{
  	display:none;
  }

#navigation #hamburger{
  	display:none;
  }

#navigation a {
  text-decoration: none;
  display:block;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 1px;
}

li {
  text-align:center;
  border:solid white 1px;
  background:black;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  top:-31px;
}

li a {
  font-size:14px;
  color:rgb(182, 252, 61);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  padding: 10px;
}

li:hover,
li:focus-within {
  background: rgb(87, 92, 88, .9);
  cursor: pointer;
  border:solid 3px rgb(182, 252, 61);
}

/*dropdown menu*/

li:focus-within a {
  	outline: none;
    background: rgb(255, 255, 255,.2);
  	border:soild 5px lime;
}

.dropdown li{
  border:solid 1px white;
	width:150px;
  margin-top:0;
  text-wrap: nowrap;
  display:block;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 32px;
  left: 0;
  display: none;
  text-wrap:nowrap;
}

ul li:hover{
	border:solid 3px rgb(182, 252, 61);
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
/*stop*/

main{
  width:100%;
  color:white;
  position:relative;
	/*background:rgb(255, 255, 255, .3);*/
}

#flexbox {
    overflow: hidden;
    padding-bottom: 10%;
    padding-top: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

/* Hide the checkbox so it doesn't appear on the page */
.hidden-checkbox {
  display: none;
}

/* Style for the logo image inside the label */
.clickable-label img {
  cursor: pointer;
  transition: transform 0.3s ease-in-out; /* Add transition for the image */
  width: 90%;
}

/* Base styles for the box to be enlarged */
.box {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60%;
  z-index: 1;
  overflow: hidden;
  /* Add a transition to the box for a smooth scaling effect */
  transition: transform 0.3s ease-in-out;
}


/* When the checkbox is checked, select the label and then scale the image */
#expand-box1:checked + .clickable-label img {
  transform: scale(1.5); /* Enlarge the image inside the label*/ 
}

/* When the checkbox is checked, select the general sibling and scale the box */
#expand-box1:checked ~ .box {
  transform: scale(1.5); /* Enlarge the box containing the title*/
}

#expand-box2:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box2:checked ~ .box {
  transform: scale(1.5);
}

#expand-box3:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box3:checked ~ .box {
  transform: scale(1.5);
}

#expand-box4:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box4:checked ~ .box {
  transform: scale(1.5);
}

#expand-box5:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box5:checked ~ .box {
  transform: scale(1.5);
}
 
#expand-box6:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box6:checked ~ .box {
  transform: scale(1.5);
}

#expand-box7:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box7:checked ~ .box {
  transform: scale(1.5);
}

#expand-box8:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box8:checked ~ .box {
  transform: scale(1.5);
}

#expand-box9:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box9:checked ~ .box {
  transform: scale(1.5);
}

#expand-box10:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box10:checked ~ .box {
  transform: scale(1.5);
}

#expand-box11:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box11:checked ~ .box {
  transform: scale(1.5);
}

#expand-box12:checked + .clickable-label img {
  transform: scale(1.5);
}

#expand-box12:checked ~ .box {
  transform: scale(1.5);
}

.box img {
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    width: 85%;
    height: 100%;
    margin: auto;
}

.title {
    font-size: 27px;
    font-weight: 200;
    color: white;
    text-align: center;
    z-index: 1;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin-top: 10%;
    margin-bottom: 27%;
}

footer{
  border:solid 1px orange;
  padding:2%;
  color:black;
  font-size:16px;
  z-index:2;
  position:relative;
  height:0%;
  width:96%;
  background:black;
}

footer p{
  color:white;
  text-align:center;
  font-size:20px;
  font-family:Bodoni Moda;
  font-weight:100;
}

footer a{
	text-decoration: none;
  color:rgb(182, 252, 61);
}

footer a:hover{
	text-decoration: none;
  color:lime;
  font-size:20px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*stop*/

#containMonster1 img{
  position:relative;
	width:70%;
  margin-top:-4%;
  z-index:3;
}

.center1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:50%;
}

.my-button {
    display: inline-block;
    padding: 10px 20px; 
    text-decoration: none;
		background-color:black;
		font-family:encode sans expanded;
  	font-weight:300;
    font-size:16px;
  	color:rgb(182, 252, 61);
  	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;;
     border-radius: 5px;
     border: solid 1px white;
     cursor: pointer; 
     transition: background-color 0.3s ease;
}

.my-button:hover {
  background: rgb(87, 92, 88, .9);
  cursor: pointer;
  border:solid 3px rgb(182, 252, 61);
}

@media (max-width: 419px){
 
#header h1{
  	font-size:30px;
  } 
 
#navigation input:checked ~ .navitems{ 
  display: block;
}
  
#navigation input:checked ~ .navitems .dropdown{ 
  display: block;
}
   
.navitems{ 
  display: none;
}
 
.navitems li{ 
  display: block;
}
  
.dropdown{ 
  display: block;
}
  
.navitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
		flex-grow: 1;
  	flex-basis: 0;
    border-top: 1px solid #333;
}
  
#navigation label { 
    position:relative;
    display: inline-block; 
    color: white;
    background:rgb(95, 145, 48);
    font-style: normal;
    font-size: 32px;
    padding: 10px;
    cursor: pointer;
    margin-top:-30px;
    margin-left:85%;
  	z-index:1;
  }

#navigation input:checked ~ .navitems{ 
  	display: block;
  	z-index:1;
 }
  
#navigation input:checked ~ .navitems .dropdown{ 
  	display: block;
  	z-index:1;
 }

h2{
  margin-top: 25%;    
  }
  
.contain {
  box-sizing: border-box;
  display: block;
  width: 86%;
  margin-left: 14%;
}

#flexbox{
  z-index:20;
}
  
.box {
    box-sizing: border-box;
    display: block;
    width:80%;
}
 
.box img {
  	box-sizing: border-box;
    display: block;
    width: 100%;
  }
 
.box img {
  	box-sizing: border-box;
    display: block;
  	object-fit: cover;
}

.title {
  padding-top: 20px;
  font-size: 27px;
  margin-left:0;
}
  
#containMonster1{
  margin-top:6%;
  } 
}


@media (min-width: 420px) and (max-width: 575px){ 
  
#header h1{
  	font-size:40px;
  }  
  
.navitems a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
} 
  
#navigation li{
  	display:block;
  }
 
#navigation label { 
    position:relative;
    display: inline-block; 
    color: white;
    background:rgb(95, 145, 48);
    font-style: normal;
    font-size: 32px;
    padding: 10px;
    cursor: pointer;
    margin-top:-30px;
    margin-left:85%;
  	z-index:1;
} 
   
.navitems{ 
  display: none;
}
 
.navitems li{ 
  display: block;
  width:70%;
  margin-left:auto;
}
 
.dropdown li{ 
  display: block;
   width:100%;
  text-align:center;
}
  
#navigation input:checked ~ .navitems{ 
  display: block;
  margin-top: 6%;
 }
 
#navigation input:checked ~ .navitems .dropdown{ 
  display: block;
  z-index:1;
  width: 60%;
 }


.box {
    box-sizing: border-box;
    display: block;
}

.box img {
  	box-sizing: border-box;
    display: block;
    width: 100%;
}
 
.title {
  font-size: 34px;
  margin-top: 20px;
}

#containMonster1{
  margin-top:1.5%;
  } 
  
.contain{
  	width:80%;
  	overflow:hidden;
}
}
  
@media (min-width: 576px) and (max-width: 768px) {

.label{
  	z-index:1;
  }  
  
#header h1{
  	font-size:50px;
  } 
  
 h2{
  margin-top: 17%;
}
 
/*/*   
.navitems{ 
  display: none;
}
*/ 
 
.title {
  margin-top: 10%;
  font-size: 40px;
}
  
#header p{
  display:none;
  }
  
#containMonster1{
  margin-top:-1%;
  } 
  
.contain{
  width:80%;
} 
  
ul li:hover > ul, ul li:focus-within > ul, ul li ul:hover, ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
    margin-left: -46%;
}
}
  
@media (min-width: 769px) and (max-width: 991px) {

#header h1{
  	font-size:60px;
  } 
  
h2{
  margin-top: 11%;
  }

.label{
  	z-index:1;
  }
  
/*.box{
   box-sizing: border-box;
    display: block;
    width: 30%;
  	height:280px;
  }
 
.box img{
  box-sizing: border-box;
  display: block;
  width:100%;
}*/

.title{
  font-size: 37px;
}
  
#containMonster1{
  margin-top:-1.9%;
  } 
  
.contain{
  width:40%;
}
  
}
  
  @media (min-width: 992px) {
  
/*.box{
   	box-sizing: border-box;
    display: block;
  	width:90%;
  	overflow:hidden;
  }*/
 
  .img{
    z-index:2;
  }  
 
 /* 
.title{
  
  width:90%;
  font-size:30px;
  margin-top:-15px;
  z-index:1;
	}
 */ 
  #containMonster1{
  margin-top:-2.5%;
  } 
    
.contain{
  width:30%;
}
    
.box img {
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    width: 89%;
    height: 100%;
    margin: auto;
}
  }