/* SET */

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Melange;
    src: url('typo/Melange-Regular.woff2') format('woff2');
    font-weight: lighter;
}

@font-face {
    font-family: Melange;
    src: url('typo/Melange-Bold.woff2') format('woff2');
    font-weight: bold;
}

html,
body {
    min-height: 100vh;
    font-family: 'Melange';
}

section {
    margin-left: 10px;
}

header {
    height: 50px;
}


/* TYPO STYLES */

h1 {
    font-weight: bold;
    font-size: 4vw;
    color: #000000;
}

h2 {
    font-weight: lighter;
    font-size: 2vw;
    color: #000000;
}

h2 a:link,
h2 a:visited {
    text-decoration: none;
    color: #000000;
    transition: color linear 0.15s;
}

h2 a:hover {
    color: #9887F8;
}

.colored {
    color: #9887F8;
    display: inline;
}


/* HUMANS */

.human {
    position: relative;
    display: inline;
    float: left;
    width: 33.33%;
}

ul#human {
    list-style-type: none;
    font-size: 2vw;
    font-weight: light;
    color: #000000;
}

ul#human li {
    margin-top: 30px;
    display: inline;
    float: left;
    width: 33.33%;
}

ul#human li a:link,
ul#human li a:visited {
    text-decoration: none;
    color: #000000;
}

ul#human li a:hover,
ul#human li a:active {
    color: #9887F8;
    -webkit-transition: .15s;
    transition: color linear 0.15s;
}

ul#human li img {
    display: none;
    width: 100%;
}

ul#human li img#humanImg1 {
    width: 40%;
}

ul#human li img#humanImg2 {
    width: 40%;
}

ul#human li img#humanImg3 {
    width: 40%;
}


/*
ul#human li a:hover~img,
ul#human li a:active~img {
    display: inline-block;
    width: auto;
    height: auto;
}
*/


/* TOP_NAVIGATION */

.back_menu3 {
    list-style: none;
    position: fixed;
    margin-left: 10px;
    margin-top: 10px;
}

.back_menu3 a {
    text-decoration: none;
    font-size: 2vw;
    font-weight: lighter;
    color: #9887F8;
    transition: color linear 0.15s;
}

.back_menu3 a:hover {
    color: #000000;
}

@media screen and (max-width:770px) {
    header {
        height: 50px;
    }
    h1 {
        font-size: 8vw;
    }
    h2 {
        font-size: 4vw;
    }
    ul#human {
        font-size: 4vw;
    }
    ul#human li {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
    }
    ul#human li img {
        display: none;
    }
    ul#human li a:hover~img,
    ul#human li a:active~img {
        display: none;
        width: auto;
        height: auto
    }
    .back_menu3 a {
        font-size: 4vw;
    }
}

@media screen and (max-width:440px) {
    header {
        height: 25px;
    }
    ul#human li {
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .human {
        margin-bottom: 25px;
    }
}