@import url("https://fonts.googleapis.com/css?family=Pontano+Sans");
html, body {
  margin: 0px;
  padding: 0px;
  font-family: "Pontano Sans";
  background: white;
  color: #333;
  font-size: 1em;
      max-width:100%;
      height: auto;

}


  @media screen and (max-width: 400px) {
    html, body {
      font-size: 0.8em; } }

#start #title {
  position: relative;
  top: 45vh;
  font-size: 200%;
  letter-spacing: 110%; }

.trans {
  color: #999999; }

#cvlink {
  position: fixed;
  color: #999;
  text-decoration: none;
  font-size: 130%;
  bottom: 2vh;
  left: 2vh; }
  #cvlink:hover {
    color: black; }

#contactlink {
  position: fixed;
  color: #999;
  text-decoration: none;
  font-size: 130%;
  bottom: 2vh;
  right: 2vh; }
  #contactlink:hover {
    color: black; }

#newslink {
  position: fixed;
  color: #999;
  text-decoration: none;
  font-size: 130%;
  top: 2vh;
  left: 2vh; }
  #newslink:hover {
    color: black; }

#collablink {
  position: fixed;
  color: #999;
  text-decoration: none;
  font-size: 130%;
  top: 2vh;
  right: 2vh; }
  #collablink:hover {
    color: black; }

section {
  min-height: 100vh;
  width: 100vw;
  text-align: center;
  font-size: 100%; }
  section article {
    font-size: 100%; }
  section .stage {
    width: 80vw;
    min-height: 100%;
    margin: auto;
    padding-top: 30vh;
    padding-bottom: 30vh; }
    @media screen and (max-width: 400px) {
      section .stage {
        width: 100vw; } }
    section .stage .stagetitle {
      text-transform: uppercase;
      margin-bottom: 2vh; }
    section .stage img {
      width: 50vw;
      margin-bottom: 3vh; }
      @media screen and (max-width: 400px) {
        section .stage img {
          width: 80vw; } }
    section .stage a {
      color: black; }
    section .stage .subtext {
      margin-bottom: 15vh;
      font-size: 80%; }
    section .stage .stagetext {
      margin-bottom: 5vh;
      padding-left: 15vw;
      padding-right: 15vw; }
      @media screen and (max-width: 400px) {
        section .stage .stagetext {
          padding: 0px; } }
    section .stage .subtitle {
      clear: both;
      text-align: left;
      margin-top: 50px;
      padding-top: 50px;
      text-decoration: underline;
      width: 50%; }

#cv article {
  text-align: left;
  margin-top: 2vh;
  margin-bottom: 2vh; }
  #cv article .time {
    clear: both;
    width: 20%;
    color: #444;
    float: left;
    font-style: italic; }
  #cv article .entry {
    width: 70%;
    float: left;
    padding-bottom: 13px; }

/*# sourceMappingURL=build.css.map */
