/* Home Page
11/5/2023
Link to report: http://alzarseisrael.com/casa.html
*/

/* Base Structure */
html,
body {
  width: 100%;
  height: 100%;
}


/* Background */
body {
  display: table;
  width: 100%;
  height: auto;
  /* background: url(../img/change.jpg) no-repeat top center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-color: #fff;
}


/* Header */
.door {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #44261c;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


/* House of Learning */
.btn {
  display: inline-block;
  padding: 15px 30px;
  color: #efd0a1;
  background-color: #44261c;
  border: 1px #efd0a1 solid;
  border-radius: 5px;
  margin: 25px;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: 0 6px 12px -2px rgb(50,50,93), 0 3px 7px -3px rgb(0,0,0);
}

.btn:hover, .btn:focus {
  color: #ff8c00;
  opacity: 1;

}

.btn:hover {
  transform: scale(1.1);
  background-color: #efd0a1;
  color: #44261c;
  transition-duration: 1s;
}

.button {
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5rem;
}

.button::after {
  content: "Entra";
}


.button:hover::after {
  content: "Casa de Enseñamiento";
}




  


/* Text */
p {
  font-size: 1.2rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
}



/* Links */
a {
  text-decoration: none;
  color: #ff8c00;
}

a:visited,
a:active,
a:hover {
  color: #44261c;

}

/* Footer */
footer {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-family: Georgia, 'Times New Roman', Times, serif;

}

