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%;*/
/*}*/

body {
  /* background-color: rgb(44, 62, 80); */
  background-color: rgb(2, 25, 49);
}

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;
}

/* .achievements-accordion:hover {
  box-shadow: 5px 5px 5px aliceblue;
} */

.achievements-content-heading {
  margin-top: 1vw;
  color: aliceblue;
  text-decoration: underline;
  font-size: 1.5vw;
}

.achievements-subcontent-heading {
  margin-top: 1vw;
  color: aliceblue;
  text-decoration: underline;
  font-size: 1.2vw;
  text-indent: 40px;
}

.achievements-accordion {
  background-color: rgb(44, 62, 80);
  color: white;
}