:root {
  --feat: #ff6eff;
  --featOrange: #FF5F1F;
  --featPink: #ff6eff;
  --featGold; #e4b028;
}


body {
	font-family: 'Akzidenz Grotesk Pro Regular Regular', Helvetica;
  letter-spacing: 2px;
	font-size: 2em;
	line-height: 1.3;
	
	background-color: #ffffff;
	color: #333333;
	margin: 0 auto 20px auto;
	width: 100%;
  cursor: crosshair;
}

@font-face {
	font-family: 'Akzidenz Grotesk Pro Regular Regular';
  src:	url('akzidenz_grotesk_pro_regular_regular-webfont.woff2') format('woff2');
    		url('akzidenz_grotesk_pro_regular_regular-webfont.woff') format('woff');
        url('akzidenz_grotesk_pro_regular_regular-webfont.ttf') format('truetype');
}

a {
  cursor: crosshair;
}


header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  opacity: 0.9;
  position: fixed;
	padding: 20px;
  border-bottom: 2px solid var(--feat);
  width: 100%;
  z-index: 1;
}

h1 {
  font-family: "EB Garamond";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: -4px;
  line-height: 1.1;
  margin: 0 0 20px 0;
}

h2 {
  font-family: "EB Garamond";
  font-style: italic;
  font-size: 1.6em;
  letter-spacing: -2px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid var(--feat);
}

h3 {
  font-family: 'Akzidenz Grotesk Pro Regular Regular', Helvetica;
  font-size: 0.7em;
  letter-spacing: 1px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid var(--feat);
  color: var(--feat);
}

h4 {
  font-family: 'Akzidenz Grotesk Pro Regular Regular', Helvetica;
  font-size: 0.7em;
  letter-spacing: 1px;
  color: #000;
}

p {
  font-family: 'Akzidenz Grotesk Pro Regular Regular', Helvetica;
  font-size: 0.7em;
  letter-spacing: 1px;
  padding: 20px 0 0 0;
}

pSmall {
      font-family: 'Akzidenz Grotesk Pro Regular Regular', Helvetica;
  font-size: 0.4em;
  letter-spacing: 1px;
  padding: 20px 0 0 0;
}

li {
  font-family: 'Akzidenz Grotesk Pro Regular Regular', Helvetica;
  font-size: 0.4em;
  letter-spacing: 1px;
  padding: 14px 0 0 0;
}

li a {
  color: var(--feat);
  text-decoration: none;
  border: 1px solid var(--feat);
  border-radius: 5px;
  padding: 5px 5px 2px 5px;
}

li a:hover {
	background-color: var(--feat);
	color: #fff;
}  

p a {
  text-decoration: none;
  color: var(--feat);
  border: 1px solid var(--feat);
  border-radius: 5px;
  padding: 5px 5px 2px 5px;
}

p a:hover {
  background-color: var(--feat);
  color: #fff;
} 

header a {
  text-decoration: none;
  color: #000000;
}

header a:hover {
  text-decoration: underline;
}

nav a {
  color: black;
  text-decoration: none;
  margin-right: 20px;
}

nav a:hover {
  text-decoration: underline;
  cursor: crosshair;
}

section {
  padding: 40px 20px 40px 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px 32px;
  border-bottom: 1px solid var(--feat);
}

section h1 {
  grid-column: 1 / span 10;
}
section.video {
  display: inline-block;
  width: 100%;
  max-height: 90vh;
  height: 90vh;
  overflow: hidden;
  background: black;
}
section.video > div {
/*  height: 100%;*/
  padding: 20px;
}

section.description {
	padding: 250px 0 160px 0 ;
  margin: 0 0 0 20px;
}

section.descriptionFragments {
  padding: 100px 0 80px 0 ;
    margin: 0 0 0 20px;
  }
  
section.description a {
text-decoration: none;
font-family: 'Akzidenz Grotesk Pro Regular Regular', Helvetica;
font-style: normal;
border: 1px solid var(--feat);
border-radius: 20px;
color: var(--feat);
margin: 0 5px 0 10px;
padding: 10px 20px 10px 10px;
}

section.description a:hover {
background-color: var(--feat);
color: #fff;
}

section.project img {
grid-column: 1 / span 6;
}

section.project div {
grid-column: 1 / span 6;
}

section.project div.projectdescription-r {
grid-column: 7 / span 6;
}

section.project div.projectdescription-full {
grid-column: 1 / span 12;
}

section.project div.img-l {
grid-column: 1 / span 6;
}

section.project div.img-r {
grid-column: 7 / span 6;
}

.lefttext {
grid-column: 1 / span 6;
margin: 80px 0 0 0;
}

.righttext {
grid-column: 7 / span 6;
margin: 80px 0 0 0;
}

.threequartertext {
grid-column: 1 / span 8;
margin: 80px 0 0 0;
}

section.abouttext {
  border-bottom: 2px solid var(--feat);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding: 20px;
  width: 100%;
}

footer a {
  color: var(--feat);
  text-decoration: none;
  border: 1px solid var(--feat);
  border-radius: 5px;
  padding: 5px 5px 2px 5px;
}

footer a:hover {
	background-color: var(--feat);
  color: #fff;
}

/* Mobile media queries */

@media (max-width:1268px) {
  body {
    	width: auto;
  }
}

@media (max-width:900px) {
  header {
    flex-direction: column;
  }
  
  nav a {
    font-size: 0.8em;
  }
  
  section.description {
	padding: 200px 0 80px 0 ;
	}
  
  section.description h1, section.abouttext h1 {
    font-size: 1.5em;
    letter-spacing: -3px;
  } 
  
  section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 16px;
}
  
section h1, section.project img, section.project div, section.project div.projectdescription-r, section.project div.projectdescription-full, section.project div.img-l, section.project div.img-r, .lefttext, .righttext {
	grid-column: 1 / span 2;
}
  
footer {
  flex-direction: column;
  font-size: 0.8em;
}
  
footer a {
	margin: 0 0 10px 0;
}
  
p a {
  padding: 2px 5px 2px 5px;
}

section.description a {
	padding: 0 5px 0px 5px;	
}

  .lefttext {
    padding: 80px 0 0 0;
  }  
  
  h2 {
    font-size: 1.2em;
  }
  
}