/* NAV BAR */
.nav-bar {
    display: none;
}

h1#service-title {
    font-size: 15px;
    margin: 2rem auto;
    width: 100px;
    border-radius: 5px;
    box-shadow: 30px 8px 25px grey;
    padding: 1.75rem 1.5rem;
    text-transform: uppercase;
    color: white;
    text-align: -webkit-center;
    background-color: #3fa1a8;
    /* background: linear-gradient(45deg, black, transparent); */
    /* background: linear-gradient(to right, #3fa1a8, grey); */
    background: linear-gradient(to right, #3fa1a8, #808080);

}

#service-description {
    /* margin: 2rem; */
    line-height: 2;
    padding: 2rem;
}

.img-container {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* margin: 2rem; */
    /* background: linear-gradient(to right, #3a1fa0, #808080);  */
    padding: 2rem;
    border-radius: 5px;
    position: relative;
    /* border: none; */
    /* background: linear-gradient(to right, #3a1fa0, #808080); */
    background: linear-gradient(to right, #3fa1a8, #808080);
    box-shadow: 5px 8px 20px rgb(63, 161, 168);
}

.popup-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup-close {
    cursor: pointer;
}

.popup-img {
    margin: 1rem;
}

img#service-image {
    width: 20%;
    display: block;
    margin: 2rem auto;
    /* background: linear-gradient(to right, #3a1fa0, #808080); 
    box-shadow: 1px 8px 20px; */
}

/* .schedule-btn {
    margin: 2rem auto;
    display: block;
    box-shadow: 1px 8px 20px #000000;
    background: linear-gradient(to right, #3fa1a8, #237379);
} */

.showPopup {
    display: block !important;
}

.sch-title {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    padding: 1rem;
    font-weight: 600;
    text-align: center;
    /* margin: 2rem auto; */
    /* display: block; */
    /* box-shadow: 1px 8px 20px #000; */
}

.alert-box {
    margin: 2rem;
    margin-bottom: 5rem;
}
.noticeClose {
    cursor: pointer;
}

/* MEDIA Query 768px */
@media  screen and (min-width: 768px) {

/* Header links */
/* .header-links {
        position: absolute;
        margin: -29px 0;
        display: flex;
        background-color: initial;
        margin: -29px 0;
    } */
.header-links {
        position: absolute;
        margin: -30px 0;
        display: flex;
        background-color: initial;
    }     

/* social container */
.social-links-container {
    display: initial;
}    
/* IMG Container */ 
.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sch-title {
    font-size: 30px;
}

/* .schedule-btn {
    font-size: 25px;
    margin: 2rem auto;
    display: block;
    
} */
 .alert-box {
    margin-bottom: 11rem;
 }
}

/* MEDIA query 1024px */
@media screen and (min-width: 1024px) {
    /* .header-links {
        margin: 5px -30px;
        margin-left: 5px
    } */

    #phone {
        font-size: 1rem;
    }

    .social-links-container {
        display: flex;
    }

    ul.links {
        display: flex;
        font-size: 12px;
        /* font-size: 12px; */
    }

    img#service-image {
        margin: 2rem;
    }

    .alert-box {
        margin-bottom: 18rem;
        font-size: 15px;
    }
}