/* color theme: https://coolors.co/353535-f15025-005377-ffffff-d9d9d9 */
html, body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, header, footer {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
html,body { 
  /*height: 100%;*/
  margin: 0;
  background-color: #353535;
}
header {
  text-align: center;
  background-color: #353535;
  color: #D9D9D9;
}
nav {
  /*background-color: #3E92CC;*/
  background-color: #005377;
  color: #FFFFFF;
  padding: 1em;
}
footer {
  text-align: center;
  font-size: 70%;
  background-color: #353535;
  color: #D9D9D9;
  height: 100%;
  padding-top: 1em;
}
strong {
  /*color: #F15025;*/
  color: #3E92CC;
  /*color: #005377;*/
  font-weight: 400;
}
h1 {
  color: #3E92CC;
  font-size: 350%;
  font-weight: 200;
}
h2 {
  color: #FFFFFF;
  font-size: 160%;
  font-weight: 100;
}
h3 {
  color: #353535;
  font-size: 125%;
  font-weight: 300;
  padding-top: 0.5em;
  border-bottom: 1px;
  border-bottom-color: #005377;
  border-bottom-style: inset;
  margin-bottom: 0.5em;
}
a {
  color: #F15025;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*
 * custom classes and sections
 */

.content {
  background-color: #D9D9D9;
  color: #353535;
  padding: 0.5em;
  text-align: justify;
  font-weight: 300;
}
.about-me {
  position: relative;
  width: 700px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.about-me span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.about-me ul {
  list-style-type: none;
  margin: auto;
  width: 80%;
}
.about-me ul li {
  display: block;
  height: 32px;
  line-height: 32px;
}
.about-me ul li img {
  vertical-align: middle;
}
.about-me img {
  margin-left: auto;
  margin-right: auto;
  float: left;
  padding-right: 1em;
}
