.sub-navbar {
    background-color: #4F959D;
    overflow: hidden;
    display: flex;
    justify-content:center;
    padding: 10px 0;
}
.sub-navbar a {
    color: #F6F8D5;
    text-decoration: none;
    padding: 14px 20px;
    display: block;
    text-align: center;
}

.sub-navbar a:hover {
    border-bottom: #F6F8D5 2px solid;
}

.womens-h2{
    position: absolute;
    left: 30px; 
    display: grid;
    align-items:center;
    justify-content: start; 
    height: 45px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #F6F8D5;
  
}
.container {
    display: flex;
    height: 50vh;
    padding-bottom: none;
}

.info {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #f4f4f4;
}

.info h1 {
    font-size: 2rem;
}

.video-container {
    width: 80%;
    position: relative;
    height: 100%;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.para{
    padding-top: 20px;
    color: #205781;
    text-align: center;
    margin-bottom: 10px;
    font-size: x-large;
}
.shoe-image{
    display: block;
    margin: auto;
    height: 50%;
    max-width: 100%;
    width: 80%;
    box-shadow: #205781;
   
    }
    .h3{
        text-align: center;
        padding-top: 10px;
        cursor: pointer;
        text-decoration: none;
        font-weight: 800px;
        font-size: xx-large;
    }

    .link-title{
        font-size: 20px;
        font-weight: bolder;
    }
   
@media (max-width: 1024px) {
    .navbar {
        flex-direction: column;
        padding: 5px 0;
    }
    .sub-navbar a {
        padding: 10px;
        font-size: 14px;
    }
    .womens-h2 {
        position: static;
        text-align: center;
        font-size: 24px;
        height: auto;
    }
    .container {
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .info {
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .video-container {
        width: 100%;
        height: auto;
    }
    .video-container iframe {
        height: 300px;
    }
    .para {
        font-size: large;
        padding: 10px;
    }
}
