@import url("https://use.typekit.net/ozy6rdy.css");

@import "https://www.shannonkay.com/fontawesome/css/fontawesome.css";
@import "https://www.shannonkay.com/fontawesome/css/brands.css";
@import "https://www.shannonkay.com/fontawesome/css/solid.css";

body {
   background: linear-gradient(to bottom, #f9dee1, #f7d3d6, #fab1c1, #FC8EAC, #fc7d99, #fc8eb4, #fab1c1 );
   text-align: center;
    font-family: "ivystyle-sans", Verdana, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    min-height: 100vh;
    color: #000000;
}
header img {
    max-width: 90%;
    max-height: 8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5pt;
    margin-top: 5pt;
}

h1 {
    background: linear-gradient(180deg, #fb89b5 30%, #ffa0c5 45%, #f783a2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3rem;
    margin-bottom: 10pt; 
}

h1 a, h1 a:hover, h1 a:active, h1 a:visited {
    background: linear-gradient(180deg, #fb89b5 30%, #ffa0c5 45%, #f783a2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3rem;
    margin-bottom: 10pt;
}

h1 .project-header a, h1 .project-header a:hover, h1 .project-header a:active, h1 .project-header a:visited 
{
    background: linear-gradient(183deg, #f9c2cc 10%, #FC8EAC 70%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1rem;
    margin-bottom: 5pt;    
}

h2   {
     text-align: center;
     font-size: 2.75rem;
     color: #FC8EAC;
    margin-top: 1pt;
    margin-bottom: 5pt;
}

h3   {
    color: #f87dac;
    margin-bottom: 0;
    margin-top: 5pt;
    font-size: 1.75rem;
}

h4   {
    color: #f77c9b;
    margin-bottom: 0;
    font-size: 1.4rem;
}
h2 a, h2 a:active, h2 a:hover, h3 a, h3 a:active, h3 a:hover, h4 a, h4 a:active, h2 a:hover {
    text-decoration: none;
}
h2 a:active, h2 a:hover, h4 a:active, h4 a:hover{
    background-color: #ffffff;
}
h3 a, h3 a:active, h3 a:visited, h3 a:hover {
    color: #f87dac;
}
h4 a, h4 a:active, h4 a:visited, h4 a:hover {
    color: #f77c9b;
}
h2 a, h2 a:active, h2 a:visited, h2 a:hover {
    color: #FC8EAC;
}
h3 a:active, h3 a:visited, h3 a:hover {
    background-color: #ffffff;
}
footer a, footer a:visited {
    color: #404040;
}

p {
    margin-top: 5px;
}

hr    {
    max-width: 80%;
    border: solid 1pt #FC8EAC;
    border-image: linear-gradient(90deg, #fa9cc0, #f87dac, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9, #8c5ca5, #cd77de  100%);
    border-image-slice: 1;
    border-top: 0.1rem solid #FC8EAC;
    border-right: 0.1rem solid #FC8EAC;
    border-left: 0.1rem solid #FC8EAC;
    border-bottom: 0.1rem solid #FC8EAC;
    }

/* hightlighter style skewed underline style
a, a:visited {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: #ffe2ef;
    text-decoration-skip-ink: none;
    text-decoration-thickness: .5em;
    text-underline-offset: -.25em;
    transition: text-decoration .3s;
}
*/
a, a:visited {
    color: #8c5ca5;
    text-underline-offset: 0.1rem;
    text-decoration-color: #d3a7ec;
}

a:hover, a:active {
    font-weight: bold;
    background-color: #fab1c1;
    padding: 0.1rem;
    color: #000000;
    text-decoration: none;
}

nav {
    padding: 5pt;
    margin-bottom: 5pt;
}

nav a, nav a:visited { 
    font-family: ivyjournal, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(183deg, #f9c2cc 10%, #FC8EAC 70%);
    border: solid 2px #ffb3c6;
    padding: 5px;
  text-align: center; 
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
    margin-top: 2pt;
}

nav a:hover, nav a:active 
{

  border: solid 2px #FC8EAC;
}

.link
{
  background-color: #FC8EAC;
  color: white;
  padding: 10px;
  border: none;
  text-align: center; 
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}

ul {
    list-style-image: url(img/pink-heart-bullet.png);
    
}
li {
    margin: 0.5rem;
}
blockquote {
    font-style: normal;
    background-color: #f9dee1;
    font-weight: 400;
    color: #404040;
    border-image: linear-gradient(180deg, #ffa0c5, #c095e4 100%);
    border-image-slice: 1;
    border-top: 0.1rem solid #FC8EAC;
    border-left: 0.5rem solid #FC8EAC;
    border-right: 0.1rem solid #FC8EAC;
    border-bottom: 0.1rem solid #FC8EAC;
    padding: 0.5rem;
}

#pages a:hover, nav a:active 
{
  background-color: #fb6f92;
  color: #ffe5ec;
}

article {
        text-align: justify;
        padding: 2pt;
        margin: auto;
        max-width: 1024px;
        align-content: center;
        }

article ul {
        text-align: left;
        }
article img {
        padding: 2pt;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

pre code {
    display: block;
    background-color: #282A36;
    text-wrap: wrap;
    font-family: Menlo, Monaco, 'Courier New', monospace;
    font-size: 1.1rem;
    color: #f9dee1;
    padding: 0.75rem;
    border-style: solid;
    border-width: 3pt;
    border-radius: 10px;
    border-image: linear-gradient(90deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
    border-image-slice: 1;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
code {
    background-color: #f9e596;
    font-family: Menlo, Monaco, 'Courier New', monospace;
    font-size: 1.2rem;
    padding: 1.5pt;
}
code a, a:hover, a:active, a:visited {
    font-weight: bold;
}
strong {
    background-color: #e9bcfd;
    padding: 1.5pt;
}
summary {
    font-size: 1.2rem;
    background-color: #f9dee1;
}
details {
    background-color: #f9dee1;
    padding: 0.5rem;
    border: solid 1pt #fb6f92;
}
.spoilers {
    padding: 10pt;
    border-style: solid;
    border-width: 3pt;
    border-radius: 10px;
    border-image: linear-gradient(90deg, #f681ae, #f38282, #f7d54d, #6ed46e, #3ed3da, #a48ac9 100%);
    border-image-slice: 1;
    background-color: #282A36;
    color: #ffb7c5;
    font-weight: 400;
}
.intro img {
    padding: 5px;
}
.blurb {
    display: block;
    background-color: #f7d3d6;
    border: solid 2pt;
    border-color: white;
    padding: 1rem;
    margin: auto;
    max-width: 1024px;
    border-radius: 10px;
}

.now {
    display: block;
    background-color: #f7d3d6;
    border: solid 2pt;
    border-color: white;
    padding: 5pt;
    margin: auto;
    text-align: justify;
    max-width: 1024px;
    border-radius: 10px;
}
.text, .content {
    display: block;
    background-color: #fceff0;
    padding: 1rem;
    margin: auto;
    text-align: justify;
    max-width: 1024px;
    border-radius: 10px;
    border-image: linear-gradient(180deg, #ffa0c5 15%, #8fcae2 28%, #c095e4 49%, #93dbfc 60%, #fbb1cd 75%, #c095e4 100%);
    border-image-slice: 2;
    border-top: 0.2rem solid #FC8EAC;
    border-right: 0.2rem solid #FC8EAC;
    border-left: 0.2rem solid #FC8EAC;
    border-bottom: 0.2rem solid #FC8EAC;
}
.reply {

    background-color: #fceff0;
    border: solid 2pt;
    border-color: #fa86b3;
    padding: 1rem;
    margin: auto;
    margin-top: 0.3rem;
    max-width: 1024px;
    
}

.intro {
    display: block;
    background-color: #f7d3d6;
    border: solid 2pt;
    border-color: white;
    padding: 5pt;
    margin: auto;
    text-align: center;
    width: 80%;
    max-width: 1024px;
    border-radius: 10px;
}

.icon {
    height: 1.3rem;
    width: auto;
}

.social-icons {
    font-size: 1.5rem;
    height: 1.5rem;
    width: auto;
}

#follow-icons {
    margin-bottom: 5pt;
}

.photo img {
    border: solid white 2pt;
}

.photo {
    align-content: center;
    text-align: center;
}
.screenshot img {
    max-width: 80%;
    height: auto;
}
.screenshot {
    max-width: 80%;
    height: auto;
}
.caption {
    text-align: center;
}

.bio {
    background: linear-gradient(to bottom, #f9dee1, #f7d3d6, #fab1c1 );
    color: #484848;
    border: 1pt solid #FC8EAC;
    border-radius: 10pt;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding: 5pt;
    box-shadow: 5px 5px 5px #777676;
    margin-bottom: 10pt;
    font-size: 1rem;
    min-height: 225px;
}

.bio img {
    float: left;
    margin-top: auto;
    margin-right: 5pt;
    border-radius: 8pt;
    max-width: auto; 
    max-height: 200px;
    
}

.updated {
    font-size: 1rem;
    color: #484848;
    font-style: italic;
}

footer
    {
    font-size: 1rem;
    padding: 2pt;
    }
footer a:hover, footer a:active {
    background: linear-gradient(183deg, #f9c2cc 10%, #fa9cc0 70%);
    padding: 0.1rem;
}
.fineprint {
    font-size: 0.9rem;
}

    @media screen and (max-width: 428px) 
    {
      h1 { font-size: 8vw !important; }
    }
/* Custom Icons */

