﻿: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;
}

.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: 2.3rem; /*   */
        line-height: 1;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .blockTitle h2 {
        font-size: 2.4rem;
        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);
}

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);
}

.fcHeader
{
   background-image : url(/download/Resource/BGImage/2526OK.jpg);
   background-repeat: no-repeat;
   background-size: 100% 100%;
   
   display : flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: flex-end;
}
.fcSchoolLogoAndName{}
.fcMotto > img
{
  width : auto;
}
.fcMainMenu{}
.fcFooter{}
.fcSchoolInfo{}

@media (max-width: 480px) {
  .fcHeader
  {
    display : block; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
  }
  .fcMotto
  {
    text-align : right;
  }
  .fcMotto > img
  {
    height : 30px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .fcHeader
  {
    display : block; 
  }
  .fcMotto
  {
    text-align : right;
  }
  .fcMotto > img
  {
    height : 40px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .fcHeader
  {
    display : block; 
  }
  .fcMotto
  {
    text-align : right;
  }
  .fcMotto > img
  {
    height : 50px;
  }
}

@media (min-width: 980px) and (max-width:1199px) {
  .fcMotto > img
  {
    height : 50px;
  }
}

@media (min-width: 1200px) and (max-width:1919px) {
  .fcMotto > img
  {
    height : 60px;
  }
}

@media (min-width: 1920px) {
  .fcMotto > img
  {
    height : 70px;
  }
}










