@charset "UTF-8";
/* CSS Document */

html,
html a {
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: "Inconsolata";
  src: url('/__ext__/aHR0cHM6Ly9vbGd2Lm5ldC9hc3NldHMvZm9udHMvSW5jb25zb2xhdGEtUmVndWxhci50dGY');
}

@font-face {
  font-family: "menloregular";
  src: url('/__ext__/aHR0cHM6Ly9vbGd2Lm5ldC9hc3NldHMvZm9udHMvbWVubG8tcmVndWxhci13ZWJmb250LndvZmYy') format("woff2"),
    url('/__ext__/aHR0cHM6Ly9vbGd2Lm5ldC9hc3NldHMvZm9udHMvbWVubG8tcmVndWxhci13ZWJmb250LndvZmY') format("woff");
  font-weight: normal;
  font-style: normal;
}

.tooltip.hover {
  background-color: #ffffff;
}

/* --------------------------------- body */
body {
  font-family: "Inconsolata", "menloregular", sans-serif;
  font-size: 10pt;
  font-weight: 800;
  line-height: 1.4em;
  color: rgb(200, 200, 200);
  background-color: rgb(12, 12, 12);
  margin: 0;
  margin-right: 20px;
  padding: 0;
}

#container {
  margin-top: 10px;
  margin-left: 30px;
  max-width: 800px;
}

#header {
  position: absolute;
  width: 100%;
  height: 45px;
  max-height: 500px;
  z-index: 10;
}

#location {
  position: absolute;
}

#phone {
  position: absolute;
  margin-left: 120px;
}

#email {
  position: absolute;
  margin-left: 250px;
}

#work {
  position: absolute;
  margin-left: 380px;
}

#description {
  position: absolute;
  max-width: 800px;
  z-index: 10;
}

#latestproject {
  position: absolute;
  top: 30%;
  left: 30%;
  z-index: 1;
  opacity: 0.5;
  text-align: right;
}

#footer {
  /* position: inherit; */
}

/* --------------------------------- mobile specific */

@media only screen and (max-width: 700px) and (orientation: portrait) {
  #container {
    margin-left: 10px;
  }

  #header {
    position: relative;
    height: 110px;
    max-height: 500px;
  }
  #location {
    position: absolute;
  }

  #phone {
    position: absolute;
    margin-left: 150px;
  }

  #email {
    position: absolute;
    top: 80px;
    margin-left: 0px;
  }

  #work {
    position: absolute;
    top: 80px;
    margin-left: 150px;
  }
}

/* --------------------------------- links */
a:link,
a:visited {
  color: rgba(200, 200, 200, 1);
  text-decoration: underline;
}

a:hover,
a:active {
  color: rgb(250, 121, 121);
  /* color: rgba(0, 255, 170, 1); */
  /*background-color: rgba(0,255,170,1);*/
  text-decoration: none;
}

a.link2:link,
a.link2:visited {
  color: rgba(200, 200, 200, 1);
  text-decoration: none;
}

a.link2:hover,
a.link2:active {
  color: rgb(250, 121, 121);
  /* color: rgba(0, 255, 170, 1); */
  /*background-color: rgba(0,255,170,1);*/
  text-decoration: none;
}
