
.landing_page .container_bgimg_own {
  background-image: url("Images/own1.gif");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: auto;
  margin: 0 auto; 
  height: 100vh;
}

.landing_page .intro_own {
  position: absolute; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1; /*text color*/
  font-size: 14pt;
  width: 60%; 
  height: 65%;
  min-width: 700px;
  min-height: 350px;
  padding: 40px; 
  overflow: auto;
}

#own_h {
  font-family: 'Cinzel Decorative', cursive;
  padding: 0;
  margin-top: 0;
  font-size: 14pt;
}

#own_h2 {
  font-family: 'Cinzel Decorative', cursive;
  padding: 0;
  margin: 0;
  font-size: 2em;
}


#div1{
  margin:0 auto;
  text-align: center;
  max-width: 600px;
  padding:10px;
  font-family: 'Overlock'; 
  /*position: relative;*/
  /*position: absolute; 
  top: 85%;
  left: 50%;*/
  /*transform: translate(-50%,-50%);*/
}

button {
  border: 1px solid #333;
  color: #333;
  padding: 8px 15px;
  font-size: 15px;
  margin: 10px;
  position: relative;
  border-radius: 50px;
  background-color: #DFF1E6;
  cursor: pointer;
}

button.active {
  background-color: olive;
  color: white;
  border: 1px solid olive;
}

#Quest{
  font-size: 12pt;
  text-align: center;
  bottom:0%;
  color: darkgrey;
}

#Quest a {
  /*text-decoration: none;*/
  color: darkgrey;
}