/********************************
 * fn: styles.css
 * by: danConcepcion
 * dt: 26APR25@0919
 * ws: elitedaycarecenter.com
 * pc: NtBarber
 *******************************/

body {    
    min-width: 400px;
}

body.masked {
    overflow: hidden;
}

#businessHours {
    border-bottom: 1px solid #000;
    border-collapse: collapse;
    font: 14px Arial;
    margin-bottom: 40px;
    margin-left: 40px;
}
    #businessHours .closed {
        background-color: rgb(145, 135, 135);
        color: rgb(33, 26, 26);
    }
    #businessHours th,
    #businessHours td {
        border: 1px solid #000;
        border-bottom: none;
        padding: 10px 20px;
    }
        #businessHours th {
            background-color: cadetblue;
            color: white;
            font-weight:700;
            text-transform: uppercase;
        }

.clear {
   clear: both; 
}

#collage { margin-bottom: 40px; padding-left: 30px; }
    #collage img {
        height: 150px;
        width: 150px;
        position: relative;
        z-index: auto;
    }

#closeMenuBtn {
    border-radius: 55%;
    border-color: #005d9b;
    color: #005d9b;
    display: none;
    font-size: 16px;
    font-weight: bold;
}

.directionBtnLink {
    background: #005d9b;
    border: 1px solid #005d9b;
    border-radius: 25px;
    color: #fff;
    display: block;
    margin-top: 25px;
    padding: 10px 20px;
    text-decoration: none;
    width: 142px;  
}

.fakeBtnLink {
    border: 1px solid #005d9b;
    border-radius: 22px;
    color: #005d9b;
    font: 12px Arial;
    padding: 5px 10px;
    text-decoration: none;
}

footer {
    background: #e77c80;
    color: #fff;
    font: 18px/24px Arial;
    padding: 40px;
}
    footer .col { display: inline-block; padding: 0 15px; width: 300px; }
    footer img  { height: auto; margin-bottom: 30px; width: 300px; }
    footer a { text-decoration: none;}

header {
    background: #ed696e; /* #e77c80 ;*/
}
    header #blurb {
        color: #fff;
        font: bold 24px/30px Tahoma, Arial;
        padding: 45px 60px;
        text-transform: uppercase;
        text-shadow: -1px -1px 0 #454545, 1px -1px 0 #454545, -1px 1px 0 #454545, 1px 1px 0 #454545;
    }
    header img {
        height: auto;
        width: 100%;
    }

.hidden { display: none !important; }

#infoBar { background: #d5e4f3; padding: 15px 30px; text-align: right; }
    #infoBar a {
        color: #a1a1a1;
        text-decoration: none;
    }

    #infoBar img {
        left: -3px;
        position: relative;
        top: 3px;
    }

    #infoBar p { margin: 0px;}
    #infoBar .phone {
        font-size: 21px;
        font-weight: 400;
        padding-left: 23px;
        text-align: right;
    }

#learn-more { margin-bottom:40px; }
    #learn-more div {
        display: inline-block;
        padding: 50px 80px;
        width: 85%;
    }
    #learn-more img {
        display: block;
        height: auto;
        min-width: 200px;
        padding-left: 100px;
        width: 30%;
    }
    #learn-more h2 {
        color: #005d9b;
        font: bold 24px Tahoma !important;
        margin: 0px;
        padding: 0px 40px;s
        text-transform: capitalize;
    }
    #learn-more h3 {
        color: #005d9b !important;
        font: bold 20px Tahoma;
        padding: 0px 40px;
    }
    #learn-more h3,
    #learn-more p,
    .button { color: #a08686; font: 16px/24px Arial; padding: 0px 40px; }
        #learn-more h3 { font-size: 26px; line-height: 32px;}
        #learn-more p {
            font-size: 21px;
            line-height: 31px;
            margin-bottom: 20px;
            margin-right: 30px;
        }


main { overflow: hidden; }

nav {
    background: #fff;
    padding: 20px 30px;
    position: relative;
}
    nav #links {
        position:absolute;
        right: 20px;
        top: 50px;
        transition: right .5s;
    }
    nav #links a {
        color: #363042;
        display: inline-block;
        font: bold 14px Arial;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0px 15px;
    }
        nav #links a.selected,
        nav #links a:hover { color: #005d9b; text-decoration: underline; }
    nav img {
        height: auto;
        width: 20rem;
    }

#openMenuBtn {    
    background: transparent;
    border: none;
    color: #005d9b;
    display: none;
    font-size: 30px;
    position: absolute;
    top: 29px;
    right: 20px;
}

.sectionTitle {
    margin: 50px 0 30px 0 !important;
}

#services {
    background: #fff4e5;
    padding-bottom: 30px;
    position: relative;
    top: -20px;
}
    #services .item {
        background: #fff4e5;
        color: #aaa1a1;
        display: inline-block;
        font: 16px/24px Arial;
        text-align: center;
        padding: 50px 20px 30px;
        width: 20%;
    }
    #services .item h2 { color: #005d9b; font-size: 24px; }
    #services .item img { height: auto; width: 50%; }
    #services .item p { font-size: 20px; line-height: 31px; text-align: left; }

@media only screen and (max-width: 1024px) {
    #collage { padding-left: 84px; }
    #collage img { height: 200px; width: 200px; } 
    #learn-more div { width: 85%; }
    #learn-more h3 strong { font-size: 32px; } 
    #learn-more img { padding-left: 20%; padding-top: 60px; width: 50%; }
    #learn-more p { font-size: 22px; line-height: 28px; }
    #services .item h2 { font-size: 24px; line-height: 30px; }
    #services .item p { font-size: 18px; line-height: 30px; text-align: left;}
}

@media only screen and (max-width: 1100px) {
    #collage { padding-left: 40px; }
    #collage img { height: 125px; width: 125px; }
    footer { font: 16px/24px Arial; }
    #footer p, 
    footer .col { width: 80%; }
    footer img { width: 250px; }
}

@media only screen and (max-width: 960px) {
    footer .col,
    footer img { width: 200px; }
    #learn-more div {
        padding: 40px;
    }
    #learn-more img {
        width: 50%;
    }
}

@media only screen and (max-width: 850px) {
    nav #links {
        right: -234px;
    }
        nav #links.open {
            right: 0px;
            transition: right .5s;
        }
        #links button {
            display: block;
            position: relative;
            left: 180px;
            top: -13px;
        }
        #links a {
            border: 1px solid silver;        
            background: #e5d6d6;
            color: #005d9b !important;
            display: block !important;
            padding: 10px 30px !important;
            text-decoration: none !important;
            width: 164px;
        }
            #links a.selected,
            #links a:hover {
                color: #fff !important;
                background: #005d9b;
            }
    #openMenuBtn,
    #closeMenuBtn { display: block; }
}

@media only screen and (max-width: 800px) {
    #services .item { padding: 30px; }
}

@media only screen and (max-width: 768px) {
    nav img { width: 14rem; }
    footer .col { display: block; }
    #learn-more div {
        padding: 40px;
        width: 80%;
    }
    #learn-more img {
        width: 50%;
    }
}

@media only screen and (max-width: 650px) {
    #collage { padding-bottom: 50px; }
    header #blurb {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 60px 40px 30px;
    }
    footer { padding: 20px; }
    #openMenuBtn { right: 30px; }
    #services .item { text-align: left; width: 25%; }
}

@media only screen and (max-width: 540px) {
    #openOrClosed { left: 14px !important; top: 218px !important; }
}

@media only screen and (max-width: 451px) {
    #collage { padding-bottom: 30px; padding-left: 45px; }
        #collage img { height: 160px; width: 160px; }    
    #openOrClosed { left: 30px !important; top: 100px !important; }
    #services .item { margin: 0 auto; padding: 30px 100px 0px 30px; width: 320px; }
    #services .item img { height: auto; width: 25%; }
}

@media only screen and (max-width: 412px) {
    #openOrClosed { top: 193px !important; }
}

@media only screen and (max-width: 344px) {
    #openOrClosed { top: 187px !important; }
}

/********************************
 * FOR PICTURES COLLAGE         *
 ********************************
 * fn: collage.css
 * by: danConcepcion
 * dt: 11MAY25@1051hs
 * ws: elitedaycarecenter.com
 * pc: NtBarber
 * dn: When an image is clicked
 *     it grows to full h & w
 *******************************/

#collage img.open {
    height: auto;
    max-width: 1024px;
    width: auto;
    z-index: 50;
}


/**********************************
 * OPEN/CLOSED SIGN FUNCTION      *
 **********************************
 * fn: bizStatus.css
 * by: danConcepcion
 * dt: 10MAY25@1215
 * ws: elitedaycarecenter.com
 * pc: NtBarber
 * dn: Depending on the time of
 *     day, or day of the week,
 *     shows an open or closed
 *     sign in the splash.
 *********************************/

#openOrClosed {
    left: 50px;
    position: absolute;
    top: 300px;
    z-index: 50;
}

    #openOrClosed img { height: auto; width: 70%; }
    #openOrClosed #openSign { display: none; }
    #openOrClosed #closedSign { display: block; }
    #openOrClosed.open #openSign { display: block; }
    #openOrClosed.open #closedSign { display: none; }