body {
    font-family: Helvetica, sans-serif;
    text-align: center;



    --color: #004AC3;

}

section {
    padding-top: 50px;
}

h1 {
    font-family: "Inder", sans-serif;
    font-size: 54px;
    margin: 0;
}

h2 {
    font-family: "Inder", sans-serif;
    font-size: 28px;
}

h3 {
    font-family: "Inder", sans-serif;
    font-size: 20px;
}

p {
    font-weight: 300;
    font-size: 12px;
    margin: 0;
}

strong {
    font-weight: 500;
}


/*Intro*/

.intro {
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro div {
    padding-left: 12.5px;
    padding-right: 12.5px;

}

.introText {
    text-align:right;
    min-width: 265px;
}

.introText br {
    display: none;
}

.intro img {
    max-width: 100%;
   
}

.intro iframe {
    max-width: 550px;
    max-height: 330px;
}

.highlight {
    max-width: 100%;
}

.blue {
    color: var(--color)
}


.videos iframe {
    padding-left: 12.5px;
    padding-right: 12.5px;
    max-width: 420px;
    max-height: 270px;
}


across {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.twoItems {
    width: 60%;
    margin: auto;
}

.gradeStat {
    width: 150px;
    padding-bottom: 30px;
}

.academic a {
    text-decoration: none;
}

.button {
    width:450px;
    background-color: var(--color);
    color: white;
    margin: auto;
    margin-top: 30px;
    padding: 25px;
    text-decoration: none;
}

.standardSort {
    max-width: 300px;
    min-width: 150px;
    padding-bottom: 30px;
}

.standardSort h3 {
    margin: 3px;
}

.standardSort p {
    padding: 0;
   
}

.sort2 h3 {
    margin:3px;
}

.key {
    color: white;
    background-color: var(--color);
    
    width: 100%;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "stat1 stat2 stat3"
            "stat4 stat5 stat6";
    justify-items: center;
}

.key .sort2 {
    padding-top: 25px;
    padding-bottom: 25px;
}


.personalStatement across {
    width:80%;
    display:flex;
    justify-content: space-around;
    margin: auto;
    flex-wrap: nowrap;
}

.personalStatement p {
    padding: 15px;
}

.coachReferences a {
    text-decoration: none;
    color: black;
}

.contact a {
    text-decoration: none;
    color: black;
}

.contact {
    margin-bottom: 80px;
}

img {
        max-width: 50%;
    }



@media screen and (min-width: 1115px) and (max-width: 1265px){
    h1 {
        font-size: 48px;
    }

    .highlight {
        width: 400px;
    }

    .intro iframe {
        width: 400px;
        height: 240px;
    }

    .videos iframe {
        width: 350px;
        height: 210px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .img {
        max-width: 50%;
    }


}

@media screen and (min-width: 900px) and (max-width: 1115px){
    h1 {
        font-size: 42px;
    }
    
    .highlight {
        width: 400px;
    }

    .intro div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .intro iframe {
        width: 400px;
        height: 240px;
    }

    .intro img {
        max-width: 80%;
    }

    .personalStatement .img {
        max-width: 50%;
    }

    .videos iframe {
        width: 270px;
        height: 150px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .personalStatement across {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 735px) and (max-width: 900px){
    h1 {
        font-size: 42px;
    }
    
    .highlight {
        width: 300px;
    }

    .intro div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .intro iframe {
        width: 300px;
        height: 180px;
    }

    .intro img {
        max-width: 80%;
    }

    .personalStatement .img {
        max-width: 80%;
    }

    .videos iframe {
        width: 270px;
        height: 150px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .personalStatement across {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 500px) and (max-width: 735px){
    h1 {
        font-size: 48px;
    }
    
    .intro {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "name name"
            "image video"
    }

    .introText {
        text-align: center;
        grid-area: name;
    }
    
    .highlight {
        width: 300px;
        grid-area: video;
    }

    .intro div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .intro iframe {
        width: 300px;
        height: 180px;
    }

    .intro img {
        max-width: 80%;
        grid-area: image;
        margin: auto;
    }

    .personalStatement .img {
        max-width: 80%;
        grid-area: image;
    }

    .videos iframe {
        width: 270px;
        height: 150px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .personalStatement across {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 0px) and (max-width: 500px){
    body {
        display: grid;
        justify-items: center;
    }

    h1 {
        font-size: 36px;
    }
    
    .intro {
        width: 100%;
        display: grid;
        grid-template-columns: auto;
        grid-template-areas:
            "name"
            "image" 
            "video";
    }


    .introText {
        text-align: center;
        grid-area: name;
    }
    
    .highlight {
        width: 420px;
        height: 300px;
        grid-area: video;
        display: flex;
        justify-content: center;
    }

    .intro div {
        padding-left: 0px;
        padding-right: 0px;
    }

    .intro iframe {
        width: 420px;
        height: 300px; 
    }

    .intro img {
        max-width: 80%;
        grid-area: image;
        padding:10px;
    }

    .personalStatement .img {
        max-width: 80%;
        grid-area: image;
        padding:10px;
    }

    .videos iframe  {
        width: 420px;
        height: 300px;
    }

    .standardSort {
        max-width: 350px;
        min-width: 300px;
        padding: 15px;
    }

    .sort2 {
       padding:15px;
    }

    .contact .sort2 {
        min-width: 300px;
    }

    .personalStatement across {
        flex-wrap: wrap;
    }
}