.photo {
  max-height: 200px;
  max-width: fit-content;
}

.hero h1 {
  font-family: cursive;
  text-emphasis-color: green;
}

.hero {
  height: 50px; 
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("./photos/DSC_1231.jpg"); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
  
  color: rgb(193, 41, 41);
  text-align: center;
  text-shadow: 0 2px 10px black;
}

body {
  background-color: rgb(98, 141, 105); 
  margin: 0;
}
body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.hero {
  height: 15vh;
  display: flex;
  flex-direction: column;  
  justify-content: center;
  align-items: center;
  text-align: center;

  background-image: url("./photos/DSC_2111.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  color: rgb(192, 100, 100);
  text-shadow: 0 2px 10px black;
}


.hero h1 {
  font-size: 3rem;
  margin-bottom: 0rem; /
}


.hero nav ul {
  list-style: none;           
  padding: 0;
  margin: 0;
  display: flex;              
  gap: 2rem;                  
  justify-content: center;
}

.hero nav ul li a {
    
  color: rgb(111, 132, 111);               
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 1rem;           
}


.hero nav ul li a:hover {
  color: #d2ecc7;             
  background-color: rgba(0,0,0,0.3); 
  border-radius: 5px;
}
 
.maecon1 {
  width: 100px;
  height: auto;
  border: 4px solid rgb(27, 56, 24);
  background-color: bisque;
  columns: 2 2 2 1;
}
.bighead {
  background-image: url(./photos/DSC_8475.jpg);
  background-size: cover;
  height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-shadow: 0 2px 10px black;
}

.here {
  background-image: url(./photos/DSC_8475.jpg);
  background-size: cover;
  height: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  color:  rgb(85, 107, 84);;
  text-shadow: 0 2px 10px black;
}

.examples {
  border: 15px solid black;
}

.bottom-menu {
  display: flex;
  justify-content: center;  
  align-items: flex-end;    
  height: 100px;            
  padding-bottom: 50px;     
}


.bottom-menu ul {
  list-style: none;
  display: flex;            
  gap: 3rem;                
  padding: 0;
  margin: 0;
}

.bottom-menu ul li a {
  text-decoration: none;
  color: rgb(52, 76, 54);
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: 2px solid rgb(52, 76, 54);       
  border-radius: 8px;
  transition: all 0.3s ease;
}


.bottom-menu ul li a:hover {
  background-color: rgb(89, 135, 67);
}

h2 {
  font-family: cursive;
  font-style: oblique;
  font-size: larger;
}
  
h3 {
  font-family: cursive;
  font-style: oblique;
  font-size: larger;
}

h1 {
  font-family: cursive;
  color: rgb(85, 107, 84);
}

footer {
  display: flex;
  justify-content: center;
  gap: 2rem;           
  padding: 1rem;
  background-color: #111;
}

footer a {
  color: rgb(56, 78, 50);
  font-size: 2rem;
  transition: 0.3s;
}

footer a:hover {
  color: #7aa860;      
  transform: scale(1.2);
}

.juction {
 font-family: 'Times New Roman', Times, serif;
}

.contact-info {
  text-align: center;
  margin: 2rem 0;
  background-color: rgba(30, 38, 27, 0.7); 
  color: rgb(139, 160, 126);
  padding: 1.5rem 2rem;
  border-radius: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.contact-info ul li a {
  color: rgb(139, 160, 126);      
  text-decoration: none;
  transition: 0.3s;
}

.contact-info ul li a:hover {
  text-decoration: underline;
}

.left-box {
  width: 150px;          
  border: 2px solid #000;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px 20px 20px 0px;       
  background: #384d33;   
}

.left-box h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.mini {
  text-align: right;
}

.frontcaly {
  align-items: right;
}

.calender-front {
  display: flex;
  align-items: flex-start;
  gap: 20px; 
}

.left-box {
  max-width: 400px; 
  margin-top: 20px;
}

.calender-front {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 80px;   
}

.maecon1 {
  width: 200px;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}

h2, h3 {
  text-align: center;
}

body {
  text-align: center;
}

h2, h3 {
  background-color: rgba(77, 128, 77, 0.8);
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  display: block;
}

.top-menu {
  display: contents;
  justify-content: center;      
  align-items: center;
  background-color: rgba(74, 92, 67, 0.9); 
  padding: 10px 0;
  margin-bottom: 20px;          
  border-radius: 8px;
}

.top-menu ul {
  list-style: none;
  display: flex;
  gap: 2rem;                     
  padding: 0;
  margin: 0;
}

.top-menu ul li a {
  text-decoration: none;
  color: rgb(139, 160, 126);    
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: 2px solid rgb(139, 160, 126);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.top-menu ul li a:hover {
  background-color: rgb(89, 135, 67);
  color: white;
}

.bighead {
  background-image: url(./photos/DSC_8475.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-shadow: 0 2px 10px black;

  display: flex;
  flex-direction: column;  
  justify-content: center;
  align-items: center;

  height: 250px;          
  padding: 20px;
}

.calendar-frame {
  border: 4px solid #5a9a5e;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  max-width: 100%;
}

.here {
padding-left: 20px;
padding-right: 20px;
}

.page-frame {
  border: 15px solid #293b2b;
  border-radius: 40px;  
  margin: 10px;                  
  padding: 10px;                
  box-shadow: 0 0 30px rgba(0,0,0,0.5); 
}


