/*
 * Theme Name: nicoversity Theme
 * Theme URL: https://me.nicoversity.com
 * Theme Version: 0.4
 * Description: Theme for the official website of Nico Reski 
 * Keywords: nico, reski, nico reski, nicoversity
 * Author: Nico Reski

 	nicoversity Theme
 	https://me.nicoversity.com

 	This theme was designed and built by Nico Reski.

 	Additional third party resources used in this theme:
    * Comfortaa by Johan Aakerlund: https://github.com/googlefonts/comfortaa
    * Font Awesome 7.2.0 Free by Fonticons, Inc.: https://fontawesome.com

 */

/* === Third Party Resources === */

@font-face {
    font-family: 'Comfortaa';
    src: url('webfonts/Comfortaa-VariableFont_wght.ttf') format('woff2-variations');
    font-weight: normal;
    font-style: normal;
}

/* === HTML ELEMENTS === */

html, body
{
    background: #ffffff;
    color: #333333;
    display: block;
    letter-spacing: 0px;

    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.6;
    font-family: menlo, 'andale mono', 'helvetia', sans-serif;
}

a
{
    text-decoration: none;
}

a:link, a:visited
{
    color:#0C9E27;
}

a:hover, a:active
{
    color:#0C8027;
}

h1, h2, h3
{
    font-family: 'Comfortaa', menlo, 'andale mono', 'helvetia', sans-serif;
    margin: 0px 0px 12px 0px;
}

h1
{
    font-size: 22px;
}

h2
{
    font-size: 18px;
}

h3
{
    font-size: 14px;
}

h3, h4, p
{
    margin: 0px 0px 0px 0px;
}

iframe
{
    border: 0px;
}

/* === IDs === */

#site
{
    max-width: 680px;
    margin: 0px auto 0px auto;
    padding: 7px 7px 7px 7px;
}

#header
{
    margin: 0px 0px 0px 0px;
    text-align: center;
}

#navigation-main
{
    font-size: 22px;
}

#navigation-main ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

#navigation-sub
{
    font-size: 18px;
}

#navigation-sub ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#image-landing img
{
    width: 80%;
    max-width: 300px;
    border-radius: 30px;
    display: block;
    margin: 0px auto 0px auto;
    pointer-events: none;
}

#image-landing p
{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0px 0px 0px;
}

#social-landing
{
    font-size: 20px;
}

#social-landing ul
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

#social-landing li
{
    display: inline-block;
    padding: 0px 16px 0px 16px;
}

#image-academia-profile img
{
    width: 100%;
    max-width: 480px;
    border-radius: 30px;
    display: block;
    margin: 0px auto 0px auto;
    pointer-events: none;
}

/* === CLASSES === */

.content-block
{
    text-align: justify;
    padding: 12px 16px;
}

.content-block p
{
    padding: 0px 0px 16px 0px;
}

.content-block p:last-child
{
    padding-bottom: 0px;
}

.heading-horizontal-delimiter
{
    border-top: 1px solid #0C9E27;
    padding-top: 8px;
}

.text-centered
{
    text-align: center;
}

.text-comfortaa
{
    font-family: 'Comfortaa', menlo, 'andale mono', 'helvetia', sans-serif;
}

.page-active a
{
    text-decoration: none;
}

.page-active a:link, .page-active a:visited
{
    color:#0C6227;
}

.page-active a:hover, .page-active a:active
{
    color:#0C8027;
}

.navigation
{
    font-family: 'Comfortaa', menlo, 'andale mono', 'helvetia', sans-serif;
}

.navigation ul
{
    list-style: none;
    margin: 12px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
}

.navigation li
{
    display: inline-block;
    padding: 0px 12px 0px 12px;
}

.listing
{
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 24px;
}

.listing li
{
    padding: 0px 0px 16px 0px;
}

.listing li:last-child
{
    padding-bottom: 0px;  
}

.margintop
{
    margin-top: 12px;
}

.work-teaser img
{
    height: auto;
    width: 100%;
    display: block;
    margin: 12px auto 12px auto;
}

.vimeo-embed
{
    padding: 56.25% 0px 12px 0px;
    position: relative;
}

.vimeo-embed iframe
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.photo-block img
{
    height: auto;
    width: 100%;
    display: block;
    margin: 12px auto 6px auto;
    pointer-events: none;
}

.photo-block p
{
    text-align: right;
    padding-right: 12px;
}

.drawing-block img
{
    height: auto;
    width: 100%;
    display: block;
    margin: 12px auto 6px auto;
    pointer-events: none;
}

.drawing-block p
{
    text-align: right;
    padding-right: 12px;
}

.audio-block img
{
    height: auto;
    width: 100%;
    display: block;
    margin: 6px auto 6px auto;
    pointer-events: none;
}

.audio-block p
{
    text-align: left;
    padding-right: 12px;
}
