@charset "utf-8"; 

@font-face {
font-family: "Garabosse";
font-weight: normal;
font-style: normal;
src: 
    local: "Garabosse",
    url("https://vvvvvvaria.org/~systers/fonts/Garabosse-Gaillarde.woff") format("woff"),
    url("https://vvvvvvaria.org/~systers/fonts/Garabosse-Gaillarde.woff2") format("woff2");
}

@font-face {
font-family: "Velvelyne";
font-weight: normal;
font-style: normal;
src: 
    local: "Velvelyne",
    url("https://vvvvvvaria.org/~systers/fonts/Velvelyne-Regular.woff") format("woff");
}

@font-face {
font-family: "Velvelyne";
font-weight: light;
font-style: normal;
src: 
    local: "Velvelyne",
    url("https://vvvvvvaria.org/~systers/fonts/Velvelyne-Light.woff") format("woff");
}

@font-face {
font-family: "Velvelyne";
font-weight: book;
font-style: normal;
src: 
    local: "Velvelyne",
    url("https://vvvvvvaria.org/~systers/fonts/Velvelyne-Book.woff") format("woff");
}

@font-face {
font-family: "Velvelyne";
font-weight: bold;
font-style: normal;
src: 
    local: "Velvelyne",
    url("https://vvvvvvaria.org/~systers/fonts/Velvelyne-Bold.woff") format("woff");
}

@font-face {
font-family: "BBB_Karrik";
font-weight: normal;
font-style: normal;
src: 
    local: "BBB_Karrik",
    url("https://vvvvvvaria.org/~systers/fonts/BBB_Karrik.woff") format("woff");
}

@font-face {
font-family: "BBBReadMe";
font-weight: normal;
font-style: normal;
src: 
    local: "BBBReadMe",
    url("https://vvvvvvaria.org/~systers/fonts/BBBReadMe-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "FluxischElse";
    src: url('https://vvvvvvaria.org/~systers/fonts/fluxisch-else/FluxischElse-Regular.woff  ') format('woff'),
    font-weight: normal;
    font-style: normal;
}



@page{
    size: A5;
    margin: 10mm 20mm 25mm 20mm;

    @bottom-center{
        content: counter(page);
        font-family: monospace;
    }
}
body{
    font-size: 1.1em;
    line-height: 1.5;
    background-color: #F3A668;
    font-family: "FluxischElse";
}

#main {
    margin: 0 auto;
    max-width: fit-content;
    width: 60%;
    padding-bottom: 10em;
    }

#main h1 {
    font-size: 5em;
    text-align: center;
    padding-top: 0.5em;
    }

#cover_title {
    display: none;
    }

h2 {
	background: #FFBC3C; 
	padding: 0.3em 0.5em; 
	border-radius: 15px;
	margin: 1.5em 0;
}

h1, h2 {
	color: #822b01;
	font-family: "BBB_Karrik";
	line-height: 1.1em;
}

h3, h4, h5, h6 {
    color: black;
}

#nav {
    position: fixed;
    z-index: 100;
    top: 0;
    background: #f3a668;
    width: 59.6%;
    text-align: center;
    }

.click {
    background: #FFBC3C;
    border-radius: 15px;
    padding: 0.5em;
    font-weight: bold;
}

:target {
     scroll-margin-top: 2.3em;
    }

.logo {
    width: 100%;
}

.logo-item {
    width: 20%;
    margin: 0 auto;
}

.logo-section {
    display: inline-flex;
    font-size: 0.8em;
}

a, a:visited {
    color: #822b01;
  text-decoration: none;
}

a:hover {
    color: green;
}


:root {
  --base:              #ffa348;
  --bg-blend:          multiply;
  --blur:              0px;
  --fg-blend:          overlay;
  --foreground:        #26a269;
  --opacity:           1;
  --spacing:           1%;
}
.img-wrapper {
  background-color:    var(--base);
  height:              100%;
  position:            relative;
  padding: 0;
  margin: 0;
}

.img-wrapper img {
  filter:              grayscale(100%) contrast(1) blur(var(--blur));
  flex:                1 0 100%;
  height:              100%;
  max-width:           100%;
  mix-blend-mode:      var(--bg-blend);
  object-fit:          cover;
  opacity:             var(--opacity);
  position:            relative;
  width:               100%;
}

.img-wrapper::before {
  background-color:    var(--foreground);
  bottom:              0;
  content:             '';
  height:              100%;
  left:                0;
  mix-blend-mode:      var(--fg-blend);
  position:            absolute;
  right:               0;
  top:                 0;
  width:               100%;
  z-index:             1;
}

.portrait-wrapper img {
  float: left;
  margin-right: 0.8em;
  padding: 0;
  width: 15%;
}

.portrait-wrapper figcaption {
    display: none;
    }

figure {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

.researcher {
    padding-bottom: 0.9em;
    display: block;
    overflow: auto;
}

.researcher h3 {
    margin-bottom: 0;
    }

.researcher h4 {
    margin: 0 0 1em 0
    }

#helen-v\.-pritchard h3 {
  margin-top: 0;
}

.bio {
    display: flow-root;
    margin: 0;
}

/* ------------------------------------------------------------------ mobile */

@media   screen and (max-width: 600px) {
#main {
    width:100%;
    }

#main h1 {
    font-size: 2.2em;
    padding-top: 4.6em;
    }

#nav {
    width: 96%;
    font-size: 0.9em;
    }

.click {
    padding: 0 0.7em;
    margin: 0.3em 0;
    display: block;
    }

.logo-section {
    font-size: 0.6em;
    }

h2 {
    margin: 0.5em 0;
    }

:target {
     scroll-margin-top: 7.5em;
    }


}

/* ------------------------------------------------------------------ tablet */

@media   screen and (min-width: 601px) and (max-width: 1024px)
 {

#main {
    width:100%;
    }

#main h1 {
    font-size: 3em;
    padding-top: 3.2em;
    }

#nav {
    width: 98%;
    font-size: 0.9em;
    }

.click {
    padding: 0 0.7em;
    margin: 0.3em 0;
    display: block;
    }

h2 {
    margin: 0.5em 0;
    }

:target {
     scroll-margin-top: 7.5em;
    }




}


