﻿/*#region who we are*/
#about_intro_section{
    position: relative;
}

#about_intro_section .intro_img{
    width: 100%;
    min-height: 490px;
    object-fit: cover;
}
@media(max-width: 768px){
    #about_intro_section .intro_img {
        min-height: 570px;
    }
}

#about_intro_section .header_div {
    position: absolute;
    top: 160px;
    padding-left: 176px;
}
@media(max-width: 1200px){
    #about_intro_section .header_div {
        top: 83px;
        padding: 10px 0 0 66px;
        max-width: 380px;
    }
}
@media(max-width: 768px){
    #about_intro_section .header_div{
        padding: 0 0 0 42px;
        top: 160px;
    }
}

#about_intro_section .header_div h3{
    color: white;
    font-size: 110px;
    font-weight: 600;
    line-height: 120px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media(max-width: 1200px){
    #about_intro_section .header_div h3 {        
        font-size: 86px;
        line-height: 120px;
    }
}
@media(max-width: 768px){
    #about_intro_section .header_div h3 {
        font-size: 54px;
        line-height: 63px;
    }
}

#about_intro_section .header_div a{
    margin-top: 30px;
    display: block;
}

#about_intro_section .desc_div {
    padding: 54px 0 100px 179px;
    width: 750px;
}
@media(max-width: 1200px){
    #about_intro_section .desc_div {
        padding: 25px 0 80px 70px;
        width: 80%;
    }
}
@media(max-width: 768px){
    #about_intro_section .desc_div{
        padding-left: 40px;
        width: 80%;
    }
}

#about_intro_section .desc_div h4 {
    color: var(--mtc-blue);
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}
@media(max-width: 1200px){
    #about_intro_section .desc_div h4 {
        font-size: 24px;
    }
}
#about_intro_section .desc_div p {
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
/*#endregion*/

/*#region watch video overlay*/
#watch_video_overlay {
    z-index: 9;
}

#watch_video_overlay video {
    margin-top: 140px;
    max-height: 75%;
    max-width: 90%;
}
@media(max-width: 1200px) {
    #watch_video_overlay video {
        margin-top: 90px;
    }
}
/*#endregion*/

/*#region mike taylor*/
#about_bio_section{}

#about_bio_section .flex_div{
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 50px;
    padding-bottom: 140px;
}
@media(max-width: 1200px){
    #about_bio_section .flex_div {
        column-gap: 0;
        padding-bottom: 50px;
    }
}

#about_bio_section .flex_div img{
    height: 100%;
    max-width: 100%;
}

#about_bio_section .text_div {
    width: 40%;
    max-width: 45%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    row-gap: 30px;
    padding-right: 30px;
}
@media(max-width: 1200px){
    #about_bio_section .text_div {
        width: 35%;
        max-width: 81%;
        padding-left: 70px;
    }
}
@media(max-width: 768px){
    #about_bio_section .text_div{
        padding-left: 40px;
    }
}

#about_bio_section .text_div h3 {
    color: var(--mtc-blue);
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}
#about_bio_section .text_div h4 {
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
}
#about_bio_section .text_div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
#about_bio_section .text_div .button_div{
    display: flex;
    column-gap: 30px;
}
#about_bio_section .text_div .linkedin_img img{
    display: block;    
    width: 40px;
    filter: contrast(0.2);
}

/*#endregion*/

/*#region about this work*/
#about_this_work_section {
    position: relative;
    background: rgba(229, 224, 218, 1);
    overflow: hidden;
}

#about_this_work_section img {
    position: absolute;
    right: 0;
    top: 157px;
}
@media(max-width: 1200px){
    #about_this_work_section img{
        width: 530px;
        top: 150px;
        right: -108px;
    }
}
@media(max-width: 768px){
    #about_this_work_section img{
        width: 680px;
        top: 160px;
        right: -334px;
    }
}

#about_this_work_section .text_div {
    position: relative;
    width: 50%;
    padding: 145px 0 100px 180px;
}
@media(max-width: 1200px){
    #about_this_work_section .text_div {
        padding: 80px 0 40px 70px;
        width: 70%;
    }
}
@media(max-width: 768px){
    #about_this_work_section .text_div{
        padding: 60px 0 60px 40px;
        width: 80%;
    }
}

#about_this_work_section .text_div h3 {
    padding-bottom: 45px;
    color: var(--mtc-blue);
    font-size: 64px;
    font-weight: 600;
    line-height: 68px;
}
@media(max-width: 1200px){
    #about_this_work_section .text_div h3{
        font-size: 54px;
        line-height: 64px;
        padding-bottom: 10px;
    }
}
@media(max-width: 768px) {
    #about_this_work_section .text_div h3 {
        font-size: 48px;
        line-height: 50px;
        padding-bottom: 20px;
    }
}
#about_this_work_section .text_div p {
    color: #353434;
    font-size: 24px;
    font-weight: 300;
    line-height: 39px;
}
@media(max-width: 1200px){
    #about_this_work_section .text_div p{
        font-size: 18px;
        line-height: 36px;
    }
}
@media(max-width: 768px) {
    #about_this_work_section .text_div p {
        font-size: 16px;
        line-height: 28px;
    }
}
/*#endregion*/

/*#region the mtc team*/
#about_team_section{

}

#about_team_section .header_div{ 
    padding: 150px 0 50px;
}
@media(max-width: 1200px){
    #about_team_section .header_div {
        padding: 150px 50px 40px;
    }
}
@media(max-width: 768px){
    #about_team_section .header_div{
        width: 90%;
        padding: 70px 0 50px;
        margin: auto;
    }
}
#about_team_section .header_div h2{
    text-align: center;
    font-size: 64px;
    font-weight: 600;
    line-height: 68px;
}
@media(max-width: 1200px){
    #about_team_section .header_div h2{
        font-size: 54px;
        line-height: 64px;
    }
}
@media(max-width: 768px) {
    #about_team_section .header_div h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
    }
}


#about_team_section .flex_div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 150px 160px;
    row-gap: 50px;
    column-gap: 50px;
    max-width: 1300px;
    margin: auto;
}
@media(max-width: 1200px) {
    #about_team_section .flex_div {
        padding: 0 25px 100px 25px;
        justify-content: space-around;
    }
}

#about_team_section .flex_div figure{
    width: 292px;
}
#about_team_section .headshot_div{
    background: #F7941D;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#about_team_section .headshot_div img {
    margin: 15px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

#about_team_section .flex_div h4{
    padding-top: 40px;
    color: var(--mtc-blue);
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
}
@media(max-width: 768px){
    #about_team_section .flex_div h4{
        padding-top: 20px;
    }
}
#about_team_section .flex_div h5 {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 33px;
}
#about_team_section .flex_div p {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
@media(max-width: 768px){
    #about_team_section .flex_div p{
        padding-top: 10px;
    }
}
#about_team_section .logo_div {
    height: 292px;
    display: flex;
    align-items: center;
}
/*#endregion*/