﻿:root {
    --r-font-color : #000000;
    --r-font-size : 16px; 
    --r-line-height : 1.5;
    --r-el-border-bottom: solid 1px #dddddd;  /* el = Each loop element */
    --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;
    --r-index-block-title-align : center;
    --r-nonIndex-content-to-header-distance : 0; /* Non-index page main content to header distance, for overlaping banner and content */
    --r-picture-player-height-mobile : 70vw;
}

@media (max-width: 480px) {
    :root {
        /*--r-font-size: 14px;*/
        --r-index-block-title-align : left;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    :root {
        /*--r-font-size: 14px;*/
        --r-index-block-title-align : left;
    }
}
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);
    -webkit-text-size-adjust: none;
}

body
{
  /*background-image : url(/download/Resource/BGImage/sunBg002.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;*/
  background-color : rgb(255, 186, 239);
}

a {
    text-decoration: none;
    color: inherit;
}

.isNotIndexPage.verticalMenuExist .mcShell {
    min-height: 70vh;
    overflow: hidden;  /*to prevent page from too long*/
}

/* Main content in non-index page */
.isNotIndexPage .variableContent, .isNotIndexPage.noVerticalMenu .mcShell {
    padding: var(--r-container-padding);
}

/* Non-index page banner overlay main content */
.isNotIndexPage .mcShellInner
{
   padding-top : var(--r-nonIndex-content-to-header-distance); 
}

.blockTitle {
    margin: 1rem 0;
    text-align: center;
}

    /* old style 3 images heading */
    .blockTitle .hasStyle {
        display: inline-block;
    }

    .blockTitle h2:not([class]) {
        margin: 0;
        font-weight: 800;
        font-size: 2.7rem;
        line-height: 1;
    }

/* more link */
.showMoreLoopElements {
    text-align: right;
    font-weight: 700;
    font-size: 1.5em;
    margin-right: 2em;
    font-style: italic;
    line-height: 2;
}

.faHeader
{
   position : relative; 
}
.faPicturePlayer
{
  position : relative;
  z-index : 0;
}
.faWaveBg
{
  position : absolute;
  bottom : 0px;
  left : 0px;
  z-index : 1;
  width : 100%;
  
  background-image : url(/download/Resource/BGImage/wave2000px008.png);
  
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
  background-origin: border-box;
}
.faSchoolNameAndLogo
{
  
  
}
.faBelowPicturePlayer
{
  display : flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color : #fce3f3; 
}
.faSchoolMoto
{
  padding: 5px 0;
  flex-grow: 0;
  overflow: hidden;
}
.faShortcutSm
{
  margin-right : 10px;
  flex-grow: 1;
}

.faFooter
{
   /*background-color : var(--color-purple01);*/
   /*background: linear-gradient(45deg, rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%);*/
   /*background: linear-gradient(45deg, rgba(237,177,239,1) 0%,rgba(196,72,165,1) 30%,rgba(198,93,172,1) 30%,rgba(207,83,219,1) 31%,rgba(193,69,160,1) 56%,rgba(168,0,119,1) 57%,rgba(219,54,164,1) 100%);*/
  background-image: linear-gradient(to right bottom, #f154e9, #d344ce, #b734b4, #9b249b, #801382);
}
.faSchoolInfo
{
  max-width : 1600px;
  margin : 0 auto 0 auto;
}

@media (max-width: 480px)
{
  .blockTitle h2:not([class]) {
     font-size: 2.3rem;
     line-height: 1;
  }
  .blockTitle img
  {
     max-width : 150px !important; 
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .blockTitle h2:not([class]) {
     font-size: 2.4rem;
     line-height: 1;
  }
  .blockTitle img
  {
     max-width : 180px !important; 
  }
}

@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) {
}

















































