﻿: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 .mcShell
{
   padding : 1em;
}

html, body {
    font-family: 'Roboto Condensed', '微軟正黑體', 'Microsoft JhengHei', 'Segoe UI Semibold', 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

a {
    text-decoration : none;
    color : #000000;
}

.twHeader
{
    width : 100%;
    display : flex;
    flex-direction : row;
    flex-wrap : nowrap;
    justify-content: flex-start;
    align-items: center;
}


.twLogo
{
    width : 150px;
    height : auto;
}

.twSchoolName h1
{
    font-size: 30px;
    line-height: 36px;
}


@media (max-width: 480px) {
    .twSchoolName h1
    {
        font-size: 20px;
        line-height: 26px;
    }

}
@media (min-width: 481px) and (max-width: 767px) {
    .twSchoolName h1
    {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .twSchoolName h1
    {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (min-width: 980px) and (max-width:1199px) {
    .twSchoolName h1
    {
        font-size: 26px;
        line-height: 32px;

    }
}
@media (min-width: 1200px) 
{
    
}

















