@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Signika:400,700&display=swap');

body {
    font-family: 'Signika', sans-serif;
    background-color: #F5F4D6;
    text-align: center;
    height: 95vh;
}

nav {
    font-family: 'Signika', sans-serif;
    width: 20vw;
    display: inline-block;
    float: left;
}

ul {
    list-style-type: none;
    text-align: left;
    font-size: calc(25px + 0.5vw);
    padding: 0;
    padding-bottom: 15px;
    width: 25vw;

}

li{
    margin: 0 1vw;
    color: #6A7B87;
}   

a{
    text-decoration: none;
}

a:visited{
    text-decoration: none;
    color: #6A7B87;
}

a:hover{
    color: #3C86AA;
}

a.current{
    text-decoration: none;
    color: #C48B6E;
}

.content_title {
    font-family: 'Signika', sans-serif;
    width: 75vw;
    height: 95vh;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 100px;
    font-weight: 900;
}

a.inspiration {
    text-decoration: none;
    color: inherit;
}

.smalltext{
    height: 20px;
    padding-bottom: 20px;
}

a.author_credit {
    vertical-align: top;
    color: inherit;
    font-size: 12px;
}

.subtext {
    font-size: 20px;   
}

.content_text {
    font-family: 'Signika', sans-serif;
    width: 75vw;
    height: 95vh;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    font-weight: 900;
    padding-left: 75px;
    padding-right: 50px;
}

pre {
    width: 75vw;
    height: 95vh;
    display: table-cell;
    vertical-align: middle;
}

.wireframe_web {
    width: 30vw;
    padding: 1vw;
    vertical-align: top;
}

.wireframe {
    width: 25vw;
    padding: 2vw;
    vertical-align: top;
}
