body{
    font-family: 'Open Sans', sans-serif;
}

.main{
    height: 200px;
}

.display {
    position: relative;
    bottom: 200px;
    background: transparent;
    width: 100%;
    height: 100%;

}

.display img{
    width: 100%;
    height: 100%;
}

h2 {
    font-size: 48px;
    text-align: center;
    color: #CE0C2E;
    font-family: 'Permanent Marker', sans-serif;
    letter-spacing: 5px;
    margin: 30px 0 15px 0;
    padding: 0;
    background: radial-gradient(rgba(228, 225, 225, 0.637) 20px, rgb(190, 186, 186) 50%);
    text-shadow: 0 0 10px rgba(0, 0, 0, .9);
    
}

.coachesSec {
    /* background-color: white; */
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
    padding: 0.5px 5px;
    background-color: rgb(228, 225, 225);
    border-radius: 10px;
    border-bottom: 3px solid #CE0C2E;
   
    /* background: radial-gradient(rgb(228, 225, 225) 25%, rgb(190, 186, 186) 75%);  */
}

.vList {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 20px;
}

.vList li {
    margin: 0;
}

.coaches {
    display: flex;
    border-bottom: 1px solid rgb(190, 186, 186);
    width: 50%;
    padding: 0;
    
}

.coaches:nth-last-of-type(1) {
    border-bottom: none;
}

.coaches:nth-last-of-type(2) {
    border-bottom: none;
}

.coachImg {
    background-color: black;
    margin: 5px;
    width: 95px;
    height: 120px;
}

.coachImg img {
    /*margin-top: 50%;*/
    width: 100%;
    height: 100%;

}

.coachDetails {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    justify-content: center;
    text-align: left;
    margin: 0;
    padding-left:15px;
}

.coachDetails span, .coachDetails p {
    margin: 0;
    color: rgb(54, 54, 54);
    letter-spacing: 1.5px;
}

.coachDetails span {
    font-weight: 600;
}

.coachDetails p {
    font-size: 1.5em;
}

.coachDetails a {
    color: red;
}

@media (max-width: 1351px) {
    .coachesSec {
        width: 1200px;
    }
}

@media (max-width: 431px){
    .main{
        height: 275px;
        
    }

    header{
        background: transparent;
    }
    #logo {
        visibility: hidden;
    }
    
    .socialContainer button {
        visibility: hidden;
    }
    
    h2 {
        margin-top: 15px;
        font-size: 30px;
        padding: 5px;
        max-width: 95%;
    }

    .vList {
        flex-direction: column;
        flex-basis: 100%;
        padding-left: 15px;
        width: 340px;
    }

    .coachesSec {
        width: 370px;
    }

    .coaches {
        width: 100%;
    }

    .coaches:nth-last-of-type(2) {
        border-bottom: 1px solid rgb(190, 186, 186);
    }
}


@media (max-width: 350px){
    .main{
        height: 250px;
    }

    header{
        background: transparent;
    }
    #logo {
        visibility: hidden;
    }
    h2 {
        margin-top: 15px;
        font-size: 30px;
        padding: 5px;
        max-width: 95%;
    }

    .vList {
        flex-direction: column;
        flex-basis: 100%;
        padding-left: 15px;
        width: 340px;
    }

    .coachesSec {
        width: 370px;
    }

    .coaches {
        width: 100%;
    }

    .coaches:nth-last-of-type(2) {
        border-bottom: 1px solid rgb(190, 186, 186);
    }
}