/* 
Layout general
*/



@font-face {
  font-family: 'EB Garamond';
  src: url('EBGaramond-VariableFont_wght.ttf') format('truetype');
}


div#page {
	width: auto;
	margin: 0px 20px 20px 20px;
	}

div#content {
	margin: auto;
	padding: auto;
	}

div#colA {
	float: center;
	width: 100%;
    margin: 5px 0px 0px 0px;
	}

div#colB {
	float: center;
	width: 80%;
    	margin: -30px 0 0 0;
	}


/* 
Text general
*/


body {
	background: white;
	color: #00111a;
	font-family: 'EB Garamond';
	font-size: 100%;
	line-height: 160%;
	}

/* 
Hyperlinks
*/	

a {	text-decoration: none;
color: #006699

	}

a:hover {
color: #00334d}
/* 
Itemise and enumerate
*/

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

li { margin:0em;
	  }

div#content ul {
	margin: 2px 2px 2px 2px;
	display: block;
	list-style-type: decimal;
	}

div#content li {
	margin: 0;
	padding: 2pt 0px 0px 12px;
	display: block;
	list-style-type: decimal;
	}


summary {
  list-style: none;
  cursor: pointer;
    margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

details > *:not(summary) {
  margin-left: 12px;
    margin-top: 5px;
}

/* 
Headings
*/

div#namer {
	white-space: nowrap;
    	margin: 80px 0 0 0;
	}

h1 {
	margin: 40px 0 0 0;
	}

h2 {
	margin: 10px 10px 10px 0px;
	color: #333333;
	font-size: 120%;
 font-weight: 600;
    font-family: 'EB Garamond';
}
	
h3 {
    font-weight: normal;
    font-size: 105%;
	margin: 20px 0 0 0;
	}


/* 
Photo
*/

div#content img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
	
/* 
Footer
*/

div#footer {
	clear: both;
	margin: 10px 0px 30px 0px;
	padding: 0;
	border-top: 1px solid #dddddd;
	text-align: center;
	}
	
	
/* 
Desktops and displays of width greater than 1000 pixels
*/

@media only screen and (min-width: 1100px) {
    
    div#page {
	margin: 0 auto;
	width: 1130px;
	margin-top: 50px;
	}
    
div#colA {
	float: left;
	width: 760px;
	padding: 0 12px 0 0;
	}

div#colB {
    float: right;
	width: 330px;
	padding: 0 12px 12px 12px;
	}
}


/* --------------------------------------------------------------*/



