/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the body font size on small devices */
html {
  font-size: 81.3%;
}


/******************  MENU ****************/

/*Shop Menu*/
#block-menu-menu-store-menu ul {
    margin: auto;
    width: 60%;
}

/***************FRONT PAGE**********/
#block-block-2 {
    width: 100%;
    margin:  0em;
}
    #block-block-2 div img {
    width:  100%;
    margin: 0;
}
    #block-block-2 + #block-system-main {
    display: none;
}

div#hpShop, div#hpPrivateInstruction  {
    background: url('../css/images/backgr_banner.jpg') repeat-x 0% 133%;
    height: 102px;
    margin: 0px;
    float: left;
    width: 32%;
    border-top:  1px solid #d7c7ac; 
    border-bottom: 1px solid #d7c7ac; 
}

div#hpPrivateInstruction div {
    margin-left: 0em;
    text-align: right;
}


div#hpSchool {
    background: url('../css/images/backgr_school.jpg') no-repeat 0% 0%;
    float: left;
    width: 247px;
    height: 121px;
    margin: 0px auto;
    position: relative;
    top:  -18px;
}
    #hpSchool div strong {
        text-align: center;
}

    div#hpPrivateInstruction div, div#hpSchool div, div#hpShop div {
        padding: 0em 1em;
}
    div#hpPrivateInstruction div h2, div#hpSchool div h2, div#hpShop div h2  {
        margin-bottom: 0em;
}

