body {
    font-family: "Poppins", sans-serif;
    font-style:normal;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

header {
    background-image: url(../media/MotherofTechnology_bg2_LP_SheCodes_Hero_Image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20px 0px 460px;
}

header h1{
    font-weight: 700;
    font-size: 88px;
    line-height: 1.2;
    color:#5D5FEF;
    margin: 0px;
}

header h2{
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5;
    color: black;
    margin: 8px;
}

header h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 5px;
    color: black;
    margin: 0px auto 5px;
    opacity: 0.5;
}

header a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 16px 24px;
    margin-top: 15px;
    display: inline-block;
    background: #5d5fef;
}

main {
    background-color: white;
}

.img-responsive {
    width: 100%;
    display: block;
}

.grid-2-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 64px;
    align-items: center;

}

main h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #5D5FEF;
    margin: 18px 0;
}

main h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 3px;
    color: black;
    opacity: 0.5;
    text-transform: uppercase;
    margin: 0;
}

main h4 {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
    opacity: 0.8;
}

main h5 {
    color: #5D5FEF;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;


}

main h6 {
    color: #8E8E93;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 5px 0;
    text-transform: uppercase;

}

main p {
    font-weight: 400;
    font-style: normal;
    font-size: 15.5px;
    line-height: 1.5;
    color: black;
    opacity: 0.5;
}

main p strong {
    opacity: 0.8;
}

section.secondary {
    background-color: #FDF8FF;
}

.grid-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    grid-gap: 30px;
}

.card {
    background-color: white;
    margin: 30px 0;
}

.card-image {
    width: 100%;
    height: 190px;       
    object-fit: cover;  
  }

  .ada-bw {
    filter: grayscale(100%) contrast(1.1);
    object-position: 60% 4%;
  }

  .grace-img {
    object-position: center -9%;
  }

  .hedy-img {
    object-position: center 46%;
  }

  .embed{
    width: 100%;
    aspect-ratio: 1/1;
    height: 190px;
  }

  .card-header.grid {
    grid-gap: 0;

  }

.card-body {
    padding: 30px;
}

.text-center {
    text-align: center;
}

.picture-credit-card {
    font-size: 11px;
    color: gray;
    font-style: italic;
    line-height: 1.1;
    margin: 10px auto;
    text-align: left;
    padding: 0 30px;
    display: block;
}

.map-info {
    font-size: 12px;
    color: #5D5FEF;
    font-style: normal;
    line-height: 1.1;
    opacity: 0.8;
    margin: 10px auto;
    display: block;
    text-align: left;
    padding: 0 30px;
    font-weight: 600;
}

.card-footer {
    padding: 0 30px 30px;
}

.btn {
    display: block;
    color: white;
    background-color: #5D5FEF;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 16px;
    text-decoration: none;
}

.container-artifacts {
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px 0;
}

.video-grid-3-columns {
    width: 100%;
    display: grid;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.video-card {
    position: flex;
    flex-direction: column;
}

.video-card-title {
    margin: 0 0 30px 0;
    text-align: left;
    color: black;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    opacity: 0.8;
  }
  
.video {
    margin: 0 auto 50px;
    aspect-ratio: 21 / 9;
    width: 100%;
    height: 370px;
    display: block;
}

.video-card-subtitle {
    margin: 30px 0;
    text-align: left;
    background: white;
    color: #5D5FEF;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

.invention-photo {
    height: 370px;
    width: 100%;
    object-fit: initial;
    display: block;
}

.picture-credit {
    font-size: 11px;
    color: gray;
    font-style: italic;
    line-height: 1.1;
    margin: 10px auto;
    text-align: left;
    display: block;
}

footer {
    font-weight: 300;
    font-size: 14px;
    color: white;
    background-image: linear-gradient(#22245d6f), url('../media/mothersoftechnology-footer-picture3-lp-2026.png');   
    background-repeat: no-repeat;
    background-size: initial;
    padding-bottom: 1px;
}

section {
    max-width: 100%;
    margin: 0 auto;
    padding: 100px;
}

.grid-3-columns-with-first-narrow {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    grid-gap: 50px;
    padding: 40px 0;
}

section.grid-3-columns-with-first-narrow {
    padding: 70px 100px 10px;
}

footer h4 {
    font-weight: 700;
    font-size: 16px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0.9;
}

footer p {
    opacity: 0.9;
}

a {
    color: #ffffff;
    font-weight: 500;
    opacity: 0.9;
}

.footer-credit {
    margin: 55px 171px 60px;
    text-align: center;
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.5;
}

@media (max-width: 960px) {
    header {
        background-size: cover;
        text-align: center;
        padding: 15px 0px 201px;
    }

    header h1 {
        font-size: 29px;
        line-height: 1;
        margin: 8px 0 5px;

    }

    header h2 {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
    }

    header h3 {
        font-size: 12px;
        line-height: 1.2;
        opacity: 0.5;
    }

    header a {
        font-size: 10px;
        padding: 9px 9px;
        margin-top: 5px;
        background: #5d5fef;

    }

    .grid {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .text-center {
        text-align: left;
    }

    main h2 {
        font-size: 30px;
        text-align: left;
        margin: 15px 0 10px;
    }

    main h3 {
        font-size: 16px;
        text-align: left;
        margin: 15px 0;
    }

    main h4 {
        text-align: left;
        font-size: 24px;
    }

    main h5 {
        text-align: left;
        font-size: 15px;
    }

    main h6 {
        text-align: left;
        font-size: 13px;
    }

    main p {
        font-size: 16px;
        text-align: left;
    }

    .card-image {
        width: 100%;
        height: 413px;   
    }

    .embed {
        display: none;
    }

    .ada-bw {
        object-position: 60% 9%;
      }

    .grace-img {
        object-position: center 1%;
      }
    
    .hedy-img {
        object-position: center 36%;
      }

      .picture-credit-card {
        font-size: 12px;
        color: gray;
        font-style: italic;
        line-height: 1.1;
        margin: 15px 0;
        text-align: left;
        padding: 0 30px 0 30px;
        display: block;
    }

    .map-info {
        margin: 0 auto;
        text-decoration: none;
        font-size: 12px;
        color: #5D5FEF;
        font-style: normal;
        line-height: 1.1;
        opacity: 0.8;
        display: block;
        text-align: left;
        padding: 0 30px 0 30px;
        font-weight: 600;
    }

    .video-grid-3-columns {
        grid-template-columns: 1fr;
      }

     .video {
        aspect-ratio: 16 / 9;
     }

     .video-card-title {
        margin: 30px 0 30px 0;
     }

     .video-card-subtitle {
        margin: 50px 0 30px;
     }

     .invention-photo {
        width: 100%;
        display: block;
        object-fit: contain;
        height: auto;
     }

      .picture-credit {
        font-size: 12px;
        color: gray;
        font-style: italic;
        line-height: 1.1;
        margin: 10px auto;
        text-align: left;
        display: block;
    }

    footer {
        font-size: 12px;
        background-size: auto;
        background-repeat: no-repeat;
    }

    section {
        margin: 20px 30px 0px;
        padding: 25px 30px;
    }

    section.grid-3-columns-with-first-narrow {
        padding: 40px 30px 30px;    }

    footer h4 {
        font-size: 14px;
        font-weight: 600;
    }

    footer li {
        list-style: none;
        margin: 0;
    }
    .footer-credit {
        margin: 20px 60px 55px;
        text-align: left;
        font-size: 11px;

    }
    
}