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

html {
  font-family: "Open Sans", sans-serif;
}

body {
  padding: 2ex;
}

ul {
  padding: 0;
}

li {
  list-style: none;
  line-height: 1.6;
}

a, a:visited {
  text-decoration: none;
  color: #32a861;
}

a:hover {
  background-color: #fbeeac;
}

hr {
  border: 0;
  background: #a5a5a5;
  height: 1px;
  margin: 0 0 20px;
}

h1 {
  font-weight: 600;
}

h2 {
  padding: 1ex 0 0 0;
  font-weight: 500;
}

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

.wrapper {
  margin: auto;
  max-width: 800px;
}

img.me {
  width: 100%;
}

header {
  margin-top: -22px;
  font-weight: 350;
  padding: 0;
  width: 250px;
  position: fixed;
  height: 100%;
  overflow: auto;
}

main {
  margin-left: 250px;
  margin-top: 50px;
  padding-left: 3em;
  font-size: 0.85em;
  font-weight: 350;
  text-align: justify;
  p {
    color: #777;
  }
  b {
    font-weight: 450;
    color: #000;
  }
}

p2 {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.6;
  b {
    font-size: 1.1em;
    font-weight: 450;
    color: #000;
  }
}

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

.section {
  border-bottom: solid 0.5px #a5a5a5;
  padding: 0 0 2ex 0 ;
}

.subtitle {
  color: #777;
  font-size: 0.9em;
  border-bottom: solid 1px #a5a5a5;
}

.img-container {
  margin: 0 0 2ex 0;
  img {
    width: 100%;
    max-width:100%;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 0.8em;
  padding: 2ex 0 15px 0;
  a {
    color: #999999;
  }
}

.conf {
  display: flex;
}

.conf > .date {
  margin-right: 1em;
}

.navbar {
  padding: 0;
  margin: 0;
}

.navbar > li {
  margin: 2ex 0 2ex 0;
}

.small {
  color: #777;
  font-size: 0.9em;
}

.grey {
  color: #777;
}

.violet {
  color: #351990;
}

ul.spacedlist > li {
  margin-bottom: 1ex;
}

.bold {
  font-weight: 300;
}

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

@media (max-width: 1000px) {
  .wrapper {
    flex-direction: column;
  }
  img.me {
    width: 200px;
  }
  main {
    margin-left: 0px;
    padding-left: 0em;
  }
  header {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media (max-width: 450px) {
  img.me {
    width: 100%;
  }
  .img-container > img {
    width:100%;
  }
}

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

.button {
  border-style: solid;
  border-width: 1px;
  color: #32a861;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 0.8em;
  border-radius: 10px;
}
.button:hover {
  background-color: #fbeeac;
  color: #32a861;
}

.details {
  display: block;
}
.details .summary-target {
  display: none;
}
.details .summary-target.show {
  display: block;
  font-size: 0.9em;
  color: #777;
  margin-bottom: 1em;
}
nav {
user-select: none;
}
nav * {
cursor: pointer;
}
.summary {
  border-style: solid;
  border-width: 1px;
  color: #32a861;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 0.8em;
  border-radius: 10px;
}
.summary:hover {
  background: #fbeeac;
}
nav .summary {
  list-style: none;
}
nav .summary::-webkit-details-marker {
  display: none;
}
nav .summary {
  display: -webkit-inline-flex;
  position: relative;
  top: 0px;
  right: 0%;
  margin-bottom: 1em;
}

.email-button 
{
border-style: solid;
  border-width: 1px;
  color: #32a861;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 0.8em;
  border-radius: 10px;
  margin-bottom: 1em;
}

.email-button:hover 
{
background: #fbeeac;
}

.webring { display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -0.8em;
}

.button-container {
  display: flex;
  gap: 10px;
}