* {
	font-family: -apple-system, SF UI Text, Lato, Helvetica Neue, Helvetica, sans-serif;
}

/* Colors 
 link-blue #44C0FF
 highlight-pink #FF6E6B
 light-gray #7A7A7A
*/


html,body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,em,img,small,strong,sub,sup,b,i,dl,dt,dd,ol,ul,li,table,tbody,tfoot,thead,tr,th,td {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    line-height: 1.5em;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: rgba(255,255,255,0.0);
    padding: 0 30px 5px 30px;
    color: #333;
    word-wrap: break-word;
    margin: 0;
}

/* Highlighed Text Color */

::selection {background: #44C0FF; color:#FFFFFF;}


/* EMBEDS */
img {
    display: block;
    max-width: 100%;
    max-height: 700px;
    margin-left: auto;
    margin-right: auto;
}

.image-p {
	margin-left: -30px;
	margin-right: -30px;
}

.video_embed {
	display: block;
	padding: 10px 0;
    height: auto;
    width: 100%;
	margin-left: -30px;
}

/* From here down is (manually) shared between iOS and Mac */
/* STYLES */

strong {
    color: #252525;
    font-weight: 600;
}

a {
    color: #44C0FF;
    text-decoration: none;
}

a:hover {
    color: #FF6E6B;
}

hr {
    border: 0;
    border-top: 1px solid #eaeaea;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}


p,blockquote,pre {
    margin: 1em 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: .5em 0;
}

p:first-child img {
    /* margin-top: -26px; */
}


/* HEADERS */


h1 {
    font-size: 1.3em;
    font-weight: 700;
}

h2 {
    font-size: 1.2em;
    font-weight: 800;
}

h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #EA4C89;
    
}

h4 {
    font-weight: 600;
    color: #44C0FF;
}

h5 {
    font-weight: 600;
    font-size: .8em;
    color: #999;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 4px;
}

h6 {
    font-weight: 500;
    font-size: .8em;
    color: #AAA;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 4px;
}




/* LISTS */

ol,ul {
    margin: .5em 0;
    padding-left: 0;
    color: #444;
    list-style-position: inside;
}

ol li {
    margin-left: .4em;
    padding-left: .4em;
}

ul li {
    margin-left: .4em;
}

ul li:last-child {
    margin-bottom: .7em;
}

ul li li {
    margin-left: .8em;
}


ol ol,ol ul,ul ol,ul ul {
    margin: 0 .3em;
}

ul li li li li {
    list-style-type: circle;
}
ul li li li li li {
    list-style-type: square;
}
ul li li li li li li {
    list-style-type: circle;
}
ul li li li li li li li {
    list-style-type: square;
}

.footnotes ol li {
    margin-bottom: 10px;
    margin-left: 16px;
    font-weight: 800;
    font-size: .9em;
}

.footnotes ol li p {
    font-weight: 400;
    font-size: 1em;
}

/* code */
/* preformatted */
blockquote p {
    font-style: italic;
    font-weight: 300;
    font-size: 1.2em;
    border-left: solid .2em #F0F0F0;
    padding: 0 .7em;
    quotes: none;
    color: #777;
}


pre,code,tt {
    color: #CCC;
}

pre {
    background-color: #f8f8f8;
    border: #E8E8E8 1px solid;
    color: #444;
    display: block;
    margin: 12px 0;
    overflow: auto;
    padding: 6px 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    cursor: text;
    max-width: 100%;
    overflow: auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

code {
    font-family: 'Bitstream Vera Sans Mono', monospace;
    color: #44C0FF;
    border: 1px solid #E8E8E8;
    font-size: .95em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

pre code {
    font-size: .95em;
    padding: 3px !important;
    background-color: #F6F6F6;
    border: none !important;
    overflow: visible;
}

/* tables */
table {
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-spacing: 0;
}

table th {
    padding: 3px 10px;
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

table tr {
}

table td {
    padding: 3px 10px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

/* sub */
sup,sub,a.footnote {
    font-size: 1.4ex;
    height: 0;
    line-height: 1;
    vertical-align: super;
    position: relative;
    font-weight: 800;
}

sub {
    vertical-align: sub;
    top: -1px;
}

small {
    font-size: 85%;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 600;
}

/* multi-entry styles */

.entry {
    margin: 30px 0;
}

h1.date {
    font-weight: 600;
    font-size: .8em;
    border-top: 1px solid #EFEFEF;
    margin: 10px 0 0 0;
    color: #44C0FF;
    padding-top: 10px;
}

div.location {
    font-size: .6em;
    font-weight: 600;
    color: #9a9a9a;
    margin: 0;
}

.tag {
    font-size: .9em;
    font-weight: 600;
    background-color: #5A5A5A;
    color: #FFFFFF;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: .2em .4em;
    margin: .3em 0;
}

.activity {
    font-size: .6em;
    font-weight: 600;
    background-color: #A5A5A5;
    color: #FFFFFF;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: .3em .5em;
    margin: 0;
}
