﻿:root {
    --bg-color: white;
    --article-bg-color: white;
    --sidebar-bg-color: #F0F0F0;
    --header-color: #F9E4B3;
    --footer-color: #F9E4B3;
    --accent-color: #D98000;
    --accent-color-secondary: Purple;
    --h-color: #3A3A3A;
    --scrollbar-bg-color: #F0F0F0;
    --scrollbar-fg-color: #AAAAAA;
    --image-border-color: #808080;
    --font-family: 'Segoe UI', Arial, sans-serif;
    --font-family-monospace: Consolas, monospace;
    --font-family-header: Georgia, Times New Roman, Serif;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

body {
    font-family: var(--font-family);
}

article {
}

header {
}

footer {
}

main {
}

#header-image {
    float: right;
    margin-top: -76px;
    margin-right: var(--side-margin);
}

#header-logo {
    margin-left: var(--side-margin);
    margin-top: -4px;
    height: 80px;
}

#navigation {
    font-size: 1.3em;
    margin-top: -28px;
    margin-left: 300px;
}

h1, h2, h3, h4, h5 {
    font-family: var(--font-family-header);
    font-weight: bold;
    color: var(--h-color);
}

p {
    line-height: 1.3em;
    margin-bottom: 0.5em;
}

a:link, a:visited {
}

a:hover {
}

.navigation-link {

}

.selected-navigation-link {
    font-weight: bold;
}

sidebar ul {
    list-style-type: disc;
}

sidebar #sponsors-content {
    margin-left: 20px;
}

sidebar .sidebar-posts {
    margin-top: 10px;
    list-style-type: circle;
}

sidebar .sidebar-shows {
    margin-left: 4px;
    margin-bottom: 10px;
}

    sidebar .sidebar-shows img {
        border: solid 1px var(--image-border-color);
    }

sidebar .publication-sidebar{
    margin-bottom: 15px;
    margin-left: -3px;
}

sidebar h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #808080;
    font-family: Calibri, sans-serif;
    font-weight: bold;
}

    sidebar h1#sidebar-first-title {
        margin-top: 0;
    }

/* Content */

#featured {
    margin-top: -105px;
    margin-left: 120px;
}

#index-profile-picture {
    width: 100px;
    border-radius: 50px;
    border: solid 1px #AAAAAA;
}

#about-profile-picture {
    width: 150px;
    border-radius: 75px;
    border: solid 1px #AAAAAA;
}

code {
    font-family: var(--font-family-monospace);
    background-color: #EEEEEE;
}

.sidebar-publication {
    margin-bottom: 15px;
}

.floatLeft {
    float: left;
    margin-right: 10px;
}

.floatRight {
    float: right;
    margin-left: 10px;
}

.publications-year-summary {
    margin-bottom: 10px;
    line-height: 1.5em;
}

/* footer */

#galasoft-footer {
    margin-bottom: -1em;
    margin-top: 2em;
}

#galasoft-footer-logo {
    vertical-align: middle;
}

#galasoft-footer-links {
    position: relative;
    width: 50%;
    top: -36px;
    left: 130px
}

#galasoft-footer-social {
    margin-top: 5px;
}

/* Responsive */

@media (max-width: 930px) {
    #header-image, #navigation {
        visibility: collapse;
    }

    #galasoft-footer-links {
        position: unset;
        margin-top: 10px;
        width: 100%;
    }
}

@media (pointer: coarse) {

    #header-image, #navigation {
        visibility: collapse;
    }

    #featured {
        margin-top: 20px;
        margin-left: 0;
    }

    #index-profile-picture {
        width: 140px;
        border-radius: 70px;
    }

    body {
        font-size: 0.8em;
    }

    p {
        line-height: 1.5em;
    }

    #galasoft-footer-social {
        margin-bottom: 30px;
    }

    sidebar {
        font-size: 1.1em;
        line-height: 1.3em;
    }

    sidebar li {
        margin-bottom: 8px;
    }

    .fas {
        margin-right: 5px;
    }

    .fab {
        margin-right: 0px;
    }
}

@media (pointer: coarse) and (max-height: 400px) {
    #header-image, #navigation {
        visibility: collapse;
    }

    #featured {
        margin-top: 20px;
        margin-left: 0;
    }

    #index-profile-picture {
        width: 140px;
        border-radius: 70px;
    }

    sidebar #sponsors-content, sidebar #sidebar-first-title {
        visibility: collapse;
        height: 0px;
    }

    sidebar #sidebar-second-title {
        margin-top: -10px;
    }
}

@media (pointer: coarse) and (max-height: 300px) {
    #header-image, #navigation {
        visibility: collapse;
    }

    #featured {
        margin-top: 20px;
        margin-left: 0;
    }

    #index-profile-picture {
        width: 140px;
        border-radius: 70px;
    }
}

/* TEMPORARY */
.gslb_rsbDivLegend {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}