﻿.threeDivs {
    width: 33.3333%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}

.fourDivs {
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}

.homeInner {
    border: 1px solid #D5EEF0;
    padding: 10px;
    box-sizing: border-box;
    widht: 100%;
}

.homeImage {
    width: 100%;
    margin-bottom:20px;
    max-height:330px;
}

.homeBtn {
    display: block;
    border: 1px solid #808080;
    font-family: Arial Narrow, Arial;
    font-size:24px;
    padding:10px;
    text-align:center;
    color:#808080;
    text-decoration:none;
    transition:0.5s;
}

    .homeBtn:hover {
        background-color: #D5EEF0;
        color: black;
    }
.homeWording {
    display: block;
    padding: 10px 0px;
    height:120px;

}

#LblTestMessage {
    font-size: 30px;
    font-family: Arial Narrow, Arial;
}

.mobileWelcome {
    position: absolute;
    top: 60px;
    text-align: center;
    width: 100%;
    color: white;
    font-family: Arial Narrow;
    font-size: 20px;
    display:none;
}

.welcomeTopDiv {
    background-image: url(../images/bgimages/pageHeader1_1.jpg);
}

.aboutusTopDiv {
    background-image: url(../images/bgimages/pageHeader2.jpg);
}


.contactusTopDiv {
    background-image: url(../images/bgimages/pageHeader3.jpg);
}

.classesTopDiv {
    background-image: url(../images/bgimages/pageHeader4.jpg);
}


.pricesTopDiv {
    background-image: url(../images/bgimages/pageHeader5.jpg);
}


.divcontent {
    height: 0px;
    padding: 0px;
    overflow: hidden;
}

.contactForm {
    border-top: 1px solid #e8e8e8;
    margin-top:20px;
}

.contactTextBoxs {
    border: 1px solid #e8e8e8;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
    margin:10px 0px;
}

.aboutUsImage {
    float:left;
}
.aboutUsWords {
    float:left; 
    width:100%; 
    max-width:1116px; 
    box-sizing:border-box; 
    padding-left:30px;
}

.jobTitle {
    
    width: 100%;
    display: block;
    border-bottom: 1px solid #D5EEF0;
    }

.pricesIAList
{
    background-image: url('../images/IMG_2571_1.png');
    background-position: right bottom;
    padding-right: 150px !important;
    background-size: 200px;
    background-size: 20%;
    background-repeat: no-repeat;
}

.pricesCList {
    padding-left: 200px;
    background-image: url(../images/CP_OneOnOne.jpg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left center;
}

.pricesFUList {
   padding-right:250px; 
   background-image:url(../images/IMG_2547.png); 
   background-position:right bottom; 
   background-repeat:no-repeat; 
   background-size:150px;
}

.welcomeAPPI {
    padding-right: 300px;
    background-image: url(../images/andy_hip.JPG);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 250px;
}

.homeImageDiv {
    height: 380px;
}

.homeImageDiv table{
    height: 100%;
    width: 100%;
}


@media (max-width: 1024px) {
    .aboutUsWords {
            max-width:780px; 
            padding-left:30px;
        }
}

@media (max-width: 768px) {
    .jdTitle {
        position: absolute;
        left: -204px;
        top: 300px;
        width: 204px;
        }

    .aboutUsWords {
            max-width:500px; 
            position:relative;
        }
    .aboutUsWords h2 {
        text-align: center !important;
        margin-bottom:0px;
        padding-bottom:5px;
    }
    .jobTitle {
        font-size: 13px;
        text-align: center;
    }

    .workWith {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
}
    


@media (max-width: 420px) {
    .threeDivs, .fourDivs {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    
}
    .mobileWelcome {
        display: block;
    }

    .openningText {
        display: none;
    }

    .mobileLists {
        padding: 10px;
    }

    .mobileLists li {
        list-style-type:none;
        padding-bottom:20px;
    }

    .aboutUsImage {
        float: none;
    width: 100%;
    max-width: 204px;
    margin: auto;
    padding-bottom: 30px;
}
    .aboutUsWords {
        padding-left: 0px !important;
    }

    .aboutUsWords h2 {
        text-align: center !important;
        margin-bottom:0px;
        padding-bottom:5px;
    }

    .aboutUsWords p {
        font-size:14px;
    }

    .jobTitle {
    text-align: center;
    width: 100%;
    max-width:300px;
    display: block;
    margin:auto;
    border-bottom: 1px solid #D5EEF0;
    }

    .jdTitle {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        }

    .pricesIAList {
        padding-right: 10px !important;
        background-image:none;
    }

    .pricesCList {
        padding-left: 10px;
        background-position: center bottom;
        padding-bottom: 280px;
    }
    .pricesFUList {
   padding-right:10px; 
   background-position:center bottom; 
   background-repeat:no-repeat; 
   background-size:200px;
   padding-bottom:150px;
}

    .contactTel {
        padding-top: 30px;
    }


    .welcomeAPPI {
    padding-right: 10px;
    background-image: none;
    
}

    .homeImageDiv {
    height: auto;
}

    .homeWording {
        height: auto;
        padding:20px 0px;
    }

}