/* RESET */

@media (max-width: 1090px) {
   .logo img {
    width: 40% !important;
 }
}
	
a:link {
  color: inherit;
  text-decoration: none;
		cursor: url("../images/td_cursor_hover.png"),auto;

}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
}

@font-face {
  font-family: 'Lausanne-500';
  src:url("../Lausanne-500.otf") format("opentype");
}

@font-face {
  font-family: 'Lausanne-500-italic';
  src:url("../Lausanne-500Italic.otf") format("opentype");
}

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	text-decoration: none;
		cursor: url("../images/td_cursor.png"),auto;	

}

#logo {
	font-family: "rafaella", serif;
font-weight: 400;
font-style: normal;
font-size: 30pt;
	text-align: center;
	margin-top: 20px;
}


#box {
  border: 20px solid; /* Width, style, and color */
	cursor: url("../images/td_cursor.png"),auto;
}
#boxhome {
  border: 20px solid; /* Width, style, and color */
	height: 100vh;
	cursor: url("../images/td_cursor.png"),auto;	
}

h1 {
	font-family: "Lausanne-500", sans-serif;
	line-height: 1.1;
	
font-size: 80pt;
	text-align: center;
}
h2 {
	font-family: "Lausanne-500", sans-serif;
		line-height: 1.2;

font-size: 44pt;
	text-align: left;

}
h3 {
	font-family: "Lausanne-500", sans-serif;
	line-height: 1.3;
font-size: 30pt;
	text-align: left;

}
h4 {
	font-family: "Lausanne-500", sans-serif;
	
font-size: 30pt;
	text-align: center;

}
#projectlist {
	margin-bottom: 80px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
#projectlisthome {
	margin-bottom: 80px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	
}
#pagetext {
	margin-left:10%;
	width:80%;
}