body{
    background-position-y: 60px;
    background-image: url(../imgs/camp-at-the-farm/COTF-BG.jpg);
    background-color: #7e572e;
}
/* Top Title information ____________*/
.top-mission-info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 25px 0;
  margin-bottom: 5%;
}
.title-1{
  grid-column: 1 / span 2;
  grid-row: 2;
  width: 90vw;
  justify-self: center;
  max-width: 500px;

}
.mission-logo{
  grid-column: 1;
  grid-row: 1;
  width: 45vw;
  justify-self: center;
  max-width: 300px;

}

.main-title-info{
    grid-column: 2;
    grid-row: 1;
    width: 35vw;
    justify-self: center;
    max-width: 225px;
    margin: auto 0;
}



/* Pre-Registration Area_________________________ */

.preRegSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 84vw;
    height: 241px;
    background: rgb(229 155 97);
    border-radius: 20px;
}

.preRegSection h1{
font-size: 3rem;
text-align: center;
color: #0f0e38;
padding-bottom: 2%;
}

.reg-buts {
  background-color: #ffb853;
  border: none;
  border-radius: 7px;
  color: black;
  cursor: pointer;
  padding: 5px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.75em;
  font-family: 'Bebas Neue', cursive;
}




.reg-buts:hover {
  background-color: #774a0b;
  color: rgb(255, 255, 255);
}


/* Car image_________________________ */
.main-car-con {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: end;
    margin-bottom: 5%;
}



.car-sea-foam{
  grid-column: 2;
  grid-row: 1;
  width: 90vw;
  justify-self: center;
  max-width: 700px;

}


/* EVENT INFO_____________________ */

.event-info-con{
  width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-info-con h1{
margin-top: 3%;
font-size: 3em;
padding-bottom: 2%;
color: rgb(15 14 56);
text-align: center;
}

.event-info-con svg {
  width: 10%;
  margin-top: 7%;
  fill: rgb(239 113 37);
  filter: drop-shadow(0px 1px 5px rgb(255, 255, 255));
}

.event-info-con p {
  font-size: 2.25em;
  padding: 2%;
  text-shadow: /* White glow */ 0 0 2px white, 0 0 4px white, 0 0 6px white;
}
.event-time-info{
padding: 0 3%;
width: 79%;
text-align: center;
/* margin-top: 5%; */
margin-bottom: 2em;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
border-radius: 10px;
background: rgb(255 238 205 / 75%);

}
.line-sep{
width: 95%;
border-top: 2px solid rgb(239 113 37);
}

.agenda {
    width: inherit;
    /* border: black;
    border-style: dotted; */
}
.agenda-title {
    font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: #0f0e38;
    margin: 2rem 0;
}


div#mapForEvent {
  /* margin-top: 5%; */
  width: 76vw;
  text-align: center;
  border: rgb(239 113 37);
  border-style: solid;
  border-width: 5px;
  background-color: rgb(239 113 37);

}

iframe{
width: 100%;
height:450px;
}

/* MISSION INFO MISSION INFO MISSION INFO MISSION INFO -------------------------------------------------*/

.mision-info-cont{
width: 85%;
margin-top: 5%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
border-radius: 10px;
background: rgb(255 238 205 / 75%);
}

.mision-info-cont h2{
font-weight: lighter;
padding: 5% 0 2% 0;
color: rgb(15 14 56);
}
.mision-info-cont p{
font-size: 1.5em;
padding: 5%;
}

.mision-info-cont img{
width: 40%;
}

.info-cards{
  background-color: #8ab8e1;
  /* width: 80%; */
  padding: 2%;
  margin-bottom: 2rem;
}



.info-cards > h2{
  color: #ef7125;
  letter-spacing: 0.05rem;
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 7px black;
}

.corners{
  border-radius: 15px;
}

.auto-grid{
  --min-col-size: 300px;
  display:grid;
  gap:1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min-col-size), 100%),1fr));
}


@media only screen and (max-width: 600px){

iframe{
  width: 100%;
  height:300px;
}
div#mapForEvent {
  width: 88vw;
}
.mision-info-cont {
  width: 100%;
}
.mision-info-cont img {
  width: 80%;
}
.event-info-con p {
font-size: 1.5em;
}

.event-info-con svg {
width: 15%;

}
.event-time-info{
width: 100%;
}
.event-time-info p{
font-size: 2em;
}


}