﻿
:root {
    --r-font-color : #000000;
    --r-font-size : 16px; 
    --r-line-height : 1.5;
    --r-el-border-bottom: solid 1px #dddddd;
    --r-el-padding: 1rem;
    --r-smaller-font : 0.8em;
    --r-container-padding : 1em;
    --r-hori-gap : 2em;
    --r-heading-font-weight : 700;
    --r-heading-font-size : 1.2em;
}

.friendlyps {
    display: none;
}

.blockTitle {
    margin: 1rem 0;
    text-align: center;
}

/* old style 3 images heading */
.blockTitle .hasStyle {
    display: inline-block;
}

    .blockTitle h2 {
        margin: 0;
        font-weight: 800;
        font-size: 2.7rem;
        line-height: 1;
    }

@media (max-width: 480px) {
    .blockTitle h2 {
        font-size: 1.5rem; /*   */
        line-height: 1;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .blockTitle h2 {
        font-size: 1.8rem;
        line-height: 1;
    }
}

html, body {
    font-family: 'Outfit', 'Noto Sans HK', '微軟正黑體', sans-serif;
    font-size: var(--r-font-size);
    color: var(--r-font-color);
    line-height: var(--r-line-height);
}
body
{
   overflow: scroll;  /*Fix a bug, page too long*/
   background-image : url(/download/Resource/BGImage/low-poly-grid-haikei.svg);
  background-attachment: fixed;
  background-size: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

.isNotIndexPage.verticalMenuExist .mcShell {
    min-height: 70vh;
}

/* Main content in non-index page */
.isNotIndexPage .variableContent, .isNotIndexPage.noVerticalMenu .mcShell {
    padding: var(--r-container-padding);
}

.lcHeader
{
  background: linear-gradient(135deg, rgba(235,241,246,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(213,235,251,1) 100%);
  border-bottom : solid 1px #FFFFFF;
}
.lcHeader > div
{
  display : flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.lcSchoolNameAndLogo{}
.onLeft{}
.onRight{}
.lcSubMenu
{
  text-align: right;
}
.lcEclassLogin
{

}
.lcMainMenu
{
  background: linear-gradient(135deg, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%);
  border-bottom : solid 1px #f57b0a;
}
.fixToTop
{
  position: fixed;
  top : 0;
  left : 0;
  z-index : 10;
  width : 100vw;
}

.lcFooter
{
  margin : 2rem 0 2rem 0; 
  padding : 2rem 1rem;
  background-image: linear-gradient(to bottom, #7ebeeb, #85c7ed, #8fd0ee, #9ad8ef, #a6e0f1, #a2dff2, #9ddef4, #99ddf5, #84d3f7, #71c8f9, #64bcfb, #5faffb);
}
.lcFooter > div
{
  max-width : 1200px;
  margin : 0 auto;
}
.lcSchoolInfo
{
   
}
.lcMoreShortcut
{

}



@media (max-width: 400px) {
  .lcHeader > div
  {
     display : block; 
  }
  .onRight
  {
     display : flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
  }
}

@media (min-width: 401px) and (max-width: 767px) {
  .lcHeader > div
  {
     display : block; 
  }
  .onRight
  {
     display : flex;
     flex-direction: row;
     flex-wrap: nowrap;
     justify-content: space-between;
     align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (min-width: 980px) and (max-width:1199px) {

}

@media (min-width: 1200px) and (max-width:1919px) {

}

@media (min-width: 1920px) {
}
































