/* =========================================================
   Global Reset  (Based on Eric Meyer Reset)
   ========================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Base body settings */
html, body {
  display: block;
  background: #F3F3F3;
  line-height: 1.5;
  font-family: opensans, "Microsoft JhengHei", STHeiti, sans-serif;
  overflow-x: hidden;
}

/* Text Selection */
::selection {
  color: #fff;
  background: #171c23;
}


html
body {
    display: block;
    background: #F3F3F3;
    line-height: 1.5em;
}


/* =========================================================
   Global Elements
   ========================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

ol, ul { list-style: none; }

b, strong { font-weight: bold; }

blockquote, q { quotes: none; }
blockquote::before, blockquote::after,
q::before, q::after { content: ''; }

del { text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img { border: none; }
img { 
  max-width: 100%;
  display: block;
}

/* =========================================================
   Text alignment helpers
   ========================================================= */
.text-center { text-align: center; }
.text-right  { text-align: right; }
.text-left   { text-align: left; }
.text-justify{ text-align: justify; }

.mob-textleft  { text-align: left; }
.mob-textright { text-align: right; }
.mob-text-tight{ padding: 0 0 0 10px; }


/* =========================================================
   Links
   ========================================================= */
a {
  cursor: pointer;
  text-decoration: none;
  color: #3cb5f9;
  outline: none !important;
  transition: color 0.15s linear, background 0.15s linear;
}
a:focus,
a:active {
  text-decoration: none;
  color: #3cb5f9;
  transition: color 0.3s linear, background 0.3s linear;
}

/* =========================================================
   Typography
   ========================================================= */
/* h1, .h1 { font-size: 2.75em; }
h2, .h2 { font-size: 2em; }
h3, .h3 { font-size: 1.8em; }
h4, .h4 { font-size: 1.5em; }
h5, .h5 { font-size: 1.3em; }
h6, .h6 { font-size: 1em; }
.h7 { font-size: 0.65em; } */


*{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  resize: none;
}
