* {
    box-sizing: border-box;
    margin-inline: 0;
}

#mainNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 6rem;
    /* border: 2px solid black; */
    box-shadow: black 0px 0px 20px;
    display: flex;
    justify-content: space-between;
    background-color: white;
}

#carImage {
    width: 100%;
    margin-top: -6rem;
    position: fixed;
}


/* @font-face {
    font-family: "DIN condensed", sans-serif;
    src: url(DINCondensed-Bold.ttf) format("truetype");
} */

@font-face {
    font-family: "DIN Condensed Web";
    src: url("https://db.onlinewebfonts.com/t/69dbc1186412d7831b88d8a78a360360.eot");
    src: url("https://db.onlinewebfonts.com/t/69dbc1186412d7831b88d8a78a360360.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/69dbc1186412d7831b88d8a78a360360.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/69dbc1186412d7831b88d8a78a360360.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/69dbc1186412d7831b88d8a78a360360.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/69dbc1186412d7831b88d8a78a360360.svg#DIN Condensed Web")format("svg");
}

.DIN { 
    font-family: "DIN Condensed Web", sans-serif;
}

.Dosis {
    font-family: "Dosis", sans-serif;
}

#welcome {
    width: 60%;
    height: 100%;
    /* border: 2px solid black; */
    position: relative;
}

#welcomeMsg {
    width: 100%;
    text-align: center;
    text-justify: center;
    padding-top: 0.5rem;
}

#phone {
    width: 20rem;
    height: 100%;
    /* border: 2px solid black; */
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;

}

#phone div{
    /* border: 2px solid black; */
    margin-block: 0;
    /* height: 100%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-block: 0.5rem;
}

#phone *.DIN {
    /* border: 2px solid black; */
    margin: auto;
    width: 100%;
    font-size: 1.6rem;
    text-justify: bottom;
    height: 5rem;
}

#phone *.Dosis {
    /* border: 2px solid black; */
    margin: auto;
    width: 100%;
    font-size: 1.3rem;
    text-justify: center;
    height: 5rem;
}

#logo {
    width: 20%;
    height: 6rem;
    /* border: 2px solid blue; */
    padding-left: 1.5rem;
    display: flex;
    align-items: center;

}

#pageContent {
    width: 100vw;
    height: calc(100vh - 6rem);
    position: fixed;
    top: 6rem;
    /* border: 2px solid green; */
    background-image: url(GCPDcar.jpg);
    background-repeat: no-repeat;
    background-size: 100vw auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

#divider {
    /* border: 2px solid blue; */
    width: 100vw;
    height: 27vw;
}

#infoCards {
    /* border: 2px solid blue; */
    background: white;
    width: 100vw;
    height: fit-content;
    box-shadow: black 0px -5px 25px;
    display: flex;
    flex-direction: row;
    /* border: 5px solid green; */
    padding-bottom: 25px;
    height: fit-content;
}

.card {
    margin-top: 30px;
    margin-inline: 1vw;
    /* border: solid 2px purple; */
    border-radius: 10px;
    width: 100%;
    box-shadow: rgb(75, 75, 75) -5px 5px 10px;
    padding-inline: 1.5rem;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.card>div{
    margin-bottom: auto;
}

#infoCards h2{
    font-family: "DIN Condensed Web", sans-serif;
    text-decoration: underline;
    font-size: 3.25vw;
    margin-bottom: 0rem;
    margin-top: 2.5vw;
}

#infoCards h3 {
    font-family: "DIN Condensed Web", sans-serif;
    font-size: 2vw;
    margin-bottom: 0rem;
    margin-top: 2vw;
}

#infoCards p, #infoCards li {
    font-family: "Dosis", sans-serif;
    font-size: 1.5vw;
    /* font-weight: lighter; */
    font-weight:300;
    margin-top: 0.75vw;
}

#infoCards li {
    line-height: 3vw;
}
a {
    color: gray;
    font-weight: normal;
    transition: 0.25s;
}

a:hover, a:active {
    color: rgb(60, 60, 60);
    font-weight: normal;
}


#FAQ p{
    font-size: 1.5vw;
    margin-top: 0rem;
}

#IndianaVine {
    margin-top: 0;
    font-weight: 100;
    font-size: 1.1vw;
    padding-right: 15%;
    padding-left: 5%;
}

#numbers {
    width: 100%;
    border: 1px solid white;
    background-color: white;
}

#numbers h2 {
    margin-left: 3.5vw;
    text-decoration: none;
    font-family: "DIN Condensed Web", sans-serif;
    font-size: 4.25vw;
    margin-bottom: 0;
}

#numbers ul {
    list-style: none;
    padding-left: 0;
}

#numbers>div {
    display: flex;
    justify-content: space-around;
    margin-right: 4vw;
    margin-left: -1vw;
}
#numbers>div>div {
    display: flex;
}
.names li{
    /* border: 2px solid blue; */
    font-family: "DIN Condensed Web", sans-serif;
    font-size: 2.5vw;
    height: 3vw;
}

.numbers li{
    /* border: 2px solid blue; */
    font-family: "Dosis", sans-serif;
    font-weight: 100;
    font-size: 1.9vw;
    height: 3vw;
}

.numbers {
    margin-right: 3vw;
}

.names {
    margin-left: 3vw;
}

#titleText {
    position: relative;
    top: 5.5rem;
    font-family: "DIN Condensed Web", sans-serif;
    /* border: 2px solid green; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 5%;
    font-size: 4vw;
    color: white;
    background-color: rgba(128, 128, 128, 25%);
    margin-top: 0;
    width: 100vw;
    height: 27vw;
    margin-bottom: 0;
}

#titleText h1 {
    text-shadow: 0 0 25px black;
}

body {
    overflow: hidden;
}

#siteLogo {
    position: relative;
    top: 0.15rem;
    height: 5.5rem;
    transition: 0.25s;
}

#siteLogo:hover, #siteLogo:active {
    height: 6.5rem;
}

@media (max-width: 750px) {
    #infoCards {
        flex-direction: column;
        padding-left: 4vw;
        padding-right: 6vw;
    }
    .card {
        padding-inline: 5vw;
    }
    #infoCards h2{
        font-size: 3.25rem;
        margin-top: 2.5rem;
    }
    
    #infoCards h3 {
        font-size: 2rem;
        margin-top: 2rem;
    }
    
    #infoCards p, #infoCards li {
        font-size: 1.5rem;
        margin-top: 0.75rem;
    }
    
    #infoCards li {
        line-height: 3rem;
    }
    #numbers h2 {
        margin-left: 3.5vw;
        font-size: 2.125rem ;
    }
    .names li{
        font-size: 1.8rem;
        height: 2.5rem;
    }
    
    .numbers li{
        font-size: 1.5rem;
        height: 2.5rem;
    }
    #numbers>div {
        flex-direction: column;
    }
  }

  @media (max-width: 575px) {
    #phone {
        display: none;
    }
    #pageContent {
        background-size:  200vw;
        background-position: top;
    }
    
    #divider {
        height: 54vw;
    }
  }

  @media (max-width: 475px) {
    #infoCards h2{
        font-size: 11vw;
        margin-top: 9vw;
    }
    
    #infoCards h3 {
        font-size: 7vw;
        margin-top: 7vw;
    }
    
    #infoCards p, #infoCards li {
        font-size: 5.5vw;
        margin-top: 2.75vw;
    }
    
    #infoCards li {
        line-height: 11vw;
    }
    #numbers h2 {
        margin-left: 3.5vw;
        font-size: 8vw;
    }
    .names li{
        font-size: 6vw;
        height: 9vw;
    }
    
    .numbers li{
        font-size: 5vw;
        height: 9vw;
    }
  }

  @media (max-width: 575px) {
    #phone {
        display: none;
    }
    #pageContent {
        background-size:  200vw;
        background-position: top;
    }
    
    #divider {
        height: 54vw;
    }
  }