body,
h1 {
  font-family: "Roboto Mono", monospace;
}
body,
html {
  height: 100%;
}
.background {
  /*background-color: navy;*/
  /*rgb(0,0,115)*/
  /*background-image: radial-gradient(rgb(0, 0, 115), rgb(17, 0, 90), rgb(44, 38, 75));*/
  background-color: rgb(44, 62, 80);
  /*background-color: rgb(51, 110, 123);*/
  /*background-color: rgba(34, 166, 179,1.0);*/
  /*background-color: 	rgb(0, 38, 75);*/
  min-height: 100%;
}

div {
  height: calc(100vh - 100px);
}

img {
  max-width: 13vw;
  height: auto;
  width: auto;
}

.nav {
  font-size: 1.3vw;
  text-decoration: none;
  display: inline-block;
}

.projects {
  text-decoration: none;
}
