
/* This is the Footer CSS */

.footer-container {
    background: #006D77;
    padding-top: 15px;
    color: #ebeae4;
}

.footer{
    text-align: Center;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    padding: 7px 0px 7px 0px;
    margin-top: 4px;
    bottom: 0;
}

.footer > div:nth-child(1) {
    padding: 0px 5px 10px 5px;
    text-shadow: #E85D04 1px 0 5px;
    font-family: 'Grechen Fuemen';
}

.google-map{
    max-width: 500px;
    width: 100%;
    height: 300px;
    padding: 10px;
}

.location-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.information-box a {
    text-decoration: none;
    color: #ebeae4;
}

.information-box-header{
    font-size: 25px;
    padding: 10px 0px 5px 10px;
    font-style: italic;
    text-shadow: #E85D04 1px 0 5px;
}

.information-box-content{
    padding: 5px 5px 5px 10px;
    font-size: 18px;
    max-width: 475px;
    line-height: 1.3;
}

.information-box-content-p {
    padding: 5px 5px 5px 10px;
    font-size: 15px;
}

.information-box-content-p2 {
    padding: 5px 5px 5px 10px;
    font-size: 15px;
    display: none;
}

.all-employees {
    font-size: 12px;
    padding: 5px 5px 0px 10px;
    max-width: 475px;
    line-height: 1.3;    
}

.page-foot-box{
    /*border: 1px solid #006D77;*/
    display: inline-block;
    margin-left: 5px;
    padding: 2px 0px 2px 0px;
}

.foot-symbol{
    text-decoration: none;
    color: #ebeae4;
    font-size: 35px;
}

.foot-symbol > div {
    animation: footer-logos 3s;
    animation-iteration-count: infinite;
}

@keyframes footer-logos {
    0% {  transform: rotate(0deg); }
    15% { opacity: .7; transform: rotate(3deg);}
    30% { opacity: 1 ; transform: rotate(0deg);}
    45% { opacity: .7;  transform: rotate(-3deg);}
    60% { opacity: 1 ; transform: rotate(0deg);}
    75% { opacity: .7;  transform: rotate(3deg);}
    90% { opacity: 1 ; transform: rotate(0deg);}
}

@keyframes tel-phone {
    25% { opacity: .5;}
    50% { opacity: 1;text-shadow: #E85D04 1px 0px 5px;}
    75% { opacity: .5;}
    100% { opacity: 1; text-shadow: #E85D04 1px 0px 5px;}
}
@keyframes web-pulse {
    25% { opacity: .5;}
    50% { opacity: 1;text-shadow: #E85D04 1px 0px 5px;}
    75% { opacity: .5;}
    100% { opacity: 1; text-shadow: #E85D04 1px 0px 5px;}
}

.foot-symbol:hover {
    color: #E85D04;
}

.footer a {
    animation: tel-phone 2.5;
    animation-iteration-count: infinite;
}

.njdoesit {
    text-align: center;
    padding-bottom: 10px;
}

.njdoesit a {
    color: #ebeae4;
    text-decoration: none;
    letter-spacing: 1px;
    animation: web-pulse 2.5s;
    animation-iteration-count: infinite;
}

.vecteezy {
	text-align: center;
	padding-bottom: 5px;
}

.vecteezy a {
	color: #006D77;
	text-decoration: none;
	animation: web-pulse 2.5s;
    animation-iteration-count: infinite;
}

/*THIS SECTION IS GOOD. at 1024*/
@media (min-width:0px) and (max-width: 1024px){

    .information-box-header{
        font-size: 22px;
    }

    .location-box{
        margin-left: 5%;
    }

    .footer{
        font-size: 25px;
    }
}

/*THIS SECTION IS GOOD. at 800*/ 
@media (min-width:0px) and (max-width: 800px){
    .location-box{
        margin-left: 10%;
    } 
}

/*THIS SECTION IS GOOD. at 768 and 720*/ 
@media (min-width:0px) and (max-width: 768px){
    .location-box{
        margin-left: 8%;
    } 
}

/*Google-quote-title 720 only.*/  
@media (min-width:0px) and (max-width: 720px){

}

/*THIS SECTION IS GOOD. at 604 and 600*/
@media (min-width:0px) and (max-width: 604px){

    .location-box{
        margin-left: 9%;
    }

    .information-box-content-p {
        display: none;
    }

    .information-box-content-p2 {
        display: block;
        text-decoration: none;
    }

    .information-box-content-p2 a {
        text-decoration: none;
        color: #ebeae4;
        animation: tel-phone 2s;
        animation-iteration-count: infinite;
    }
    
    .vecteezy {
        font-size: 12px;
    }
    .njdoesit {
        font-size: 12px;
    }
    
}
    

/*THIS SECTION IS GOOD. at 504 and 480*/
@media (min-width:0px) and (max-width: 504px){
    .location-box{
        margin-left: 5%;
    }
}

/*THIS SECTION IS GOOD. at 432, 427, 414, 412, 400, and 393*/
@media (min-width:0px) and (max-width: 432px){
    .location-box{
        margin-left: 0%;
    }
}

/*THIS SECTION IS GOOD. at 390 and 384*/
@media (min-width: 0px) and (max-width: 390px){

}

/*THIS SECTION IS GOOD. at 375*/
@media (min-width: 0px) and (max-width: 375px){

}  

/*THIS SECTION IS GOOD at 360 and 346*/
@media (min-width: 0px) and (max-width: 360px){

}

/*THIS SECTION IS GOOD at 320. */
@media (min-width: 0px) and (max-width: 320px){

}



