.about-styles{
    /* padding: 20px; */
    padding: 40px;
    /* background-color: cornflowerblue; */
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 15px;
    background-color: rgb(0, 123, 255);
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /*display: none;*/ /* Initially hidden */
    /* font-size: 16px; */
}

#backToTop:hover {
    background-color: rgb(0, 86, 179);
}

#group-photo-img-container{
    display: flex;
    justify-content: center;

    width: 100%;
    /* background-color: green; */
    /* margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 50px; */
    padding-top: 40px;
    padding-bottom: 40px;
    
}
.group-photo{
    max-width: 50%;
    height: auto;
    border-radius: 0px;
    background: linear-gradient(45deg, rgb(172, 201, 255), rgb(244, 244, 244), rgb(172, 201, 255));
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    padding: 5px;
    /* margin-bottom: 50px; */
}

#about{
    display: flex; 
    flex: 1;
    flex-direction: column;
    /* background-color: green; */
}
#about-container{
    /* background-color: blueviolet; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 50px; */
}

#about-container-inner{
    max-width: 1170px;
    /* background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-radius: 10px; */
    font-size: 1.2rem;
}

#about-container-inner p{
    margin-bottom: 20px;
}

#about-h2{
    margin-bottom: 50px;
    font-size: 2rem;
}

/* Body element of the about page Ensures Footer is on the bottom always */
#about-b{
    min-height: 100vh; 
    display: flex; 
    flex-direction: column;
}
.square {
    width: 300px;
    height: 300px; /* Ensures it's a perfect square */
    background-color: lightblue; /* Adds the purple color */
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    border-radius: 50px;
}
.about-paragraphs{
    text-indent: 20px;
    /* font-size: 1.2rem; */
}

/* Our Management Team Section */
#management-team{
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
}
#management-team-h3{
    align-self: center;
    text-align: center;
    font-size: 1.8rem;
    /* background-color: red; */
    padding-left: 20px;
    padding-right: 20px;
}
.management-after-bar-container{
    display: flex;
    justify-content: center;
    /* margin-bottom: 50px; */
    /* background-color: lightseagreen; */
    width: 100%;
}
.management-after-bar{
    padding-top: 5px;
    /* background: linear-gradient(45deg, #acc9ff, rgb(244, 244, 244), #acc9ff); */
    /* background-color: rgb(51, 51, 51); */
    background: linear-gradient(45deg, rgb(51, 51, 51), rgb(199, 199, 199), rgb(51, 51, 51));
    display: block; 
    width: 50%;
    border-radius: 10px;
    /* box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.8); */
    margin-top: 20px;
    margin-bottom: 20px;
}

/* START jason team member section*/
.jason-team-member {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color: purple; */
    /* padding: 10px; */
    /* margin-bottom: 50px; */
    padding: 40px;

}
#jason-img-container{
    display: flex;
    align-items: center;
    /* background-color: red; */
}
.jason-team-member-photos{
    max-width: 30%;
    height: auto;
    object-fit: contain;
    max-height: fit-content;
    border-radius: 0px;
    /* background: linear-gradient(45deg, #acc9ff, rgb(244, 244, 244), #acc9ff); */
    background: linear-gradient(45deg, rgb(172, 201, 255), rgb(244, 244, 244), rgb(172, 201, 255));
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin-right: 40px;
    margin-left: 40px;
}
.jason-team-member-info{
    align-self: center;
    font-size: 1.2rem;
    /* padding: 10px; */
    border-radius: 10px;
    /* margin-bottom: 50px; */
    /* background-color: lightblue; */
    /* background: linear-gradient(45deg, #acc9ff, rgb(244, 244, 244), #acc9ff); */
}
.jason-team-member-intro h4{
    font-size: 1.5rem;
    text-align: center;
}
.jason-team-member-intro p{
    font-size: 1.4rem;
    text-align: center;
}
.jason-team-member-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: blue; */
}
.jason-team-member-info-paragraphs{
    text-indent: 20px;
    margin-bottom: 20px;
}
/* END jason team member section */

/* START tarah team member section */
.tarah-team-member {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color: purple; */
    /* padding: 10px; */
    /* margin-bottom: 50px; */
    padding: 40px;
}
#tarah-img-container{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;

    /* background-color: red; */
}
.tarah-team-member-photos{
    max-width: 30%;
    height: auto;
    object-fit: contain;
    max-height: fit-content;
    border-radius: 0px;
    background: linear-gradient(45deg, rgb(172, 201, 255), rgb(244, 244, 244), rgb(172, 201, 255));
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin-right: 40px;
    margin-left: 40px;
}
.tarah-team-member-info{
    align-self: center;
    font-size: 1.2rem;
    /* padding: 10px; */
    border-radius: 10px;
    margin-left: 40px;
    /* margin-bottom: 50px; */
    /* background-color: lightblue; */
    /* background: linear-gradient(45deg, #acc9ff, rgb(244, 244, 244), #acc9ff); */

}
.tarah-team-member-intro h4{
    font-size: 1.5rem;
    text-align: center;
}
.tarah-team-member-intro p{
    font-size: 1.4rem;
    text-align: center;
}
.tarah-team-member-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: blue; */
}
.tarah-team-member-info-paragraphs{
    text-indent: 20px;
    margin-bottom: 20px;
}
/* END tarah team member section */

/* START greg team member section*/
.greg-team-member {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color: purple; */
    /* padding: 10px; */
    /* margin-bottom: 50px; */
    padding: 40px;

}
#greg-img-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* background-color: red; */
}
.greg-team-member-photos{
    max-width: 30%;
    height: auto;
    object-fit: contain;
    max-height: fit-content;
    border-radius: 0px;
    background: linear-gradient(45deg, rgb(172, 201, 255), rgb(244, 244, 244), rgb(172, 201, 255));
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin-right: 40px;
    margin-left: 40px;
}
.greg-team-member-info{
    align-self: center;
    font-size: 1.2rem;
    /* padding: 10px; */
    border-radius: 10px;
    /* margin-bottom: 50px; */
    /* background-color: lightblue; */
    /* background: linear-gradient(45deg, #acc9ff, rgb(244, 244, 244), #acc9ff); */
}
.greg-team-member-intro h4{
    font-size: 1.5rem;
    text-align: center;
}
.greg-team-member-intro p{
    font-size: 1.4rem;
    text-align: center;
}
.greg-team-member-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: blue; */
}
.greg-team-member-info-paragraphs{
    text-indent: 20px;
    margin-bottom: 20px;
}
/* END greg team member section */

/* START craig team member section */
.craig-team-member {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color: purple; */
    /* padding: 10px; */
    /* margin-bottom: 50px; */
    padding: 40px;
}
#craig-img-container{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;

    /* background-color: red; */
}
.craig-team-member-photos{
    max-width: 25%;
    height: auto;
    object-fit: contain;
    max-height: fit-content;
    border-radius: 0px;
    background: linear-gradient(45deg, rgb(172, 201, 255), rgb(244, 244, 244), rgb(172, 201, 255));
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin-right: 40px;
    margin-left: 40px;
}
.craig-team-member-info{
    align-self: center;
    font-size: 1.2rem;
    /* padding: 10px; */
    border-radius: 10px;
    margin-left: 40px;
    /* margin-bottom: 50px; */
    /* background-color: lightblue; */
    /* background: linear-gradient(45deg, #acc9ff, rgb(244, 244, 244), #acc9ff); */

}
.craig-team-member-intro h4{
    font-size: 1.5rem;
    text-align: center;
}
.craig-team-member-intro p{
    font-size: 1.4rem;
    text-align: center;
}
.craig-team-member-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: blue; */
}
.craig-team-member-info-paragraphs{
    text-indent: 20px;
    margin-bottom: 20px;
}
/* END craig team member section */

/* START team member section */
.team-member {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color: purple; */
    /* background-color: coral; */
    /* margin-bottom: 50px; */
    padding: 40px;
}
#img-container{
    display: flex;
    justify-content: center;
    width: 100%;
    /* background-color: green; */
    /* margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 50px; */  
}
.team-member-photos{
    max-width: 30%;
    height: auto;
    border-radius: 0px;
    background: linear-gradient(45deg, rgb(172, 201, 255), rgb(244, 244, 244), rgb(172, 201, 255));
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin-bottom: 50px;
}
.team-member-info{
    display: flex; 
    flex-direction: column;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 10px;
    /* margin-bottom: 50px; */
}
.team-member-intro h4{
    font-size: 1.5rem;
    text-align: center;
}
.team-member-intro p{
    font-size: 1.4rem;
    text-align: center;
}
.team-member-intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 40px; */
}
.team-member-info-paragraphs{
    text-indent: 20px;
}
/* END team member section */

.after-bar-container{
    display: flex;
    justify-content: center;
    /* background-color: red; */
    width: 100%;
}
.after-bar{
    padding-top: 5px;
    /* background: linear-gradient(45deg, #acc9ff, rgb(244, 244, 244), #acc9ff); */
    /* background-color: rgb(51, 51, 51); */
    /* background: linear-gradient(45deg, rgb(51, 51, 51), rgb(255, 255, 255), rgb(51, 51, 51)); */
    background: linear-gradient(45deg, rgb(51, 51, 51), rgb(199, 199, 199), rgb(51, 51, 51));
    display: block; 
    width: 100px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    /* box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.8); */
}

/* START Hero about */
.hero-container-about{
    padding: 0;
    margin: 0;
    display: flex;
    min-height: 50vh;
    border: 1px solid black;
    align-items: center;
    background: url('../imgs/slide-show-2/renamed_photos/70_680bb43458274.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    /* animation: hero_zoom_effect 60s infinite; */
    background-color: black;
}

#company-info-1{
    /* background-color: coral; */
    /* background-image: url('imgs/slide-show-2/renamed_photos/26_680bb2c2336cc.jpg'); */
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 50vh;
    margin-left: 10px;
}

#company-info-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgb(172, 201, 255);
    padding: 5px;
}

#company-info-2{
    /* background-color: lightblue; */
    /* background-image: url('imgs/Advent_Health_imgs/AdventHealth Welch Dining Room/image1.jpg'); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    /* background-position: 100% 0%; */
    /* background-position: center; */
    /* object-fit: cover; */
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 50vh;
    margin-right: 10px;
}

#company-info-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgb(172, 201, 255);
    padding: 5px;
    
}

#company-info-center{
    /* align-content: center; */
    /* background: url('imgs/Advent_Health_imgs/AdventHealth Welch Dining Room/image2.jpg');
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0%; */
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 40px;
    /* background-color: rgba(0, 0, 0, 0.4); */
}


#company-info-center-para{
    /* background-color: rgb(82, 82, 82); */
    /* background: url('imgs/Advent_Health_imgs/AdventHealth Welch Dining Room/image2.jpg'); */
    /* background: linear-gradient(45deg, rgba(121, 121, 121, 1.0), rgba(255, 255, 255, 0.0),rgba(121, 121, 121, 1.0)); */
    color: black;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 140px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.4);
    width: fit-content;
    background-image: url('imgs/Logopit_1588569210626 Jason Hauk2.png');
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: center 90%;
    background-color: rgba(255, 255, 255, 0.7);
}

#company-info-center span{
    display: flex;
    width: 100%;
    min-width: 200px;
    justify-content: flex-start;
}

#Contact-Services-Link{
    /* background-color: rgb(255, 87, 27); */
    background-color: rgb(0, 123, 255);
    font-size: 1.2rem;
    padding: 14px;
    text-decoration: none;
    /* color: black; */
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    /* padding: 10px; */
    border-radius: 10px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.8);
    transition: box-shadow 0.3s ease, text-shadow 0.3s ease, background-color 0.3s;
    cursor: pointer;
}

#Contact-Services-Link:hover{
    /* text-shadow: 0px 2px 3px rgba(255, 255, 255, 1.0), 0px -2px 3px rgba(255, 255, 255, 1.0); */
    /* background-color: rgb(189, 78, 38); */
    background-color: rgb(0, 86, 179);
}

#Contact-Services-Link:active{
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.0);
}
/* END Hero about */

@keyframes sproutUp_about {
    0% {
        border-radius: 50%;
        /*transform: scale(1) translateY(10%);;*/ /* Start small */
        opacity: 0; /* Fully transparent */
    }
    100% {
        border-radius: 0%;
        /*transform: scale(1) translateY(0%);*/ /* Full size */
        opacity: 1; /* Fully opaque */
    }
}

@media (max-width: 1200px) {


    .group-photo{
        max-width: 70%;
    }

    #jason-img-container{
        flex-direction: column;
    }
    .jason-img-container-class{
        display: flex;
        flex-direction: column;
    }
    .jason-team-member-photos{
        align-self: center;
        max-width: 50%;
    }
    .jason-team-member-info{
        margin-left: 0px;
    }
    .jason-team-member-photos{
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }
    #tarah-img-container{
        flex-direction: column;
    }
    .tarah-team-member-photos{
        align-self: center;
        max-width: 50%;
    }
    .tarah-team-member-info{
        margin-left: 0px;
    }
    .tarah-team-member-photos{
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }
    #greg-img-container{
        flex-direction: column;
    }
    .greg-img-container-class{
        display: flex;
        flex-direction: column;
    }
    .greg-team-member-photos{
        align-self: center;
        max-width: 50%;
    }
    .greg-team-member-info{
        margin-left: 0px;
    }
    .greg-team-member-photos{
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    #craig-img-container{
        flex-direction: column;
    }
    .craig-team-member-photos{
        align-self: center;
        max-width: 45%;
    }
    .craig-team-member-info{
        margin-left: 0px;
    }
    .craig-team-member-photos{
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    
}

@media (max-width: 768px) {

    .group-photo{
        max-width: 90%;
    }

    #jason-img-container{
        flex-direction: column;
    }
    .jason-team-member-photos{
        max-width: 70%;
    }
    #tarah-img-container{
        flex-direction: column;
    }
    .tarah-team-member-photos{
        max-width: 70%;
    }
    #greg-img-container{
        flex-direction: column;
    }
    .greg-team-member-photos{
        max-width: 70%;
    }


    #craig-img-container{
        flex-direction: column;
    }
    .craig-team-member-photos{
        max-width: 65%;
    }

    .team-member-photos{
        max-width: 70%;
    }

}

@media(max-width: 692px){
    #company-info-1{
        display: none;
    }
    #company-info-2{
        display: none;
    }
}

@media(max-width: 600px){

    /* #company-info-center-para{
        min-width: 1px;
    } */

    #company-info-center span{

        min-width: 1px;
        
    }
    
}
@media (max-width: 458px) {
    .jason-team-member-photos{
        max-width: 90%;
    }
    .tarah-team-member-photos{
        max-width: 90%;
    }


    .greg-team-member-photos{
        max-width: 90%;
    }

    .craig-team-member-photos{
        max-width: 85%;
    }

    .team-member-photos{
        max-width: 90%;
    }
}
