@charset "utf-8";
//screen size
$screen-sm: 769px !default;

// Base Color
$theme-gray: #495054;
$theme-gray-subtle: #ddd;
$theme-gray-light: #cecece;
$theme-gray-lighter: #f3f3f3;
$theme-gray-dark: #363636;
$theme-gray-darker: #242424;
$theme-white: #fff;
$theme-red: #d20001;
$theme-blue: #003d7e;

$theme-font-color: #000000;
$theme-color-main: #257222;
$theme-color-second: #7fb46f;
$theme-color-third: #ffaa04;
$theme-color-four: #33b79e;

// Font stacks
$main-font: "Roboto", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif;
$sub-font: "Roboto", "新細明體", "Helvetica Neue", Helvetica, sans-serif;

// Font sizes
$font-15: 0.9375rem;
$font-13: 0.9rem;

$font-h1: 1.5rem;
$font-h2: 1.35rem;
$font-h3: 1.2rem;
$font-h4: 1.1rem;
$font-h5: 1rem;
$font-h6: 0.9rem;

//
// Modules
// --------------------------------------------------
// ## commonly use in all widgets

// Font sizes
$w-widget-title-font-size: 1.5rem;

// Colors
$w-border-color: $theme-gray-lighter;

//
// AD banner Module
// --------------------------------------------------

// Font sizes
$w-caption-font-size: 1.4rem;
$w-caption-desc: 0.85rem;

//
// Announcement Module
// --------------------------------------------------

// Font sizes
$w-title-font-size-small: 0.75rem;
$w-subtitle-font-size: 0.75rem;
$w-meta-font-size: 0.75rem;

$w-table-th-font-size: 0.75em;
$w-table-td-font-size: 0.75em;

$i-title-font-size-large: 2em;

// colors

$link-color: $theme-color-main;
$link-hover-color: lighten($theme-color-main, 10%);

$table-th-bgcolor: $theme-color-main;

//
// Archive Module
// --------------------------------------------------

// Font sizes
$w-item-heading-font-size: 0.85rem;

//
// Member Module
// --------------------------------------------------

$border-width: 4px;


























.response-content {
  justify-self: auto;
}

@import "../../bootstrap/variables";