body{
    background-position-y: 60px;
    background-image: url(../imgs/v-dub-imgs/SJ-City-BG.jpg);
    background-color: #000000;
}
/* Top Title information ____________*/
.top-v-dub-info{
    display: flex;
    grid-template-rows: 1fr;
    flex-direction: column;
    align-items: center;
}
.title-1{
  grid-column: 1 / span 2;
  grid-row: 2;
  width: 90vw;
  justify-self: center;
  max-width: 500px;

}
section.jordan-t-sect {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50px;
}

img#jordan-img {
    position: relative;
    max-width: 90vw;
}

img#jordan-logo {
    position: absolute;
    width: 60vw;
    max-width: 500px;
}



/* Pre-Registration Area_________________________ */

.preRegSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 84vw;
    padding: 2em 0;
    background: rgb(17 111 64 / 65%);
    border: 5px solid transparent;
    border-image: linear-gradient(to right, #c10e03, #f8a627) 1;
}

.preRegSection h1 {
    font-size: 3rem;
    text-align: center;
    color: #fbb927;
    padding-bottom: 2%;
    letter-spacing: 0.1em;
}

.reg-buts {
    background-color: #fbb92730;
    border: #fbb927;
    border-style: solid;
    border-width: 2px;
    border-radius: 7px;
    color: #fbb927;
    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: #ff0003;
    color: rgb(255, 255, 255);
}

p#reg-text {
    width: 80%;
    font-size: 2em;
    color: #fbb927;
}

.preRS{
    margin-top: 2rem;
}


/* 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(193 14 3);
    text-align: center;
    text-shadow: 0px 0px 2px #fbb927, 0 0 4px #fbb927, 0 0 6px #fbb927;
}

.event-info-con svg {
    width: 10%;
    margin-top: 7%;
    fill: rgb(11 82 46);
    filter: drop-shadow(0px 1px 5px rgb(255, 255, 255));
}
.event-info-con p {
    color: #0b522e;
    font-size: 2.25em;
    padding: 2%;
    text-shadow: 0 0 2px white, 0 0 3px white, 0 0 4px white;
}

.event-time-info {
    padding: 0 3%;
    width: 79%;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: rgb(251 185 39 / 85%);
    border: #c10e03;
    border-width: 4px;
    border-style: solid;
}
.line-sep {
    width: 95%;
    border-top: 2px solid rgb(11 82 46);
}

img.greyhound {
    padding-top: 7%;
    width: 55vw;
    max-width: 300px;
}


div#mapForEvent {
    margin: 5% 0 10% 0;
    width: 76vw;
    text-align: center;
    border: rgb(193 14 3);
    border-style: solid;
    border-width: 5px;
    background-color: rgb(193 14 3);
}

iframe{
width: 100%;
height:350px;
}

/* 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%;
    background: rgb(251 185 39 / 100%);
}
.event-time-info p{
font-size: 2em;
}


}