body{
  background-image: url(../imgs/mission-car-show/Mission_BG.png);
  background-color: #ebcdad;
}
/* Top Title information ____________*/
.top-mission-info{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  /* margin-bottom: 5%; */
}
.title-1{
  grid-column: 1 / span 2;
  grid-row: 2;
  width: 90vw;
  justify-self: center;
  max-width: 400px;

}
.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: 45vw;
  justify-self: center;
  max-width: 300px;
}



/* Pre-Registration Area_________________________ */

.preRegSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 84vw;
  height: 241px;
  /* border: #116857 solid 2px; */
  background: rgb(255 238 205 / 75%);
  border-radius: 20px;
}

.preRegSection h1{
font-size: 3rem;
text-align: center;
color: crimson;
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;
}







/* Car image_________________________ */
.main-car-con {
  display: grid;
  grid-template-columns: 25% 1fr 25%;
  grid-template-rows: 1fr;
  align-items: end;
  margin-bottom: 5%;
}

.cactus-L{
  grid-column: 1;
  grid-row: 1;
  padding-bottom: 35px;
  margin-right: -95px;
  width: 82vw;
  justify-self: center;
  max-width: 350px;

}

.cactus-R{
  grid-column: 3;
  grid-row: 1;
  padding-bottom: 35px;
  margin-left: -95px;
  width: 82vw;
  justify-self: center;
  max-width: 350px;

}

.car-sea-foam{
  grid-column: 2;
  grid-row: 1;
  width: 90vw;
  justify-self: center;
  max-width: 525px;

}


/* 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(17 104 87);
text-align: center;
}

.event-info-con svg {
  width: 10%;
  margin-top: 7%;
  fill: rgb(17 104 87);
  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(17 104 87);
}
div#mapForEvent {
  /* margin-top: 5%; */
  width: 76vw;
  text-align: center;
  border: rgb(17 104 87);
  border-style: solid;
  border-width: 5px;
  background-color: rgb(17 104 87);

}

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(17 104 87);
}
.mision-info-cont p{
font-size: 1.5em;
padding: 5%;
}

.mision-info-cont img{
width: 40%;
}

.info-cards{
  background-color: #d0e9c0;
  width: 80%;
  padding: 2%;
  margin-bottom: 2%;
}

.info-cards > h2{
  color: #116857;
}




@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;
}


}