
#texta {
    width: 100%;
    height: 100vh;
  }
  #main{
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(min(100%, max(360px, 100%/2)),1fr));
    grid-auto-rows: 46vh; 
  } 
  .diva {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #bc8653;
    color: white;
    text-align: center;
    text-decoration: none;
  }
  .diva:hover {
    background-color: #b17e4e;
  }
  .divtext{
    margin: 0;
  }
  .divb {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #cca062;
   color: white;
    text-align: center;
    text-decoration: none;
  }
  .divb:hover {
    background-color: #c0955a;
  }
  #templom {
   grid-row: span 2/auto;
   border: 2px solid white;
   
  }  
  #templom:hover {
    border: 2px solid #5a827f;
  }
  .h{
    max-width: 75ch;
    margin: auto;
    text-align: left;
    font-size: 1.2em;
  }

  * {
box-sizing: border-box;
}
video {
  width: 80%;
  margin: 2em;

}
.navbar {
  position: sticky;
  top: 0;
  z-index: 10000;
  background-color: lightgray !important;
}
body{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
figure{
  text-align: center;
}
.carousel-item img{
  width: 100%;
  height: 40ch;
  object-fit: contain;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #1b1a1a; 
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
#main_with_bg {
  background-image: url("/media/sdg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}
textarea,select {
   	width: 100%;
    border-style: solid;
    border-color: #7c7f88;
    border-width: 1px ;
    padding: 1em;
    margin: .5em 0;
}
form{
  margin-top: 5vh;
  background-color: lightgray;
  width: 80%;
  align-items:center ;
}
#sub{
  width: 40%;
}
footer p, footer span {
  color: #333;
}

::placeholder {
  color: #333 !important;
}
::-webkit-input-placeholder {
  color: #333 !important;
}
::-moz-placeholder {
  color: #333 !important;
}
:-ms-input-placeholder {
  color: #333 !important;
}
.middle
{
  text-align: center;
}
html, body, header {
  overflow: visible;
  font-size: 1rem;
}
input
{
  width: 40%;
  max-width: 80%;
}
.maps
{
  width: 70%;
  
}