@font-face {
  font-family: SantosDumont;
  src: url(../fonts/SANTO___.TTF);
}

@font-face {
  font-family: AnonymousPro;
  src: url(../fonts/AnonymousPro-Regular.ttf);
}

@font-face {
  font-family: SFBurlingtonScript;
  src: url(../fonts/SFBurlingtonScript.ttf);
}

@font-face {
  font-family: Philosopher;
  src: url(../fonts/Philosopher-Regular.ttf);
}

html {
  height: 100%;
  background-color: #f8fdff;
  font-family: Philosopher;
}

body {
  height: 100%;
  margin: 0;
}

.no-scroll {
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.small-font {
  font-size: 14pt;
}

.medium-font {
  font-size: 15pt;
}

.top-bar {
  background-color: #3a424a;
  width: 100vw;
  height: 25px;
  border-bottom: 1px solid #3a424a;
}

.top-bar p {
  margin: 2px 15px 0 15px;
  color: #f8fdff;
  height: inherit;
  line-height: 25px;

  a {
    color: inherit;
    text-decoration: none;
  }
}

.content {
  min-height: 85vh;
  max-height: 85vh;
  margin: auto;
  width: 75%;

  margin-top: -25px;
  margin-bottom: -25px;

  font-size: 5px;
}

.bio-content {
  min-height: 85vh;
  max-height: 85vh;
  margin: auto;
  width: 75%;

  padding-top: 26px;
  margin-top: -25px;
  margin-bottom: -25px;
}

.blog-content {
  display: flex;

  width: 100%;
  min-height: 85vh;
  margin-bottom: -25px;

  /* font-family: AnonymousPro; */
  font-family: ubuntu;
  font-size: 12pt;
}

.content {
  padding-top: 15vh;
}

.bio-content p {
  /* font-family: AnonymousPro; */
  font-family: ubuntu;
}

.blog-left {
  min-width: 150px;
  padding: 30px 15px 0 15px;
  border-right: 1px solid black;
}

.blog-right {
  padding: 30px 0 0 20px;
  flex-grow: 2;
}

.article-title {
  margin: auto;
  margin-top: 0;
  width: 80%;

  text-align: center;
}

.article-body {
  width: 80%;
  margin: auto;
  padding-top: 15px;
  text-align: justify;
}

.article-link {
  text-decoration: none;
  color: black;
}

.article-link:hover {
  text-decoration: underline;
}

.article-link-container {
  padding-top: 5px;
  border-bottom: 1px dashed #3a424a;
}

.button {
  position: absolute;
  height: 120px;
  width: 120px;
  border: 1px solid #3a424a;
  border-radius: 100%;
  background-color: #3a424a;
}

.button p {
  color: #f8fdff;
  text-align: center;
  line-height: 120px;
  height: 120px;
  margin: 0px;
  font-size: 18pt;
  text-decoration: inherit;
}

.button.link p {
  transition: color 1s;
}

.button.link p:hover {
  color: #e3d085;
  text-decoration: underline;
}

.circular-menu {
  padding-top: 150px;
}

.circular-menu {
  position: relative;
  width: 5%;
  padding-bottom: 50%;
  margin-left: 47.5%;
}

.outter-circle {
  cursor: pointer;
}

.wip:hover {
  background-color: #687077;
}

.wip p:hover {
  color: #3b3c3c;
  border: 1px solid #3b3c3c;
  border-radius: 100%;
  background: url(http://i.piccy.info/i7/c7a432fe0beb98a3a66f5b423b430423/1-5-1789/1066503/lol.png);
  background-size: 100% 100%;
}

h3 {
  font-size: 30pt;
  color: #3a424a;
}

.footer {
  height: 25px;
  background-color: #3a424a;
}

.martor-preview > p img {
  max-height: 300px;
  float: right;
  padding-left: 20px;
}

/* code {
  background: #3a424a;
  padding-left: 10px*2!important;
  background-repeat: no-repeat;
  background-size: 80% auto;
  color: #daf7ff;
  padding: 10px;
  line-height: 25px;
  margin: 10px;
  border-radius: 4px;
} /*
