body {
  font-family: Garamond, serif;
  padding:1px;
  line-height: 1.5;
  background-color: #e6e3e3;
}

.button {
  background-color: #e6e3e3;
  border: 3px dotted black;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family:inherit;
  font-size: 19.5px;
  margin: 4px -4px;
  cursor: pointer;
  border-radius: 50px;
  transition-duration: 0.1s;
  }

.button:hover {
  border: 3px dotted yellow;
  background-color: yellow;
  color: black;
  box-shadow: 0 3px 13px 0 rgba(0,0,0,0.3);
  }

.container{
	margin:-1px;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: yellow;
  text-decoration: none;
}

a:active {
  color: yellow;
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

li {
  font-weight: 300;
  font-style: normal;
  font-size: 19.5px;
}

.header {
	margin: 0 20px;
}

.home {
	max-width: 250px;
	float:left;
}

.language {
	float:right;
	text-align:right;
	margin-top:8px;
	font-variant:small-caps;
}

.menu {
	margin: 0 20px;
    position: sticky;
    top: 10px;
	max-width: 250px;
    clear: left;
}

.column {
  margin: 30px 20px;
  max-width: 520px;
  clear:left;
}

.projheader{
    clear:left;
    margin: 100px 20px 0 20px;
}

.projname {
  margin:auto;
  margin-top: 70px 20px 0 20px;
  max-width:1120px;
}

.projhome {
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  font-weight: 200;
  font-size: 25px;
}

p {
  font-weight: 300;
  font-style: normal;
  font-size: 19.5px;
}

.faded{
	color:#bbbbbb;
}

div.scroll-container {
  background-color: #000;
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
  margin: 50px 0px 10px 0px;
}

div.scroll-container img {
  padding: 0px;
  max-width:900px;
}

div.scroll-container-zine {
  background-color: #e6e3e3;
  overflow: auto;
  white-space: nowrap;
  padding: 0px;
  margin: 50px 0px 10px 0px;
}

div.scroll-container-zine img {
  padding: 0px;
  max-width:900px;
  max-height:720px;
  object-fit:scale-down;
}

picture.diva img {
  display: block;
  margin: auto;
  width: 900px;
  max-width: 100%;
  margin:collapse;
  margin-top: 0px;
  margin-bottom: 0px;
  outline-style: none;
  outline-width: 10px;
  outline-color: yellow;
  outline-offset: -10px;
}

picture.diva img:hover {
  outline-style: solid;
}

.hero img {
  display: block;
  margin: auto;
  width: 900px;
  max-width: 100%;
  margin:collapse;
  margin-top: 50px;
  margin-bottom: 0px;

}

.text-container{
	margin: 0 20px;
}

figcaption {
    margin:auto;
    margin-top: 10px;
    margin-bottom: 50px;
    max-width:900px;
	color:#777777;
}

.wide {
	max-width:1120px;
}

.description {
  margin:auto;
  margin-top: 25px;
  margin-bottom: 25px;
  max-width:1120px;
}

.projvideo{
    margin:auto;
    margin-top: 50px;
    max-width:780px;
}

.projvideowide{
    margin:auto;
    margin-top: 50px;
    max-width:900px;
}

.icon {
      width: 0.8em;
      height: 0.8em;
      vertical-align: -0.125em;
    }

.references{
    margin:auto;
    margin-top: 70px;
    margin-bottom: 70px;
    max-width:1120px;
}

ul.reflist{
    list-style-image: url('https://www.eloureiro.com/images/yellowsq.gif');
    list-style-type: square;
}

ul.reflist li{
	padding-bottom:10px;
	font-size:16px;
}

@media (max-width: 768px) {
  div.scroll-container {
    margin: 50px -20px 10px -20px;
  }
}

canvas {
  width: 1480px;
  max-width: 100vw;
  height: auto;
}

.canvas-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hero-lightpass {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
}