/*----------body----------*/
a {
  text-decoration: none;
  color: #a17cc3;
}

a:hover {
  text-decoration: none;
  color:white;
}

a:visited {
  text-decoration: none;
  color: #c3b47c;
}

body {
  background-image: url('/background.jpg');
  background-size: cover;
  background-position-y: -100px;
  background-repeat: no-repeat;
  background-color: #192018;
  font-family: Garamond, Times, serif;
  color: white;
}
/*----------header----------*/

header {
  max-width: 900px;
  margin: auto;
  margin-bottom: 0em;
}

header a {
  color: white;
}

header a:visited {
  color: white;
}

header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 17vmin;
}

header h1 {
  text-align: center;
  font-size: 6vmin;
  letter-spacing: 0.2em;
  margin-bottom: 0.2em;
}

header h2 {
  text-align: center;
  font-weight: normal;
  font-size: 3vmin;
}

header hr {
  height: 1px;
  background-color: white;
  margin: auto;
}		

/*----------main---------*/

main {
  max-width: 800px;
  margin: auto;
}

main img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  width: 60vw;
  max-height: 20vh;
  max-width: 700px;
}

main .essay {
  -webkit-columns: 4 400px;
  -moz-columns: 4 400px;
  columns: 4 400px;
  column-gap: 40px;
  column-fill: auto;
}
 
main .essay h1 {
 column-span: all;
}

main .date {
  float: right;
  margin-right: 2em;
}

main .email p {
  font-size: 1.2em;
}

main .linksummary {
  display: inline-block;
  margin-right: 0em;
  margin-left: 2em;
  text-align: left;
  max-width: 600px;
}

main .linkpage {
  display: inline-block;
  max-width: 150px;
}

main .linkpage img {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  max-height: 15vh;
  max-width: 150px;
  text-align: left;
}

/*----------footer----------*/

footer {
  margin: auto;
  margin-top: 3em;
  max-width: 900px;
  text-align: center;
}

footer hr {
  height: 1px;
  background-color: white;
  margin: auto;
}  
	    	
footer ul {
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
  padding: 0px;
}

footer li {
  display: inline;
  padding: 8px;
}

footer .bottom {
  font-size: small;
}
