html{
 background: #3B3E4F;
  background: linear-gradient(90deg,rgba(59, 62, 79, 1) 52%, rgba(95, 145, 48, 1) 100%);
}

#container{
  font-family:Capriola, san-serif;
  width:90%;
  height:200%;
  margin:5% 5%;
}

#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;
}


#header2{
	background: rgb(22,31,160);
	background: radial-gradient(circle, rgba(22,31,160,1) 0%, rgba(10,14,71,1) 100%);
     padding: 3%;
}

#header2 h2 {
    z-index:1;
    position: relative;
    margin-left: 20%;
    margin-top:-11%;
    color: white;
    font-size: 33px;
    text-align: center;
   
}

#header2 img{
  position:relative;
  width:25%;
  margin-left:-2%;
  padding-bottom:2%;
  object-position: 5px 10%;
}

#header2 p{
  position:relative;
  margin-left:65%;
  margin-top:-20%;
	color:white;
}

#nav2{
  margin-top:-4%;
  width:96%;
	background-color:white;
  padding:2%;
  display:flex;
}

.navitems2{
  color:#0a0e47;
  width:100%;
  text-align:center;
}

.navitems2 a{
  margin:2.9%;
  flex-grow: 1;
  flex-basis: 0;
  color:#0a0e47;
  font-size:16px;
  text-decoration: none;
}

.navitems2 a:hover {
	background-color: darkblue;
  color: white;
}

#nav2 label, #hamburger{
	display:none;
}

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

article{
  color:#0a0e47;
	background: rgb(169,192,230);
  padding:3%;
  background-color:lightblue;
}

#main{
  position: relative;
  width:96%;
  padding:2%;
  color:#0a0e47;
  background: rgb(169,192,230);
	
}

#section{
  border-style:solid 1px black;
  border-color:black;
  border-width:1px;
  margin:2% 2%;
	display:flex;
  flex-wrap: wrap;
  /*flex-direction:row;
  align-items:center;*/
  justify-content:space-evenly;
}

#section img{
  width:100%;
}

.box{
  width:30%;
  border-style:solid;
  margin-bottom:5%;
  border-color:black;
  border-width:1px;
	overflow:hidden;
}

.box img{
  width:100%;
	height:100%;
}

.title {
    color: white;
    text-align: center;
    margin-top: -17%;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 30px;
}

hr{
	border:solid 1px white;
}

figure img{
  display: block;
 	margin-left: auto;
  margin-right: auto;
  width: 50%;
}

details{
	margin-left:3%;
  background-color:white;
  padding:3%;
}

summary{
	font-style:bold;
  font-size:24px;
}

#footer2 {
    position: relative;
    width: 90%;
    color: white;
    height: 120px;
    font-size: 46px;
    background: rgb(22, 31, 160);
    background: radial-gradient(circle, rgba(22, 31, 160, 1) 0%, rgba(10, 14, 71, 1) 100%);
    padding: 5%;
}

#address{
  position:relative;
  width:50%;
	margin-left:75%;
  margin-top:-13%;
  font-size:20px;
}

#times{
  position:relative;
  width:50%;
	margin-left:5%;
  font-size:20px;
}

.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;
}

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;
}

#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;
  z-index:1000;
  text-wrap:none;
  width:100%;
	height:32.5px;
  text-align:center;
  font-family:encode sans expanded;
  font-weight:300;
}

#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: -32px;
}

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{
  z-index:200;
  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: 35px;
  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);*/
}

.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);
}

/*start*/

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:-42px;
  z-index:3;
}

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


@media (max-width: 419px){
 
header h1{
  	font-size:30px;
  } 
  
#header2 h2 {
    font-size: 24px;
}
 
#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;
  margin-left: 1%;
  width:50%;
}
 
.contain{
  	box-sizing: border-box;
    display: block;
  	width:80%; 	
  }

#flexbox{
  z-index:20;
}

#footer2 {
  width: 90%;
  margin: auto;
}
  
#footer2 #times{
  width:100%;
  }
  
#containMonster1{
  margin-top:4%;
  } 
  
.title {
    margin-top: -22%;
    font-size: 10px;
}
}

@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;
 }
 
#navigation input:checked ~ .navitems .dropdown{ 
  display: block;
  z-index:1;
  margin-left: 1%;
  width: 60%;
 }
  
.contain{
  box-sizing: border-box;
  display: block;
  width:80%;
}

#containMonster1{
  margin-top:1.5%;
  }  
  
.title {
    font-size: 12px;
}
  
#times {
    width: 65%;
}
  
#header2 h2 {
    font-size: 20px;
}
}
  
@media (min-width: 576px) and (max-width: 768px) {

.label{
  	z-index:1;
  }  
  
#projectTitle{
        margin-top: 17%;
    }
  
header h1{
  	font-size:50px;
  }  
 
.title{
	margin-top:-2%;
  font-size:-24px;
	} 
  
#header p{
  display:none;
  }
  
#containMonster1{
  margin-top:-1%;
  } 
  
.title {
  font-size: 17px;
  margin-top: -19%;
}
  
.box{
   box-sizing: border-box;
    display: block;
    width: 30%;
  }
  
  #header2 p{
  display:none;
}
  
#header2 h2 {
    font-size: 26px;
}
  
ul li:hover > ul, ul li:focus-within > ul, ul li ul:hover, ul li ul:focus {
    margin-left: -45%;
}
  
@media (min-width: 769px) and (max-width: 991px) {

header h1{
  	font-size:60px;
  } 

.label{
  	z-index:1;
  }
  
#containMonster1{
  margin-top:-1.9%;
  } 
  
.title{
  margin-top:-17%;
  font-size:20px;
}
  
.box{
	width:25%;
}
 

#address{
  position:relative;
  width:50%;
	margin-left:75%;
  margin-top:-27%;
  font-size:20px;
}

#times{
  position:relative;
  width:50%;
	margin-left:5%;
  font-size:20px;
}
  
#header2 h2 {
    font-size: 36px;
}
  
}
  
@media (min-width: 992px) {
  
  .img{
    z-index:2;
  }  
 
.title{
  /*background:rgb(3, 3, 3,.5);*/
  width:90%;
  font-size:30px;
  margin-top:-19px;
  z-index:1;
	}
  
#containMonster1{
  margin-top:-2.5%;
  } 
  
#footer2  #times{
  margin-top: -3px;
  font-size:20px;
  }
  
.box {
  	width: 25%;
  	height:150px;
  }
.title {
  font-size: 20px;
  margin-top: -17%;
    }
}
/*End Added css*/

/*
@media screen and (max-width: 575px){
  .navitems2 a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border-top: 1px solid #333;
}
  
	#nav2 label { 
    display: inline-block; 
    color: white;
    background: darkblue;
    font-style: normal;
    font-size: 1.2em;
    padding: 10px;
    cursor: pointer;
}
  
	.navitems2{ 
  display: none;
}
  
 #nav2 input:checked ~ .navitems{ 
  display: block;
 }
  
  .box {
    box-sizing: border-box;
    display: block;
   	width:80%;
    height:20%;
}
  
   .box img {
    box-sizing: border-box;
    display: block;
    width: 90%;
}

  .box .title{
    z-index:1;
		font-size:25px;
    margin-top:-50px;
	}
  
#footer2  #times{
  margin-top:15px;
  font-size:15px;
  
  }
}*/
  
