/*=================================*/
/* Pico Default Theme
/* By: Gilbert Pellegrom
/* http: //dev7studios.com
/*=================================*/

/* Reset Styles
/*---------------------------------------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 95%;
    font-family: inherit;
    line-height: 1.85;
    vertical-align: baseline;
}

body {
    color: black;
    background: white;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* HTML5 tags */

header, section, footer,
aside, nav, article, figure {
    display: block;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
    cursor: pointer;
}

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
    width: auto;
    overflow: visible;
}

/* Sharper Thumbnails */
img {
    -ms-interpolation-mode: bicubic;
}

/* Input Styles
/*---------------------------------------------*/

input,
textarea,
select {
    padding: 10px;
    font: 400 0.8em 'Segoe UI', Helvetica;
    color: #666;
    background: #fff;
    border: 1px solid #999999;
    margin: 0 0 1em 0;
}

input:focus,
textarea:focus,
select:focus {
    color: #000;
    background: #fff;
    border: 1px solid #666666;
}

/* Main Styles
/*---------------------------------------------*/

body {
    font: 14px/1.8em 'Courier New', Helvetica, Arial, Helvetica, sans-serif;
    color: #444;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.4em;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 0.9em;
    font-weight: bold;
}

.date {
    font-size: 0.75em;
    font-weight: bold;
}

h3 {
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 2em;
}

p, table, ol, ul, pre, blockquote, dl {
    margin-bottom: 1.75em;
}

ol, ul {
    padding-left: 30px;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

u {
    text-decoration: underline;
}

abbr, acronym {
    cursor: help;
    border-bottom: 0.1em dotted;
}

td, td img {
    vertical-align: top;
}

td, th {
    border: solid 1px #999;
    padding: 0.25em 0.5em;
}

th {
    font-weight: bold;
    text-align: center;
    background: #eee;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

code {
    font-family: Courier, "Courier New", Monaco, Tahoma;
    background: #eee;
    color: #333;
    padding: 0px 2px;
}

pre {
    background: #eee;
    padding: 20px;
    overflow: auto;
}

blockquote {
    font-style: italic;
    margin-left: 15px;
    padding-left: 10px;
    border-left: 5px solid #dddddd;
}

dd {
    margin-left: 2em;
}

/* Structure Styles
/*---------------------------------------------*/

.inner {
    width: 70%;
    max-width: 640px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner_wide {
    font-family: "Georgia";
    font-size: 0.9em;
    width: 100%;
    background: #F9F9F9;
    margin: 0 auto;
}

.inner_wide2 {
    font-family: "Segoe UI";
    font-size: 0.9em;
    width: 100%;
    background: #DEDEDE;
    margin: 0 auto;
}

#header {
    background: #FFF;
    padding: 30px 0;
    margin-bottom: 0px;
    color: #afe1da;
}
#header a {
    color: #C0C0C0;
}
#header h1 a,
#header a:hover,
#header .active a {
    color: #000;
}
#header h1 {
    font-weight: bold;
    margin: 0;
    float: left;
}
#header h2 {
    font-weight: normal;
    margin: 0;
    clear: left;
}
#header nav {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
#header nav a {
    font-weight: bold;
    margin-left: 20px;
}
#header ul {
    list-style: none;
}
#header li {
    display: inline-block;
    float: left;
}

#footer {
    background: #FFF;
    padding: 60px 0;
    margin-top: 80px;
    color: #C0C0C0;
}

.subtext {
    background: #FFF;
    font-size: 0.9em;
    padding: 0px 0;
    margin-top: 20px;
    color: #C0C0C0;
}


#footer .social {
    margin: 0 0 0.5em 1em;
    font-size: 200%;
}
#footer a { color: #ddd; }
#footer a:hover { color: #C0C0C0; }

/* Misc Styles
/*---------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* Custom Styles That I Made
/*---------------------------------------------*/

.button {

    color: #000;
    font-size: 1em;
    font-weight: bolder;
    margin-top: -95px;
    padding: 20px;
    margin-bottom: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img.resize {
    width: 75%;
}

.footer {
    font-size: 1em;
    padding-bottom: 40px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.button a {
    color: black;
}

#content {
    font-size: 1.2em;
}

h2, #error {
    color: #000;
}



.stronger {
    font-size: 1.5em;
}

.emoji {
  color: transparent;  
  text-shadow: 0 0 0 #8eccd9;
}

.hidden {
    visibility: hidden;
}

.hide {
    display: none;
}

#footer_links_multiline {
    visibility: hidden;
}
#footer_links_singleline {
    visibility: visible;
}

footer {
    font-size: 0.9em;
}

.bulletlist {
    list-style: none;
      list-style: none;
  padding: 0;
  margin: 0;
}
li {
    margin-bottom: 30px; 
    padding-left: 0.5em; 
  text-indent: -.7em;
}

li::before {
  content: "• ";
  color: #000; /* or whatever color you prefer */
}

/* Media Queries
/*---------------------------------------------*/

/* Small Devices, Tablets */

@media only screen and (max-width : 600px) {
    body {
        line-height: 1.75;
    }
    .inner {
        width: 85%;
        max-width: 768px;
    }
    /*h1 {
        font-size: 2em;
    }*/
    #footer_links_multiline {
        visibility: visible;
    }
    #footer_links_singleline {
        display: none;
    }
    img {
        max-width: 75%;
    }
    /* h2 {
        font-size: 0.8em;
    }*/
}

@media only screen and (max-device-width : 768px) {
    body {
        font-size: 105%;
        line-height: 1.85;
    }
    .inner {
        width: 85%;
        max-width: 768px;
    }
    img {
        max-width: 75%;
    }
}


