﻿: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;
}

.isNotIndexPage .variableContent
{
   padding : 1em 0;
}

html, body {
    font-family: 'Roboto Condensed', '微軟正黑體', 'Microsoft JhengHei', 'Segoe UI Semibold', 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

body
{
    background: linear-gradient(135deg, rgba(254,252,234,1) 0%,rgba(243,244,173,1) 100%);
}

a {
    text-decoration : none;
    color: #000000;
}

.variableContent{min-height : 80vh;}

.sjaHeader
{
   display : flex;
   flex-direction : row;
   flex-wrap : nowrap;
   align-items: center;
   justify-content: flex-start;

}

.sjaLogo
{
    width : 90px;
    height : auto;
}

.sjaSchoolName
{
    margin-left : 10px;
    color : #8B0000;
}

.sjaSchoolNameEnglish
{
    font-family: 'Playfair Display SC', serif;
}



.sjaMainMenu
{

    margin-bottom : 5px;
}

.sjaFooter
{
    
}
.mp副導覽列3
{
    position : absolute;
    top : 1rem;
    right : 1rem;
}

@media (max-width: 480px) 
{
   .sjaLogo
   {
       width : 50px;
   }
   .sjaSchoolName h1
   {
      font-size : 1rem;
   }
   .sjaHeader
   {
      display : block;
   }
   .mp副導覽列3
   {
      position : static;
   }
}
@media (min-width: 481px) and (max-width: 767px) 
{
   .sjaLogo
   {
       width : 60px;
   }

   .sjaSchoolName h1
   {
      font-size : 1.2rem;
   }
   .mp副導覽列3
   {
      position : static;
   }
}
@media (min-width: 768px) and (max-width: 979px) 
{
   .sjaLogo
   {
       width : 70px;
   }

   .sjaSchoolName h1
   {
      font-size : 1.4rem;
   }
}
@media (min-width: 980px) and (max-width:1199px) 
{
   .sjaLogo
   {
       width : 80px;
   }

   .sjaSchoolName h1
   {
      font-size : 1.6rem;
   }
}
@media (min-width: 1200px) and (max-width:1919px) {}
@media (min-width: 1920px) 
{
   
}


































