* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  font-family: "Georgia", serif;

  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  font-size: 10px;
}

.page-wrapper {
  max-width: 1024px;
  margin: auto;

  box-shadow: 10px 10px 5px 0 rgba(49, 44, 44, 0.75);
}

.content-wrapper {
  padding-right: 20px;
  padding-left: 30px;
}

.header,
.footer {
  color: hsl(255, 100%, 90%);
}

.header-top {
  padding-top: 2rem;
  padding-bottom: 1rem;

  background-color: hsl(230, 52%, 44%);
}

.flexbox-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.header-top .flexbox-container {
  justify-content: space-between;
}

.header-top .first-column {
  margin-right: 20px;
}

.header-top h1 {
  font-family: "Dancing Script", cursive;
  font-size: 5rem;
}

.header-top .profession {
  font-family: "Dancing Script", cursive;
  font-size: 2rem;
}

.header-top .second-column a,
.header-top .second-column span {
  font-size: 1.5rem;
}

.header-top .second-column span {
  font-weight: bold;
}

.header-top .second-column p {
  font-size: 1.5rem;
}

.header-bottom {
  background-color: hsl(228, 38%, 25%);
  width: 100%;
  height: 40px;
}

.navigation {
  float: right;
  justify-content: right;
}


.navigation li {
  display: inline-block;

  list-style-type: none;
}

.navigation li a {
  display: inline-block;
  margin-left: 2rem;
  padding: 1rem;

  font-size: 1.5rem;
}

.navigation li a:first-child {
  margin-left: 0;
}

.content {
  margin-top: 2em;

  font-size: 1.6em;
  line-height: 1.4;
}

.reset-line-height {
  line-height: 1;
}

.content .flexbox-container {
  flex-wrap: nowrap;
  justify-content: left;
  align-items: flex-start;
  margin-top: 1rem;
}

.dates-column {
  margin-right: 1rem;

  font-weight: bold;
  text-align: center;
}

.work-experience .info-column .position {
  color: hsl(228, 38%, 25%);
}

.info-column {
  text-align: justify;
}

.skills dd {
  padding-left: 40px;

  text-align: justify;
}

.skills dt {
  font-weight: bold;
}

.content section {
  margin-bottom: 2rem;
}

.content section h2 {
  margin-bottom: 1rem;

  font-size: 2rem;
  color: hsl(230, 52%, 44%);
}

.education .flexbox-container {
  margin-bottom: 1.5rem;
}

.education a {
  text-decoration: underline;
  color: hsl(230, 52%, 44%);
}

.education a:hover {
  text-decoration: underline;
  color: hsl(228, 38%, 25%);
}

.languages .flexbox-container {
  flex-wrap: wrap;
  justify-content: space-between;
}

.content progress {
  background-color: hsl(255, 100%, 90%);
}

progress::-webkit-progress-bar {
  background-color: hsl(255, 100%, 90%);
}

progress::-webkit-progress-value {
  background-color: hsl(230, 52%, 44%);
}

progress::-moz-progress-bar {
  background-color: hsl(230, 52%, 44%);
}

.summary {
  width: 80%;
}

.data-container {
  width: 70%;
}

.photo {
  position: fixed;
  right: calc((100% - 1024px) / 2);
  bottom: 0;
  z-index: -1;

  display: block;
  height: 70%;
}

@media (max-width: 1024px) {
  .photo {
    right: 0;
  }
}

@media (max-width: 900px) {
  .summary {
    width: 75%;
  }

  .data-container {
    width: 75%;
  }
}

.footer {
  border-top: 3px solid;
  border-top-color: hsl(230, 52%, 44%);
}

.footer p {
  font-size: 1.6em;
  text-align: center;

  background-color: hsl(228, 38%, 25%);
}

.footer p.quatation {
  padding-top: 1rem;
}

.footer p.author {
  padding-bottom: 1rem;

  font-style: italic;
}
