
body{
    /* Font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif; */
    background-color: #e1f2d0;
}

/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */




.head-2{
  background-color: #E1F2D0;
}

.head-2 p{
  font-size: 15px;
}

.welcome{
  font-size: 30px;
}


nav{
  background-color: white;
  border-radius: 1.5rem;
}



.btn1{
  border: 2px solid black ;
  border-radius: 2rem;
  height:2.5rem;
  width: 9rem;
}

.btn2{
  height: 2.5rem;
  border-radius: 2rem;
  width: 10rem;
  background-color: black;
  color:white
}

.img1{
  width: 960px;
  height: 280px;
  background: url("./images/grp.jpg");
}

.past_events{
  font-weight: bold;
}
.events{
  color: #6fd649;
}

@media(max-width:769px){

  nav{
    border-radius: 0;
  }

  .btn{
    width: 27 rem;

  }

  .btn1{
    z-index: 1;
    margin-top: 12.5rem;
  }

    .part p:nth-child(3){
    display: none;
  }
  .front-div div:nth-child(1){
    display: none;
  }
  .front-div div:nth-child(2){
    padding-top: 35px;
  }

}

#formstart{
  background-image: url("./images/backg.png");
  background-size: cover;
}

@media(max-width:769px){
  #recForm{width: 90%;}
}
/*
@media(max-width:769px){
  #blankimage{display: none;}
}
*/
#recForm {
    /* width: 500px;  */
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: black;
    color: #ccc;
  }

  #recFormHead {
    font-size: 50;
    /*text-align: center;*/
    Font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
  }

  #recUnderline {
    border-bottom: orange;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea,
  select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: #959595;
  }
  
  button{
    background-color: #4CAF50; 
    color: white;
    margin-left: 50%;
    margin-top: 2px;
    padding: 10px 20px;
    border: 3px solid black;
    border-radius: 3px;
    cursor: pointer;
    transition: transform 250ms, opacity 400ms;
    text-align: center 
  }
  
  button:hover{
    transform: scale(1.2);
}
.popUP{
  background-color: white;
  position: absolute;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px;
  width: 250px;
  top: 0;
  left: 50%;
  margin: 0% ;
  transform: translate(-50%, -50%) scale(0.1);
  visibility: hidden;
  padding: 0 30px 30px;
  color: #333;
  transition: transform 0.4s, top 0.4s;
}

.openPOPUP{
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

.popUP img{
  width: 90px;
  margin: -50 0 15px 50px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.popUP h2{
  font-weight: 500;
  text-decoration: line-through;
  margin: 50px 0 10px;
  font-size: larger;
  padding-bottom: 40px;
}
.popUP button{
  width: 150px;
  margin-top: 20px;
  padding: 8px 0 8px 0;
  background: #2f9a43;
  color: #fff;
  border: 0;
  outline: none;
  font-size: 23px;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


.hidden-card 
{
  display: none;
  opacity: 0;
}
.visible-card 
{
  opacity: 1;
  transition: opacity 3s ease-in-out; /* Adjust the duration as needed */
}

@media(max-width:1175px){
  .header a{
    font-size: 20px;
  }
}

@media(max-width:1175px){
  .welcome{
    font-size: 25px;
  }
}

@media(max-width:1175px){
  .welcome{
    font-size: 20px;
  }
}


#formclose{
  text-align: center;
  font-size: xx-large;
  font-weight: 500;
  background-color: white;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 10%;
}





/*
.carousel .card{
  background: whitesmoke;
  border-radius: 10px;
  padding: 25px 35px;
  text-align: center;
  transition: all 0.3s ease;
}

.carousel .card:hover{
  background: crimson;
}

.carousel .card .box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.carousel .card:hover .box{
  transform: scale(1.05);
}

.carousel .card .text{
  font-size: 25px;
  font-weight: 500;
  color: black;
  margin: 10px 0 7px 0;
}

.carousel .card .box p{
  color: black;
}

.carousel .card img{
  height: 200px;
  width: 250px;
  object-fit: fill;
  border-radius: 5%;
  border: 2px solid crimson;
  transition: all 0.3s ease;
  cursor: pointer;
}

 .carousel .card:hover img{
  border-color: #fff;
}

*/
