html {
  scroll-behavior: smooth;
}

body {
  font: 16px Roboto Mono, Roboto, Helvetica, sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Mono', monospace;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 32px;
  color: #000;
}

h2 {
  font-family: 'Roboto Mono', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: lighter;
  font-style: italic;
  color: #ccc;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  color: #000;
}

li {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  color: #000;
}

a {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: bolder;
}

.resumeHeader {
  : relative;
  bottom: 0;
  display: flex;
  width: 90vw;
  height: 10vh;
  margin: 0;
  padding-left: 5vw;
  vertical-align: bottom;
  justify-content: space-between;
}

#resumeMainPaper {
  width: 612px;
  height: 792px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  margin: auto;
  /* margin-left: 15%; */
  margin-top: 2%;
  display: grid;
  grid-template-areas:
    ". . .  "
    ". text ."
    ". . .  ";
  grid-template-columns: 25px 4fr 25px;
  grid-template-rows: 25px 1fr 50px;
  /* animation: resumeSlide 2s cubic-bezier(.39,.58,.57,1) 1s 1 forwards; */
  /* overflow: hidden; */
}

/* @keyframes resumeSlide {
  from {

    transform: translateX(0%);
  }

  to {

    transform: translateX(-25%);

  }
} */

#resumePageDownload
{
  width: 612px;
  height: 792px;
  background: #FFFFFF;
  margin: auto;
  display: grid;
  grid-template-areas:
    ". . .  "
    ". text ."
    ". . .  ";
  grid-template-columns: 25px 4fr 25px;
  grid-template-rows: 25px 1fr 50px;
  /* overflow: hidden; */
}

/* .resumeMainPaper:focus {
  width: 612px;
  height: 792px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.26);
  margin: auto;
} */
#resumeMainPaper>* {
  grid-area: text;
}

.resumeTitle {
  position: relative;
  margin: 0;
}

.resumeTitle>* {
  color: #000;
  margin: 0;
}

.resumeTitle h1 {
  font-family: Roboto Mono;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.resumeHomeLocation {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.resumeHomeLocation h2 {
  font-size: 10px;
  font-weight: normal;
}

.resumeHomeLocation p {
  margin: 0;
}

.resumeHomeLocation p:hover {
  color: blue;
}

.date {
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.resumeBodyText {
  position: relative;
  top: 40px;
}

.resumeTextSection {
  margin-top: 11px;
}

.resumeTextLocation {
  /* font-size: 9px; */
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.resumeTextSection ul, .resumeTextSection p {
  margin: 0;
}

.resumeTextSection ul {
  padding-left: 20px;
}

.resumeJob {
  margin-bottom: 5px;
}

.resumeDownload {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 5%;
  bottom: 25px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px;
}

.resumeDownload:hover {
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.resumeDownload h1 {
  margin: 0;
}

.zoom {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 792px;
  width: auto;
  transform: translateX(575px);
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
  overflow: auto;
}

.zoom p, .zoom li, .zoom h2, .zoom h3 {
  font-size: 12px;
}

.education:hover .zoom, .workExp:hover .zoom, .techSkills:hover .zoom, .engineeringProjects:hover .zoom {
  /* REVIEW: Undo this */
  /* display: block; */
}
