


@font-face {
  font-family: 'Syne Mono';
  src: url("/fonts/SyneMono-Regular.ttf") format("truetype"),
}
body
{
    font-size: 1em;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Syne Mono', monospace;
    padding: 0;
    margin: 0;
    color: black;
}
h1, h2, h3, h4, h5, h6
{
    /*font-family: BreeSerif, serif;*/
}
a, li
{

    /*font-family: BreeSerif, serif;*/
}
p, address
{
}

.arth
{

    max-width: 220px;
    background-color: #50fdff;
    background-color: rgba(253,80, 80, 0.5);
    max-width: 220px;
    margin: 0 auto;
}
#gallerypage .skewh
{
    background-color: rgba(80, 253, 255, 0.5);
}
#skillspage .skewh
{
    background-color: rgba(80,255, 80, 0.5);
}
.arth>h1
{
    text-align: center;
    letter-spacing: .4em;
    font-size: 1.9em;
    color: black;
}
h2
{
    letter-spacing: .4em;
    font-size: 1.2em;
}
.center
{
    display: block;
    margin: 0 auto;
}
#mcont
{
    /*
    z-index: 0;
    position: relative;*/
 /*   margin-top: 250px; *//* room for fixed header */
 /*   background-color: black;*/
}
#mcont .mnav
{
    /*background-color: black;*/
    position: absolute;
    top: 200px;
    bottom: 0px;
    width: 200px;
    box-sizing: border-box;
    /*border: 7px solid black;*/

    /*transform: rotate(10deg);*/
    /*background-image: url("../img/napkin.png");*/
}
.mnav ul
{
    padding: 0 20px;
    margin: 0;
}
.mnav li 
{
    list-style: none;
    margin: 15px 0;
}
/*
.mnav li:first-child>a
{
    background-color: lemonchiffon;
}

.mnav li:nth-child(2)>a
{
    background-color: paleturquoise;
}
.mnav li:nth-child(3)>a
{
    background-color: palegreen;
}
.mnav li:nth-child(4)>a
{
    background-color: lightgray;
}*/
.mnav li > a
{
    padding: 5px;
    display: block;
    color: white;
    /*text-shadow: 2px 2px 0px white;*/
}
.sidebarlink, .mobilelink
{
   /*background-image: url(../img/napkin-tex.png);*/
    background-color: black;
}
.mnav li > a > p
{
    font-size: 1.4em;
    font-weight: bold;
    display: block; 
    text-align: center;
    color: inherit;
    margin: 0;
}
.logocont .mnav
{
    pointer-events: none;
}
.logocont li:nth-child(2)
{
    margin-left: -28px;
}
.logocont li:nth-child(3)
{
    margin-left: -48px;
    margin-left: -130px;
}
.logocont li:nth-child(4)
{
    margin-left: -72px;
    margin-left: -236px;
}
.bannerlink
{
    z-index: 0;
    width: 160px;
    font-size: 1.4em;
    /*opacity: .8;*/
    background-color: black;
 /*   border: solid 4px black; */
}
.bannerlink:hover
{
    opacity: 1;
}
.hidelink
{
    pointer-events: none;
    transform: translate(-200px,0);
    transition: transform .5s;
}
.showbannerlink
{
    pointer-events: auto;
    transition: transform .5s;
    transform: translate(280px,0);

}
#logolink
{
    display: block;
    position: absolute;
    top: 20px;
    left: 22px;
    width: 140px;
    height: 155px;
    opacity: 0;
    z-index: 3;
    transform: rotate(20deg);
}
#logolink:hover
{
    opacity: 1;
}
#logolink img
{
    position: relative;
    display: block;
    top: -30px;
    left: 108px;
}
main
{
    /*margin-top: 250px;*/
    margin-left: 200px;
    margin-top: 175px;
    box-sizing: border-box;
    min-height: 80vh;
    /*background-image: url(../img/napkin-tex.png);*/
}
article
{
    max-width: 800px;
    padding: 15px 0;
    margin: 0;
    /*border: dashed 4px rgba(0,0,0,.5);*/
    border-bottom: none;
    /*background-image: url(../img/napkin-tex.png);*/
}
#aboutpage
{
    /*
    background-color: #fff6ea;
    border-radius: 200px 0 0 0;
    */
}
#aboutpage img
{
    max-width: 400px;
}
#aboutpage section
{
    text-align: center;
}
#gallerypage
{
 /*   background-color: #eee6ea; */
    
}
#gallerypage section
{
    background-color: transparent;
}
#gallerypage table
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
#gallerypage td
{
    vertical-align: top;
}
#gallerypage img
{
    display: block;
    width: 100%;
    box-shadow: 0 0 8px black;
}
#workspage a
{
    font-size: 20px;
}
#skillspage
{
/*    background-color: #f6eaff;*/
}
#skillspage img
{
    max-width: 400px;
}
#skillspage table
{
    width: 100%;
    border-collapse: collapse;
}
#skillspage td
{
    vertical-align: top;
    text-align: center;
}
#skillpage td
{
}
#skillspage ul
{
    width: 100px;
    margin: 0 auto;
    text-align: left;
}
#contactpage
{
    position: relative;
    height: 500px;
}
#contactpage img;
{
    max-width: 400px;
}
#contactpage section
{
    /*background-color: white;*/
}
section
{
    margin: 20px 10%;
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.9);
    background-color: transparent;
    text-align: center;
}
.loader
{
    position: absolute;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: lightgray;
}
.loader>div
{
    position: fixed;
    margin-top: 50vh;
    width: 100%;
}
.loader-icon
{
    margin: -10vh auto;
    height: 20vh;
    width: 20vh;
    box-sizing: border-box;
    border: 20px solid indianred;
    border-color: indianred beige;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.banner
{
    position: absolute;
    top: 0px;
    background-color: beige;
    background-image: url(../img/header.png);
    height: 150px;
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#logo-fg, #logo-bg
{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -200px;
    display: block;
}
#logo-ext
{
    position: absolute;
    top: 80px;
    left: 143px;
    padding: 0 0px 0 20px;
    background-color: rgba(80, 253, 255, 0.9);
    transition: transform .5s ease-in-out;
}
#logo-ext p
{

    /*font-family: BreeSerif, serif;*/
    transform: skew(20deg);
    white-space: nowrap;
    text-align: left;
    letter-spacing: .4em;
    font-size: 2.5vw;
    color: black;
    margin: 10px;
    text-shadow: 2px 2px 0px white;
}
.logocont
{
    /*clip: rect(0,100vw, 250px, 0);*/
    position: fixed;
    top: 0px;
    height: 250px;
    width: 100%;
    z-index: 1;
    transform-origin: 25px top;
    transition: all .5s ease-in-out;
}
footer
{ 
    color: white;
    height: 150px;
    text-align: center;
    padding-top: 30px;
    position: relative;
}
.copy
{
    font-size: .6em;
    position: absolute;
    right: 10px;
    bottom: 0px;
}
a:link
{
    letter-spacing: .2em;
    color: black;
    font-weight: bold;
    text-decoration: none;
}
address a:link
{
    color: darkslategray;
    font-weight: bold;
    letter-spacing: normal;
}
#mcont .mnav a:link
{
    letter-spacing: .5em;
}

a:visited
{
  color: black;
}

a:hover
{
  color: red;
}
.mnav li>a:hover
{
  transition: transform 0s;
  color: black;
  background-color: white;
}

a:active
{
  color: yellow;
}
dd
{
    margin: 0;
    margin-bottom: 2px;
    color: #444;
}
/*
#wrapper
{
    position: relative;
    background-color: black;
    overflow: hidden;
    width: 100%;
}*/
#wrapper
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*background-color: #9bdfff;*/
    background-color: #cfadcd;
    background-image: url(../img/glass_fg.svg), url(../img/glass_bg.svg);
    background-repeat: no-repeat, repeat-x;
    background-size: 700px;
    margin: 0;
    padding: 0;

}
#hamburger-bgnd
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 997; /*behind menu*/
    background-color: rgba(80, 253, 255, 0.9);
    border-radius: 0 0 5px 5px;
    width: 60px;
    height: 55px;
}
#hamburger
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 998; /* in front of menu */
}
.mobilelinks
{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 250px;
    margin: 0;
}
/*
 * Responsive styles
 */
@media only screen and (max-width: 600px)
{
    table, tbody,th,tr,td
    {
        display: block;
    }
    td
    {
        margin-bottom: 10px;
        max-width: 50vw;
        margin: 0 auto;
    }
    #logo-ext p
    {
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 800px)
{
    main
    {
        margin-left: 0px;
    }
    .sidebarlinks
    {
        visibility: hidden;
    }
    .mobilelinks
    {
        /*visibility: hidden;*/
        top: -260px;
    }
    .mobilelinks ul
    {
        padding: 0;
    }
    .mobilelinks li
    {
        padding: 0;
        margin: 0;
        border-bottom: 2px solid white;
    }
    .mnav li > a > p
    {
        font-size: 2em;
    }
    .logocont
    {
        position: absolute;
        width: 100%;
    }
    .logocont .mnav
    {
        position: absolute;
        z-index: 998;
        width: 100%;
        margin: -500px 0 0 0;
        transition: transform .5s;
    }
    .dropmenu-anim
    {
        transition: transform .5s;
        transform: translateY(100%);
    }
    .logocont ul
    {
        padding: 0;
    }
    .logocont li,
    .logocont li:nth-child(2),
    .logocont li:nth-child(3),
    .logocont li:nth-child(4)
    {
        margin: 0;
        padding: 0;
    }
    .logocont li a
    {
        pointer-events: auto;
        display: block;
        margin: 0;
        box-sizing: border-box;
        width: 100%;
        border: none;
    }
    .logocont li a>p
    {
        transform: skew(0);
    }
    .showbannerlink
    {
        transform: translate(0,0);
    }

}
/* Desktop */
@media only screen and (min-width: 801px)
{
    .mobilelinks
    {
        visibility: hidden;
    }
    .bannerlink
    {
        font-size: .75em;
    }
    .logocont.logo-animate
    {
        /*transform-origin: 25px top;*/
        transform: translate(200px,0);
    }
    #logo-ext.logo-ext-anim
    {
        transform: translate(-400px,0);
        transition: transform .5s ease-in-out;
    }
    #hamburger-bgnd, #hamburger
    {
        visibility: hidden;
    }
}

