html {
  height: 100%;
  width: 100%;
  background-image: url("../img/background.png");
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  text-align: justify;
  color: #000;
}

body {
  width: 620px;
  margin: 25px;
  padding: 20px 25px 34px 25px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #A2A2A2;
}

header {
  width: 620px;
  height: 28px;
  margin: 0;
  border-bottom: 1px dashed #2765C7;
}

header:after {
  content: "";
  display: block;
  clear: both;
}

header .title {
  font-family: 'Acme', sans-serif;
  font-weight: 400;
  float: left;
  color: #2765C7;
  line-height: 1.6em;
}

header ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header ul li {
  font-family: 'Acme', sans-serif;
  font-weight: 400;
  display: inline-block;
  margin: 0 14px 0 14px;
}

header ul li:last-child {
  margin: 0 3px 0 14px;
}

header ul li a {
  color: #252525;
  text-decoration: none;
}

header ul li a.active,
header ul li a:hover {
  color: #2765C7;
}

main {
  margin: 00;
  padding: 0;
}

section {
  width: 525px;
  letter-spacing: -0.25px;
  margin: 34px auto 0 auto;
}

section .title {
  font-family: 'Acme', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2765C7;
  letter-spacing: 0;
  margin: 0 0 12px 0;
}

section ul {
  margin: 20px 0 0 0;
  padding: 0 0 0 35px;
}

section ul.resume {
  padding: 0 0 0 20px;
}

section ul li {
  margin: 0 0 20px 0;
  padding: 0 0 0 7px;
  line-height: 1.2em;
  list-style: none;
}

section ul li.last {
  margin: 0;
}

section ul li:before {
  content:'\25A0';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -25px;
  top: -1px;
  color: #252525;
  font-size: 9px; 
}

section a.link1 {
  text-decoration: underline;
}

section a.link1:active,
section a.link1:hover {
  text-decoration: none;
}

section a.link2 {
  text-decoration: none;
}

section a.link2:active,
section a.link2:hover {
  text-decoration: underline;
}

section .bold {
  font-weight: 600; 
}

section .italic {
  font-style: italic;
}

section .red {
  color: #C44528;
}

section .blue {
  color: #2765C7;	
}

section .grey1 {
  color: #111;
}

section .grey2 {
  color: #333;
}

section a.mail {
  margin: 0 3px 0 0;
  text-decoration: none;
  color: #111;
}



@media (max-width: 720px) {
  
  html {
    height: 100%;
    width: 100%;
  }

  body {
    width: calc(100% - 50px);
    margin: 0;
    padding: 25px;
  }

  main {
    width: 100%;
  }

  header {
    width: 100%;
  }

  header ul li {
    padding-top: 0px;
  }

}



@media (max-width: 600px) {
  
  header {
    height: auto;
    padding-bottom: 5px;
  }

  header .title {
    float: none;
    margin-bottom: 10px;
  }

  header ul {
    float: none;
  }

  header ul li {
    display: block;
  }

  section {
    width: calc(100% - 50px);
  }

}
