*
{
box-sizing: border-box;
}

html
{
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}

body
{
background-color: #fff;
color: #17152e;
margin: 0;
font: 21px/1.15 "Roboto", Arial, sans-serif;
}

*::selection
{
background-color: #17152e;
color: #fff;
}

*
{
transition: .12s ease-in-out;
}

a
{
text-decoration: none;
color: #17152e;
}

header
{
width: 100%;
height: 230px;
background-color: #e43254;
position: relative;
}

header > *, header .orbb i
{
position: absolute;
}

header h1, header a, header .info, header ul, header .slash-footer
{
z-index: 200;
}

header h1 a
{
width: 100%;
height: 100%;
display: inline-block;
}

header h1 a:before
{
display: none;
}

header h1
{
background: url(title.png) no-repeat center;
background-size: 80%;
top: 0;
left: 0;
height: 100%;
width: 350px;
margin: 0;
}

header h1 b
{
visibility: hidden;
}

header .slash
{
background: url(slash.gif) no-repeat bottom center;
background-size: contain;
left: 215px;
bottom: 0;
width: 355px;
height: 95%;
z-index: 100;
}

header .info
{
left: 505px;
}

header .info, header ul, header ul a, header .slash-footer, header .orbb
{
font-style: italic;
font-size: 1.05rem;
text-wrap: balance;
letter-spacing: 0.25px;
}

header .info, header ul, header .slash-footer
{
color: #d4e2cc;
top: 15px;
width: 150px;
}

header .info, header .slash-footer, header .orbb
{
font-weight: 300;
}

header .info a, header .slash-footer a
{
color: #84aea4;
font-weight: 400;
}

header ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-weight: 900;
left: 665px;
font-size: 1.1rem;
}

header ul a
{
color: #d4e2cc;
}

header .slash-footer
{
left: 560px;
width: 360px;
top: initial;
bottom: 15px;
}

header .slash-footer i
{
font-style: normal;
}

header .slash-footer p
{
margin-bottom: 0;
}

header .orbb
{
background: #99d7d7 url(orbb.gif) no-repeat center bottom;
background-size: 210px;
right: 0;
bottom: 0;
height: 100%;
width: 260px;
color: #4c3299;
text-align: center;
padding-top: 15px;
border-radius: 55px 0 0 55px;
}

header .orbb i
{
right: 30px;
bottom: 110px;
font-weight: 400;
}

#main
{
width: 50vw;
margin: 2rem 0; 
}

article
{
margin-bottom: 3rem;
clear: left;
}

.article-heading
{
background-color: #e43254;
width: 90px;
float: left;
margin-bottom: 2rem;
}

.article-heading .date
{
display: block;
color: #fff;
text-wrap: balance;
text-align: center;
padding: 15px;
font-size: 40px;
line-height: .9;
}

article .taglist, .article-heading, .tag-identity
{
text-transform: uppercase;
font-family: "Arial Black", Roboto, sans-serif;
font-weight: 900;
}

article .taglist
{
font-size: 1.4rem;
padding-top: 15px; /*align with top of date */
padding-left: 0;
list-style: none;
}

article .taglist li
{
display: inline;
}

article .taglist li:not(:last-of-type):after
{
content: " / ";
}

article a
{
display: inline-block;
line-height: 1;
}

article .taglist a
{
color: #17152e;
padding: 0 .2rem;

}


.article-heading a:before
{
display: none;
}

/*
article h2 a:hover
{
background-color: #84aea4;
color: #fff;
}
*/
article .taglist, article .article-body
{
margin-left: 115px;
}

article .article-body
{
text-wrap: balance;
}

article .article-body a
{
background-color: #d4e2cc;
padding: 0 .4rem;
}

article .article-body a:hover
{
background-color: #84aea4;
color: #fff;
}

.nextprevious
{
display: none;
}

.pagination-wrapper
{
text-align: center;
display: flex;
justify-content: space-between;
width: 100%;
padding: 0 2rem;
}

.pagination-wrapper a, #mainfooter a, .next_page_container:after, .previous_page_container:before
{
font-weight: 900;
font-style: italic;
}

.pagination-wrapper a
{
margin: 2rem 0;
}

.pagination-wrapper .pageofpagenav
{
display: block;
font-style: italic;
}

.next_page_container:after
{
content: " >";
margin-right: 1rem;
}

.previous_page_container:before
{
content: "< ";
margin-left: 1rem;
}

#mainfooter
{
text-align: center;
margin: 2rem 0;
display: none;
}

.tag-search-string
{
  font-size: 75%;
}

h1 {
  padding-left: 2rem;
  line-height: 0.8;
  font-style: italic;
}

/* TAG PAGE */

h3:has(.tag-identity)
{
display: none;
}

div.tag-identity
{
display: inline;
}

#Other+Tags
{
padding: 1rem 3rem;
column-count: 2;
}




/* Based on https://css-tricks.com/css-link-hover-effects/ */

a {
  position: relative;
}

a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #17152e;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

header .info a::before, header .slash-footer a::before
{ background-color: #84aea4; }

header ul a::before
{ background-color: #d4e2cc; }

article .taglist a::before
{
height: 2px;
bottom: -3px;
}

article .article-body a::before
{ background-color: transparent; }

/* RESPONSIVITY */
/* Watch the layout DISAPPEAR */

@media all and (max-width: 1170px)
{
header .orbb
{display: none;}
}

@media all and (max-width: 900px)
{
header .slash-footer
{display: none;}
}

@media all and (max-width: 800px)
{
header ul
{display: none;}
}


@media all and (max-width: 650px)
{
#main
{
width: 100%;
padding-right: 5%;
}

header .info
{
display: none;
}
}

@media all and (max-width: 550px)
{
header .slash
{
left: initial;
right: 0;
}
}
