@font-face {
    font-family: "Izayoi Monospace";
    src: url('izayoimonospaced-nwoy-webfont.woff2') format('woff2'),
         url('izayoimonospaced-nwoy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: "Izayoi Monospace";
}

.page, #nav-links, #blog-content {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .page, #nav-links, #blog-content {
        width: 100%;
    }
}

.page.active {
    display: block;
}

.page {
    display: none;
}

.nav-link, .blog-link {
    display: block;
    padding: 5px 0;
}

.nav-link:after, .blog-link:after {
    content: "\a";
    white-space: pre;
}

.portfolio-link .desc {
    cursor: pointer;
}

.floated {
    float: left;
    padding: 5px;
}

@media (max-width: 700px) {
    .floated {
        width: 200px;
    }
}

.portfolio-image {
    width: inherit;
}

button {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    background: white;
    border: 2px solid black;
    font-family: inherit;
    cursor: pointer;
}

button:hover {
    background: black;
    color: white;
    border-color: white;
    transition: all ease-in-out 100ms;
}
