* {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  p {
    line-height: 1.2rem !important;
    font-size: 0.9rem !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.3rem !important;
  }
  h3 {
    font-size: 1.25rem !important;
  }
  h4 {
    font-size: 1.4rem !important;
  }
  .nomob {
    display: none !important;
  }
  .card2,
  .card3,
  .card4,
  .card5 {
    padding: 0 2rem !important;
  }
  .card2 {
    padding-bottom: 15rem !important;
  }
  .fixedcontact {
    margin-right: -6rem !important;
    transform: skewX(0deg) !important;
  }
  .fixedcontact .spacer {
    width: 0.2rem !important;
  }
  .fixedcontact div {
    transform: skewX(0deg) !important;
  }
  .resume {
    width: 100% !important;
    padding: 1rem 0 15rem 0 !important;
  }
  .resume h4 {
    margin: 0 0 0.5rem 0 !important;
  }
  .resume p {
    line-height: 1.1rem;
    margin: 0 0 0.2rem 0.5rem !important;
  }
  .short_resume {
    cursor: auto !important;
  }
  .portfolio-container .portfolio-item {
    width: 100% !important;
  }
  .portfolio-container {
    padding: 0 0 15rem 0 !important;
  }
  .card5 {
    text-align: center;
  }
  .card5 h1 {
    margin-bottom: 0.5rem !important;
  }
}
@media print {
  html,
  body,
  div,
  table,
  .card2,
  .card3,
  .card4,
  .card5 {
    background-color: white !important;
  }
  .card2,
  .card3,
  .card4,
  .card5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .card3,
  .card4,
  .card5 {
    page-break-before: always;
  }
  .bulletcard3 {
    page-break-before: initial;
  }
  body,
  p,
  h1,
  h2,
  h3,
  h4 {
    color: black !important;
  }
  p {
    font-family: helvetica !important;
    font-weight: 100 !important;
  }
  .print {
    display: block !important;
  }
  .noprint {
    display: none !important;
  }
  #printimg {
    margin: 0 auto !important;
    display: block !important;
  }
  .resume {
    width: 100% !important;
    padding-right: 8rem !important;
    padding-bottom: 0 !important;
  }
  .card2 .printsummarybox h2 {
    text-align: center;
  }
  .card2 .printskills {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 4cm;
    justify-content: space-around;
    align-items: first baseline;
  }
  .card2 .printskills h4 {
    font-size: 1.3rem;
  }
  .card2 .printskillbox {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .card2 .printskillbox h2 {
    text-align: center;
  }
  .bullet {
    min-height: unset !important;
  }
  .bullet .printsummarybox {
    margin-top: 10%;
  }
  .bullet .printsummarybox .printsummary {
    margin-top: 1rem;
  }
  .bullet .printskillbox {
    margin-top: 10%;
    margin-bottom: 10%;
    bottom: unset;
    left: unset;
    position: relative;
  }
  .bullet .printskillbox .printskills {
    margin-top: 1rem;
  }
  .card4 p {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .card4 .printlink {
    color: #333333;
    text-decoration: none;
  }
  .card4 .printlink:after {
    content: "( " attr(href) " )";
    color: black !important;
    text-decoration: underline !important;
  }
  .card5 img {
    width: 25rem;
    display: block;
    margin: 0 auto;
  }
}
html {
  font-size: 16px;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Dosis", sans-serif;
  height: 100vh;
  width: 100%;
  background-color: #739fb9;
  background-size: cover;
}
.dev {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
}
.dev button {
  color: green;
  background-color: blue;
}
.dev select {
  background-color: gray;
}
.print {
  display: none;
}
.fixedcontact {
  background-color: rgba(128, 128, 128, 0.85);
  transform: skewX(315deg);
  position: fixed;
  z-index: 999;
  right: 0;
  margin-right: -1rem;
  top: 1rem;
  width: 8rem;
  height: 2rem;
}
.fixedcontact .spacer {
  width: 1rem;
  height: 1rem;
}
.fixedcontact div {
  display: inline-block;
  transform: skewX(45deg);
  line-height: 1.8rem;
}
.fixedcontact img {
  width: 1.3rem;
  color: gray;
}
.stage {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.stage #mainTitle {
  font-family: Philosopher;
  font-size: 4rem;
  font-weight: 100;
}
.card2 {
  padding: 0 8rem;
  min-height: 100vh;
}
.card2 h1,
.card2 h3 {
  text-align: center;
}
.card2 p {
  text-align: left;
}
.card3 {
  min-height: 100vh;
  z-index: 20;
  position: relative;
}
.card3 h3 {
  cursor: pointer;
}
.card3 h3 span {
  text-decoration: underline;
}
.card3 #download {
  color: #222;
}
.card3 .resp,
.card3 .ach {
  display: list-item;
  margin-left: 3rem !important;
  margin-top: 0.2rem !important;
}
.card4 {
  background-color: #739fb9;
  position: relative;
  z-index: 30;
  padding: 20rem 8rem;
  min-height: 100vh;
  text-align: center;
}
.card4 h3 {
  margin-bottom: 1rem;
}
#portrait {
  x: 400;
  y: 110;
  height: 13rem;
  width: 13rem;
}
@media only screen and (max-width: 575px) {
  #portrait {
    height: 20rem;
    width: 20rem;
    x: 343;
    y: 0;
  }
}
.portrait {
  width: 30vh;
  margin-bottom: -25vw;
}
@media only screen and (max-width: 768px) {
  .portrait {
    width: 20vh;
  }
}
#demo {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 90%;
  font-weight: 700;
}
.skillcontainer {
  width: 35%;
  position: absolute;
  right: 0;
}
.key-skills {
  position: relative;
  margin-right: 1rem;
}
.skilltitle {
  font-size: 1.8rem;
  letter-spacing: 0.04rem;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
.skill {
  display: inline-block;
  color: #4f6f82ad;
}
.resume {
  padding-left: 8rem;
  width: 60%;
  position: relative;
}
.resume .short_resume {
  cursor: pointer;
}
.resume .short_resume .short_resume_company {
  margin-bottom: 0.5rem;
  text-decoration: underline;
}
.resume h4,
.resume p {
  color: #333333;
  text-align: left;
}
.resume h4 {
  font-size: 1.8rem;
  letter-spacing: 0.04rem;
  margin-top: 1rem;
}
.resume p {
  margin: 0 1rem;
}
.portfolio-container {
  display: flex;
  flex-wrap: wrap;
}
.portfolio-container .portfolio-item {
  width: 50%;
}
.portfolio-container .portfolio-item p {
  min-height: 3rem;
}
.portfolio-container .portfolio-item h2 {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 100;
  text-decoration: underline;
}
.portfolio-container .portfolio-item .printlink {
  color: #333333;
  text-decoration: none;
}
.portfolio-container .portfolio-item .portfolio-gallery img {
  max-width: 100%;
}
.portfolio-container .portfolio-item .gall {
  display: none;
}
.card5 {
  position: relative;
  z-index: 40;
  padding: 0 8rem;
  text-align: center;
  background-color: #739fb9;
  color: #333333;
  height: 80vh;
}
.card5 a {
  color: #333333;
  text-decoration: underline;
}
.card5 h1 {
  margin-bottom: 5rem;
}
.card5 h2 {
  font-size: 1.6rem;
}
h1,
h3,
h4 p {
  font-family: "Dosis", sans-serif;
  letter-spacing: 0.02rem;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
h1 {
  font-size: 3rem;
  font-family: "Abel", sans-serif;
  font-variant: small-caps;
}
h1 span {
  color: #88ce02;
}
h3 {
  font-family: "Abel", sans-serif;
  font-variant: small-caps;
}
p {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.1rem;
}
