
/* George Willcox */

@import url(https://fonts.googleapis.com/css?family=Cardo:400,100,300|Raleway:300,400,700);

@font-face {
  font-family: 'Zapf Humanist';
  src: url('/fonts/ZapfHumanist/Zapf Humanist 601.woff2') format('woff2'),
    url('/fonts/ZapfHumanist/Zapf Humanist 601.woff') format('woff'),
    url('/fonts/ZapfHumanist/Zapf Humanist 601.ttf') format('truetype');
}

@font-face {
  font-family: 'Optima';
  src: url('/fonts/Optima LT Std/OptimaLTStd.otf') format('opentype');
}
@font-face {
  font-family: SF-Pro;
  src: url('/fonts/SanFranciscoPro/SF-Pro.ttf') format('truetype');
}
@font-face {
  src: url('/fonts/GeorgiaProRegular/Georgia Pro W01 Regular.woff2') format('woff2'), 
    url('/fonts/GeorgiaProRegular/Georgia Pro W01 Regular.woff') format('woff'),
    url('/fonts/GeorgiaProRegular/Georgia Pro W01 Regular.ttf') format('truetype'), 
    url('/fonts/GeorgiaProRegular/Georgia Pro W01 Regular.otf') format('opentype');
  font-family: 'Georgia Pro';
  font-style: normal;
}
@font-face {
  src: url('/fonts/GeorgiaPro/GeorgiaPro-CondRegular.ttf') format('truetype');
  font-family: 'Georgia Pro Cond';
  /* font-stretch: 1% 500%;  Note that font-stretch is a % of normal width */
  font-style: normal;
  /* font-weight: 400 900; */
}
@font-face {
  src: url('/fonts/GeorgiaPro/GeorgiaPro-Light.ttf') format('truetype');
  font-family: 'Georgia Pro Light';
  /* font-stretch: 1% 500%;  Note that font-stretch is a % of normal width */
  font-style: normal;
  /* font-weight: 400 900; */
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  src: url(/fonts/Raleway/variable/TTF/Raleway-VF.ttf) format('truetype'),
    url(/fonts/Raleway/variable/WOFF2/Raleway-VF.woff2) format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 100 900;
  src: url(/fonts/SourceSerif/VAR/SourceSerif4Variable-Roman.ttf) format('truetype'),
    url(/fonts/SourceSerif/VAR/SourceSerif4Variable-Roman.otf) format('opentype');
  /* font-variation-settings: 'wght' 400, 'wdth' 300; */
}

/* Basic Framework */
 #container:after, ul.nav:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Basic Style */
 * {
    margin:0;
}
/*Default Tags */

/* Tags */
 html>body .hand {
    cursor:pointer;
}
img {
    margin:0;
    width:100%;
}
img.line {
    width:80%;
    height:1px;
}
html>body img.line {
    width:100%;
    height:1px;
}
/* Fonts */
body, input, td, div, span, a, textarea, p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Raleway, roboto, arial, system
;
}
h1 {
    font-size: 3.0em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    /*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
    font-size: 2.5em;
    margin: 1.2em 0;
    font-weight: normal;
}
h3 {
    font-size: 2em;
    margin: 1.2em 0;
    font-weight: normal;
}
h4 {
    font-size: 1.5em;
    margin: 1.2em 0;
    font-weight: normal;
}
h5 {
    font-size: 1.0em;
    margin: 1.2em 0;
    font-weight: normal;
}
h6 {
    font-size: 0.8em;
    margin: 1.2em 0;
    font-weight: normal;
}
.mono {
    font-family: 'courier new', 'andale mono', courier, monospaced;
}
.f1 {
    font-size: 1px;
}
.f8 {
    font-size: 8px;
}
.f9 {
    font-size: 9px;
}
.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
    line-height: 16px;
}
.f12 {
    font-size: 12px;
    line-height: 14px;
}
.f13 {
    font-size: 13px;
    line-height: 16px;
}
.f14 {
    font-size: 14px;
    line-height: 18px;
}
.f15 {
    font-size: 15px;
    line-height: 20px;
}
.f16 {
    font-size: 16px;
    line-height:24px;
}
.f18 {
    font-size: 18px;
    line-height: 26px;
}
.f20 {
    font-size: 20px;
    line-height: 28px;
}
.f24 {
    font-size: 24px;
    line-height: 32px;
}
.f30 {
    font-size: 30px;
    line-height: 36px;
}
.f36 {
    font-size: 36px;
    line-height: 42px;
}
.f42 {
    font-size: 42px;
    line-height: 50px;
}
.f48 {
    font-size: 48px;
    line-height: 56px;
}
.f60 {
    font-size: 60px;
    line-height: 70px;
}


/* flexi fonts */
.ef1 {
font-size: 0.25rem;
}
.ef2 {
font-size: 0.30rem;
}
.ef3 {
font-size: 0.35rem;
}
.ef4 {
font-size: 0.40rem;
}
.ef5 {
font-size: 0.45rem;
}
.ef6 {
font-size: 0.50rem;
}
.ef7 {
font-size: 0.55rem;
}
.ef8 {
font-size: 0.60rem;
}
.ef9 {
font-size: 0.65rem;
}
.ef10 {
font-size: 0.70rem;
}
.ef11 {
font-size: 0.75rem;
}
.ef12 {
font-size: 0.80rem;
}
.ef13 {
font-size: 0.85rem;
}
.ef14 {
font-size: 0.90rem;
}
.ef15 {
font-size: 0.95rem;
}
.ef16 {
font-size: 1.0rem !important;
}
.ef18 {
font-size: 1.10rem;
}
.ef20 {
font-size: 1.20rem;
}
.ef24 {
font-size: 1.40rem;
}
.ef30 {
font-size: 1.50rem;
}
.ef36 {
font-size: 2.0rem;
}
.ef42 {
font-size: 2.5rem;
}
.ef48 {
font-size: 3.0rem;
}
.ef60 {
font-size: 4.0rem;
}
/* Borders & Padding */
 .bdr {
    border: 1px solid rgb(0, 0, 0);
}
.bdrBlk {
    border: 1px solid black;
}
.bdrWht {
    border: 1px solid white;
}
.bdrGry {
    border: 1px solid rgb(128, 128, 128);
}
.bgGry {
    background-color: rgb(128, 128, 128);
}
.bgLtGry {
    background-color: rgb(192, 192, 192);
}
.pad10x {
    padding-left: 10px;
}
.pad20x {
    padding-left: 20px;
}
.pad30x {
    padding-left: 30px;
}
.pad40x {
    padding-left: 40px;
}
.pad120x {
    padding-left: 120px;
}
textarea, input[type='text'], input[type='password'], input[type='file'] {
    padding-left: 4px;
    padding-right: 2px;
}
/* Standard Colours */
 .wht {
    color: rgb(255, 255, 255);
}
.blk {
    color: rgb(0, 0, 0);
}
.yel {
    color: rgb(200, 200, 0);
}
.gld {
    /*color: rgb(201,177,98);*/
    color: rgb(202, 161, 74);
}
.slvr {
    color:rgb(192, 192, 192);
}
.dkblu {
    color:rgb(22, 43, 72);
}
richblk {
    color: rgb(0, 1, 5);
}
/* General Classes */
 .bld, .b {
    font-weight: bold;
}
.em {
    font-style: italic;
}
.u {
    text-decoration: underline;
}
.caps {
    font-variant: small-caps;
}
.c {
    text-align: center;
    /*margin: 0 auto;*/
}
.l {
    text-align: left;
}
.r {
    text-align: right;
}
.j {
    text-align: justify;
}
.tp {
    vertical-align: top;
}
.mid {
    vertical-align: middle;
}
.btm {
    vertical-align: bottom;
}
.nw {
    white-space: nowrap;
}
sup, span.sup {
    vertical-align:super;
    font-size:80%;
    color:inherit;
}
span.mino {
    font-size:80%;
    color:inherit;
}
.uc {
    text-transform: uppercase;
}
.lc {
    text-transform: lowercase;
}
.cpt {
    text-transform: capitalize;
}
.norm {
    font-weight: normal;
    text-transform:none;
}
.abso {
    position:absolute;
}
.rela {
    position:relative;
}
.fix {
    position:fixed;
}
.fll {
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.flr {
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.clearL {
    clear: left;
}
.clearR {
    clear:right;
}
.clearB {
    clear:both;
}
.mt {
    margin-top:10px;
}
.mr {
    margin-right:10px;
}
.mb {
    margin-bottom:10px;
}
.ml {
    margin-left:10px;
}
.mt0 {
    margin-top:0;
}
.mr0 {
    margin-right:0;
}
.mb0 {
    margin-bottom:0;
}
.ml0 {
    margin-left:0;
}
.mt15 {
    margin-top:15px;
}
.mr15 {
    margin-right:15px;
}
.mb15 {
    margin-bottom:15px;
}
.ml15 {
    margin-left:15px;
}
.mt20 {
    margin-top:20px;
}
.mr20 {
    margin-right:20px;
}
.mb20 {
    margin-bottom:20px;
}
.ml20 {
    margin-left:20px;
}
.mt40 {
    margin-top:40px;
}
.mr40 {
    margin-right:40px;
}
.mb40 {
    margin-bottom:40px;
}
.ml40 {
    margin-left:40px;
}
div.novis, img.novis {
    visibility:hidden;
    display:none;
}
.arial {
    font-family:arial;
}
.w1 {
    width:1em;
}
.w2 {
    width:2em;
}
.w3 {
    width:3em;
}
.w4 {
    width:4em;
}
.w5 {
    width:5em;
}
.w6 {
    width:6em;
}
.w7 {
    width:7em;
}
.w8 {
    width:8em;
}
.w9 {
    width:9em;
}
.w10 {
    width:10em;
}
.w11 {
    width:11em;
}
.w12 {
    width:12em;
}
.w13 {
    width:13em;
}
.w14 {
    width:14em;
}
.w15 {
    width:15em;
}
.w16 {
    width:16em;
}
.w17 {
    width:17em;
}
.w18 {
    width:18em;
}
.w19 {
    width:19em;
}
.w20 {
    width:20em;
}
.w21 {
    width:21em;
}
.w22 {
    width:22em;
}
.w23 {
    width:23em;
}
.w24 {
    width:24em;
}
.w25 {
    width:25em;
}
.w26 {
    width:26em;
}
.w27 {
    width:27em;
}
.w28 {
    width:28em;
}
.w29 {
    width:29em;
}
.w30 {
    width:30em;
}
.w31 {
    width:31em;
}
.w32 {
    width:32em;
}
.w36 {
    width:36em;
}
.w40 {
    width:40em;
}

.h1 {
    height:1em;
}
.h2 {
    height:2em;
}
.h3 {
    height:3em;
}
.h4 {
    height:4em;
}
.h5 {
    height:5em;
}
.h6 {
    height:6em;
}
.h7 {
    height:7em;
}
.h8 {
    height:8em;
}
.h9 {
    height:9em;
}
.h10 {
    height:10em;
}
.h11 {
    height:11em;
}
.h12 {
    height:12em;
}
.h13 {
    height:13em;
}
.h14 {
    height:14em;
}
.h15 {
    height:15em;
}
.h16 {
    height:16em;
}

.tbx {
    transform: scale(1.8, 1.8);
    margin: 0.5rem 0.5rem 0;
    accent-color:crimson;
}
.rad {
    transform: scale(1.8, 1.8);
    margin: 0.5rem 0.5rem 0;
    accent-color:green;
}