@font-face {
  font-family: "SuisseMed";
  src: local("â˜º"),
      url("../typo/Suisse_BP_Intl_Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  margin: 0;
  font-family: 'SuisseMed', Helvetica, Georgia, Arial;
  color: #333;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: auto;
  justify-content: center;
}

a {
  text-decoration: none;
  color: #333;
}

header {
  height: 60px;
  margin: 0 auto 100px;
}

header h1 {
  float: left;
  font-size: 18px;
  line-height: 60px;
  margin: 0;
  font-weight: normal;
}

header .nav {
  float: right;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-weight: normal;
  vertical-align: middle;
}

header .nav li {
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

header .nav li a {
  color: #999;
}

header .nav li.active a {
  color: #333;
}

header .nav li a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 2px;
}

header .nav .socialmedia img {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}

header .nav .socialmedia a {
  margin-top: 0;
}

header .nav li img {
  fill: currentColor;
}

.content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 30px;
}

/** About Page **/

#about {
  margin: 0 auto 0;
  text-align: center;
  width: 420px;
  max-width: 100%;
}

#about img.main {
  width: 180px;
  margin-bottom: 10px;
  cursor: pointer;
}

#about h3 {
  font-size: 13px;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2em;
  margin: 0 0 70px;
}

#about h3 span:first-child {
  padding-right: 4px;
}

#about p {
  text-align: left;
  text-align: justify;
  line-height: 16px;
}

#about-img-text {
  opacity: 0;
  transition: opacity 0.3s;
}

#about-img-text.shown {
  opacity: 1;
}
