@font-face {
  font-family: "centima";
  src: url(../fonts/CentimaMono.ttf) format("truetype");
}

@font-face {
  font-family: "centimaBold";
  src: url(../fonts/CentimaMonoBold.ttf) format("truetype");
}

@font-face {
  font-family: "centimaLight";
  src: url(../fonts/CentimaMonoLight.ttf) format("truetype");
}

body {
  background-color: #2F3E46;
  display: block;
  padding-top: 3em;
  padding-left: 8em;
  padding-right: 3em;
  max-width: 40%;
}

h1 {
  font-family: centima;
  margin-bottom: 0em;
}

h2 {
  font-family: centima;
  margin-top: 0em;
}

h3 {
  font-family: centima;
}

p {
  font-family: centima;
}

a {
  font-family: centima;
}

a:link {
  text-decoration: none;
}

.title {
  color: #84A98C;
  font-size: 2.5em;
  letter-spacing: 0em;
}

.subtitle {
  color: #354F52;
  font-size: 1.6em;
  padding-bottom: 1.5em;
  font-weight: normal;
}

.heading {
  /*color: #66676e;*/
  color: #84A98C;
  font-size: 1.8em;
  margin-bottom: 0.3em;
  text-decoration: underline;
}

.content {
  font-size: 2em;
  padding-top: 0em;
  padding-bottom: 1em;
  margin-top: 0em;
  font-weight: bolder;

  color: #fff;
  letter-spacing: -0.05em;
  font-weight: 550;
  font-size: 1.2em;
  line-height: 2em;
  opacity: 0.8;
}

.button {
  display: inline;
  color: white;
}

.button:hover {
  color: #CAD2C5;
  font-size: 1em;
}

.button:before {
  content: "[";
  margin-right: 0.1em;
}

.button:after {
  content: "]";
  margin-left: 0.1em;
}

.button:hover:before {
  content: "{";
}

.button:hover:after {
  content: "}";
}

.projectHeading {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}

.projectLink {
  color: #52796F;
}

.projectLink:hover {
  color: #84A98C;
  font-size: 1em;
}

.projectLink:before {
  content: "[";
  margin-right: 0.1em;
}

.projectLink:after {
  content: "]";
  margin-left: 0.1em;
}

.projectLink:hover:before {
  content: "{";
}

.projectLink:hover:after {
  content: "}";
}