/* START Hero contact */
.hero-container-terms{
    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 Contact */

/* END Terms and Conditions */
#terms-conditions{
    /* background-color: purple; */
    padding: 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#terms-conditions p{
    /* background-color: red; */
    padding-bottom: 2rem;
}

#terms-contact-info{
    /* background-color: green !important; */
    /* max-width: 300px; */
}

#terms-contact-info span{
    /* background-color: lightblue; */
    display: block;
    width: 100%;
}

#terms-conditions h1:nth-of-type(1){
    /* background-color: gray; */
    margin-bottom: 2rem;
    border-bottom: 3px solid rgb(51, 51, 51);
}

#terms-conditions h2{
    /* background-color: aqua; */
    margin-bottom: 2rem;
    border-bottom: 3px solid rgb(51, 51, 51);
}

#terms-conditions h3:nth-of-type(1) {
    /* background-color: lightblue; */
    /* margin-bottom: 2rem; */
    margin-bottom: 1rem;
    /* border-bottom: 3px solid rgb(51, 51, 51); */
}

#terms-conditions h3:nth-of-type(2) {
    margin-bottom: 1rem;
    /* border-bottom: 3px solid rgb(51, 51, 51); */
}

#terms-conditions ul{
    list-style: none;
}

#terms-conditions ul li:nth-of-type(4){
    /* background-color: red; */
    margin-bottom: 2rem;
}
/* END Terms and Conditions */