/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');

.syne-mono-regular {
  font-family: "Syne Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

body,html {
    font-family: Syne Mono ;
    padding-top: 1rem;
    padding-left: 1rem;
  	font-size: 1vw;
    line-height: 1.2rem;
    letter-spacing: 0.01rem;
    font-weight: normal;
    font-style: normal;

    
    }
a {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
}

 h2{
  padding-top: 21px;
 }
 section{
 
  opacity: initial;

  box-sizing: border-box;
  
  padding-left: 1rem;
  padding-bottom: 10rem;
  z-index: 100;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  letter-spacing: 0.02rem;

 }

a:hover{
  color: #FE5757;
}

h3{
  text-indent: 24px;
  margin-top: 1rem;
}


 html{
  font-size: 62.5;
 }

 @media all and (max-width: 800px){
  main section, .bottom section{
    width: 100%;
  }
 }
img{
	opacity: 20;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	object-fit: cover;
	/*filter: invert(40%);*/
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;		
	z-index: -1;
	transition: opacity 1s;
}

	
	
main.reveal{
	opacity: 1;
	transform: translateY(0);
	transition: opacity 1s, transform 1s;
	transition-delay: 0.5s;
}

main{
	opacity: 0;
	transform: translateY(1rem);
	transition: opacity 1s, transform 1s;
    transition-delay: 0.5s
}

@media(max-width: 1000px){
	html{
		/*background-position: fixed;*/
		background-image: none;
		
	}
}

@media(max-width: 1300px){
	body, html{
		font-size: 1.1vw;
	}
}



@media(max-width: 1200px){
	body, html{
		font-size: 1.25vw;
	}
}


@media(max-width: 1000px){
	body, html{
		font-size: 16px;
	}
}

img.reveal{
	opacity: 0.3;
	transition: opacity 1s;}


  @media(max-width: 1200px){

    section{
      width: 50%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  }
  
  @media(max-width: 768px){
    
    section{
      width: 100%;
      display: block;
      padding-bottom: 4rem;
    }
  }  ˝
  
  
  h1, h2, h3, h4, h5, h6, p, ul, ol, li{
    font-size: 1rem;
    line-height: 1.18rem;
  }
  
  p{
    padding-left: 1rem;
  }
  
  h2{ text-transform: uppercase; padding-top: 1.5rem;}
  