body {
        font-family: 'Trebuchet MS', sans-serif;
        margin: 0;
        padding: 0;
        background-color: #a2c6b6;
/*        background-image: url('images/learningletters.jpg');*/
background-image: url('images/flowers.jpg');
/*        background-repeat: no-repeat;*/


        background-size: 120% ;
        background-position: left;
        background-attachment: fixed;

    }
a[href^="tel"]{
    color:inherit;
    text-decoration:underline;
}
#content {
    height: auto; 
    padding-bottom: 50px;
  }
#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #49463e;
    color: #FEF5EB;
    text-align: center;
    padding: 10px 0;
}
.row {
        display: flex;
        flex-wrap: wrap;
        margin: 0px 0;
    }
.col {
        flex: 1;
        padding: 10px;
/*      border: 1px solid #ccc;*/
        margin: 0px;
        box-sizing: border-box;
    }
.full-width {
        width: 100%;
    }
.topbanner {
/*    background-color: #abdac6;*/
/*    background-image: url("images/banner-diag.png");*/
}
.flexingimage {
    width: 100%;
    max-width: 300px;
    height: auto;
}




.right-divisions {
        position: fixed;
        top: 50px;
        right: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .right-divisions .division {
        width: 140px; /* Set the width as needed */
        height: 70px; /* Set the height as needed */
        margin-bottom: 10px; /* Adjust spacing between divisions */
        animation-name: mymenuanimation;
        text-align: center;
        margin-right: 5px;
        border-radius: 20px;
        cursor: pointer;
    }
.box0 {
        background-color: #ffffff;
        animation-duration: 2s;
}
.box1 {
/*        background-color: #feedd0;*/
        background-color: #fef3e2;
        animation-duration: 3s;
}
.box2 {
/*        background-color: #abdac6;*/
/*        background-color: #63cb9f;*/
        background-color: #b9dfcf;
        animation-duration: 3.5s;
}
.box3 {
/*        background-color: #aea4d1;*/
        background-color: #d9d4eb;
        animation-duration: 4s;
}
.box4 {
/*        background-color: #f9b19e;*/
        background-color: #eecdc5;
        animation-duration: 4.6s;
}
.box5 {
/*        background-color: #abdac6;*/
        background-color: #bad2e7;
        animation-duration: 5s;
}
.box0, .box1, .box2, .box3, .box4, .box5 {
        /*border-radius: 0.1px;
        border-color: #fff;
        border-style: solid;*/
} 
.mainbox {
        width: 600px;
        height: auto;
        background-color: #FEF5EB;
        position: absolute;
        top: 200px;
        right: 100px;
        border-radius: 40px 0px 40px 0px;
        padding: 5px 30px 120px 30px;
        line-height: 1.6;
        text-align: justify;
        animation-name: mymenuanimation;
        animation-duration: 2s;
}
#keimeno0, #keimeno1, #keimeno2, #keimeno3, #keimeno4, #keimeno5 {
    display: none;
  }
/*#keimeno0 {
        background-color: #fef3e2;
}
#keimeno2 {
        background-color: #b9dfcf;
}
#keimeno3 {
        background-color: #d9d4eb;
}
#keimeno4 {
        background-color: #eecdc5;
}
#keimeno5 {
        background-color: #bad2e7;
}*/
.xbutton {
        cursor: pointer;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        font-family: verdana, arial;
        font-size: 24pt;
}
@keyframes mymenuanimation {
          0%   {opacity: 0; }
          100% {opacity: 1;}
        }

@media only screen and (max-width: 900px) {
        body {
            background-size: auto 100%;
            background-position: center;
            background-attachment: fixed;
        }
        .right-divisions {
        flex-direction:  column;
        }
        .right-divisions .division {
        width: 250px; 
        }
        .mainbox {
        top: 550px;
        width: 450px;
        }
}
@media only screen and (max-width: 600px) {
        body {
            background-size: auto 100%;
            background-position: center;
            background-attachment: fixed;
        }
        .col {
            flex: 100%;
        }
        .right-divisions {
        flex-direction:  column;
        position: absolute;
        right: 10px;
        }
        .right-divisions .division {
        width: 200px; 
        }
        .flexingimage {
            width: 100%;
            max-width: 150px;
            height: auto;
        }
        .mainbox {
        top: 550px;
        right: 10px;
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
        }
    }

@media only screen and (max-width: 364px) {
        body {
            background-size: auto 100%;
            background-position: center;
            background-attachment: fixed;
        }
        .col {
            flex: 100%;
        }
        .right-divisions {
        flex-direction:  column;
        position: absolute;
        right: 10px;
        top:160px;
        bottom:130px;
        }
        .right-divisions .division {
        width: 200px; 
        }
        .flexingimage {
            width: 100%;
            max-width: 150px;
            height: auto;
        }
        .mainbox {
        top: 550px;
        right: 10px;
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
        }
}

/*iPhone 4*/
@media screen and (max-width: 320px) and (max-height: 480px){
        .right-divisions {
        flex-direction:  column;
        position: absolute;
        right: 10px;
        top:100px;
        bottom:130px;
        }
        .mainbox {
        top: 450px;
        }       
        .flexingimage {
            width: 100px;
            /*max-width: 150px;
            height: auto;*/
        }
    }
/*iPhone 5*/
@media screen and (max-width: 320px) and (max-height: 568px) {
        .right-divisions {
        flex-direction:  column;
        position: absolute;
        right: 10px;
        top:100px;
        bottom:130px;
        }
        .mainbox {
        top: 450px;
        }     
        .flexingimage {
            width: 100px;
            /*max-width: 150px;
            height: auto;*/
        }
    }
/*img {
  -webkit-filter: drop-shadow(1px 1px 0 black)
                  drop-shadow(-1px -1px 0 black);
  filter: drop-shadow(1px 1px 0 black) 
          drop-shadow(-1px -1px 0 black);
}*/

