/* #bg-video {
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
} */

#contact-b{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#Apex-contact-information{
    font-size: 1.2rem;
    text-align: center;
}

#responseMessage{
    font-size: 2rem;
    color: black;
}

#real-map-container{
    padding: 20px 0px 20px 0px;
    /* background-color: coral; */
    width: 45%;
    display: flex;
    justify-content: center;
    /* background-color: red; */
    align-items: center;
}
#real-map{
    width: 100%;

    /* min-height: 560px; */

    min-height: 40rem;

    border: 2px solid black;
    border-radius: 5px;

    

}

#map-and-video-container{
    display: flex;
    /* background-color: coral; */
    flex-direction: row;
    justify-content: space-between;
}



#video-container{


    padding: 20px 0px 20px 0px;

    width: 45%;
    height: auto;
    
    display: flex;
    justify-content: center;
    /* background-color: lightblue; */
}

#bg-video {
    display: flex;
    
    /* height: auto; */
    width: 100%;
    height: 100%;
    /* max-width: 500px; */
    /* min-height: 560px; */
    min-height: 40rem;
    border: 1px solid black;
    border-radius: 10px;
    padding: 0px;
    object-fit: cover;
    /* object-position: center center; */
    /* background: linear-gradient(45deg, rgba(20, 94, 255, 0.8), rgba(255, 255, 255, 1.0),rgba(20, 94, 255, 0.8)); */
    /* margin-top: 50px; */
    /* background-color: rgb(51, 51, 51); */
}



#contact-main{
    display: flex;
    flex-direction: column;
    flex: 1;
}

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

.after-bar-container{
    display: flex;
    justify-content: center;
    /* background-color: red; */
    width: 100%;
}
.after-bar{
    padding-top: 5px;
    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: 40px;
    /* box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.8); */
}

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

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

#container-contact-map{
    display: flex;
    flex-direction: column;
    /* background-color: green;
    padding: 10px; */
    /* width: 50%; */
    align-items: center;
    /* background-color: green; */
    padding: 20px;
}

#contact{
    display: flex;
    width: 100%;
    /* max-width: 500px; */
    height: auto;
    align-items: center;
    padding: 20px 0px 20px 0px;
    /* background-color: aqua; */
    flex-wrap: wrap;
    justify-content: center;
}
#contact form{
    width: 50%;
    /* max-width: 80%; */
    /* max-width: 500px; */
    /* min-height: 860px; */
    min-height: 40rem;
    background-color: rgb(199, 199, 199);
    padding: 40px;
    color: black;
    border-radius: 10px;
}


#contact-h2{    
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 20px 20px 20px;
}



#contact label, input, textarea, button{
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
}

#contact label{
    font-size: 1.2rem;
}

#contact input, textarea, button{
    border: 1px solid rgb(204, 204, 204);
}

#contact label{
    display: block;
    width: 100%;
    /* background-color: coral; */
    padding: 10px 10px 10px 0px;
}
#contact input{
    display: block;
    width: 100%;
    /* background-color: aquamarine; */
    padding: 10px;
}
#contact textarea{
    width: 100%;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 20px;

}
#contact button{
    display: block;
    width: 100%;
    /* background-color: burlywood; */
    padding: 10px;
    border: none;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    background-color: rgb(0, 123, 255);
    color: white;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
    cursor: pointer;
    font-size: 1.2rem;
}

#contact button:active{
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

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

#contact iframe{
    padding: 3px;
    /* background-color: black; */
    border-radius: 10px;
    /*width: 100%;*/
    border: 3px solid black;
    width: 600px;
    height: 450px;
}

#map{
    /* background-color: coral; */
    padding-left: 40px;
}
#map p{
    /* background-color: green; */
    /* max-width: 30rem;
    max-height: 30rem; */
    display: flex;
    flex: 1;
    max-width: 30rem;
    height: 30rem;
    background-color: black;
    color: white;
    border-radius: 10px;
    padding: 40px;
}

@keyframes sproutUp {
    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: 880px) {
    #map-and-video-container{

        flex-direction: column;
        justify-content: center;
    }

    #real-map-container{
        width: 100%;
    }


    #video-container{
        width: 100%;
    }


    #contact form{
        width: 100%;

    }
}

/* 
@media(max-width: 1239px){
    #real-map{
        margin-top: 50px;
    }
}

@media(max-width: 1200px){
    #bg-video {
        width: 80%;
    }
}

@media(max-width: 1119px){

    #container-contact-map{
        width: 100%;
    }

    #map{    
        padding-left: 0px;
        padding-top: 120px;
    }
}

@media(max-width: 800px){
    #bg-video {
        width: 100%;
    }
}

@media(max-width: 768px){
} */