
/*big table up to 1200px (widths smaller than the 1200px row)*/
@media only screen and (max-width: 1200px) {
    
    
}

/*small tablets to big tablet 800-1023px*/
@media only screen and (max-width: 1023px) {
    
    
}

/*small tablets to big tablet 944-1023px*/
@media only screen and (max-width: 1023px) {
    
    br {
        display:block;
    }
    
}

/*small phones small tablets 650-800px*/
@media only screen and (max-width: 900px) {
    
    /* ----------------------------------------------- */
    /* Mobile Navigation */
    /* ----------------------------------------------- */

    .page-headers {
        margin-top: 0px;
    }
    
    .nav-full {
        visibility: hidden;
    }
    
    .mobile-logo {
        height: 40px;
        width: auto;
        margin-top: 2px;
    }

    .mobile-nav-full {
        background-color: #fbfbf5;
        width:100%;
    }

    .mobile-nav {
        display: block;
        width: 100%; 
    }

    .mobile-nav-ul {
        overflow: hidden;
        height: auto;
        display: none;
    }
    
    .mobile-nav ul li {
        display: block;
    }

    .mobile-nav ul a {
        text-decoration:none;
        padding:15px 15px;
        width: 100%;
        color: #58595b;
        background: #fbfbf5;
        float: right;
        text-align:right;
        letter-spacing: 1px;
    }

    .mobile-nav ul a:hover {
        background: #dfdbd0;
    }
    
    .menu {
        display: block;
        height: 40px;
        width: 60%;
        text-align: right;
        float: right;
        padding-top: 16px;
        padding-right: 15px;
        font-weight: 400;
        cursor: pointer;
        letter-spacing: 1px;
    }
    
    /* ----------------------------------------------- */
    /* Seasonal Programs */
    /* ----------------------------------------------- */

    .seasonal-programs {
        width: 90%;
    }
    
    .main-body {
        width: 80%;
    }
    
    .body-text p:first-child {
        margin-top: 50px;
    }
    
    /* ----------------------------------------------- */
    /* About */
    /* ----------------------------------------------- */
    
    .about {
        margin-top: 70px;
        margin-bottom: 0px;
    }
    
    /* ----------------------------------------------- */
    /* Massage */
    /* ----------------------------------------------- */
    
    .margin {
        margin-top: 50px;
    }
    
    /* ----------------------------------------------- */
    /* Reflexology */
    /* ----------------------------------------------- */
    
    .reflexology {
        width: 500px;
    }
}


/*small phones from 450 to 655px */
@media only screen and (max-width: 655px) {
    
    /* ----------------------------------------------- */
    /* Seasonal Programs */
    /* ----------------------------------------------- */
    
    .body-text p:first-child {
        margin-top: -20px;
    }
    
    .seasonal-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .programs {
        width: 100%;
    }
    
    .program-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-align: center;
    }

    h2 {
        font-size: 21px;
        font-weight: 400;
    }

    h4 {
        font-size: 10px;
        font-weight: 300; 
        letter-spacing: 1px;
    }

    .program-container h4 {
        margin-bottom: 7px;
    }

    .program-container p {
        margin-bottom: 22px;
        font-size: 15px;
    }

    .program-container h2 {
        margin-bottom: 10px;
    }
    
    
    /* ----------------------------------------------- */
    /* About */
    /* ----------------------------------------------- */
    
    .about {
        width: 100%;
        max-width: 900px;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .name {
        font-size: 31px;
        margin-top: 30px;
    }
    
    .about-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* ----------------------------------------------- */
    /* Massage */
    /* ----------------------------------------------- */
    
    .margin {
        margin-top: 0px;
    }
    
    /* ----------------------------------------------- */
    /* Reflexology */
    /* ----------------------------------------------- */
    
    .reflexology {
        width: 100%;
    }
    
    
}

/*small phones from 415 to 450px */
@media only screen and (max-width: 450px) {
 
    .banner-text {
        width: 280px;
        height: 70px;
        margin-top: 65px;
    }

    .banner img {
        height: 38px;
    }
    
}

/*small phones from 0 to 415px */
@media only screen and (max-width: 415px) {
 
    .spring-back {
        background-image: url(../img/SpringMobile.jpg);
    }

    .summer-back {
        background-image: url(../img/SummerMobile.jpg);
    }

    .latesummer-back {
        background-image: url(../img/LateSummerMobile.jpg);
    }

    .fall-back {
        background-image: url(../img/FallMobile.jpg);
    }

    .winter-back {
        background-image: url(../img/WinterMobile.jpg);
    }

    .reflexology-back {
        background-image: url(../img/ReflexologyMobile.jpg);
    }

    .massage-back {
        background-image: url(../img/MassageMobile.jpg);
    }
    
    .holistic-back {
        background-image: url(../img/NutritionMobile.jpg);
    }

    .home-back, .seasonal-back, .about-back, .contact-back {
        background-image: url(../img/HomeMobile.jpg);
    }
    
    .seasonal-image {
       display: none; 
    }
    
    .seasonal-programs {
       width: 100%;
        margin-top: 0;
    }

    .program-container {
        margin: 0;
    }
    
    .spring {
        margin-top: 50px;
        background-image: url(../img/SpringMobile.jpg);
    }
    
    .summer {
        background-image: url(../img/SummerMobile.jpg);
    }
    
    .late-summer {
        background-image: url(../img/LateSummerMobile.jpg);
    }
    
    .fall {
        background-image: url(../img/FallMobile.jpg);
    }
    
    .winter {
        background-image: url(../img/WinterMobile.jpg);
    }
    
    .hidden-desktop {
        display: none;
    }
    
    .mobile-button {
        display: block;
        padding-top: 73px;
        padding-bottom: 73px;
        color: white;
        background-color: rgba(15, 15, 15, 0.6);
        letter-spacing: 1px;
    }
    
    .program-text {
        font-size: 21px;
    }
    
    .program-text {
        font-family: "Begum";
        color: white;
    }
    
    .space {
        height: 50px;
    }
}
