@font-face {
  font-family: "ses";
  src: url("/assets/fonts/Seshat.otf") format("opentype");
}
@font-face {
  font-family: "sab";
  src: url("/assets/fonts/Sabon.ttf") format("truetype");
}
@font-face {
  font-family: "sabb";
  src: url("/assets/fonts/SabonBold.ttf") format("truetype");
}

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

body {
  background-color: #f2f2f2;
  background-image: url("/assets/images/dust.png");
  background-repeat: repeat;
background-position: top left;
background-blend-mode: multiply;
background-size: 100px;
  font-family: "ses", sans-serif;
  color: #333;
  line-height: 1.5;
-webkit-font-smoothing: antialiased;
}

.wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  text-align: center;
}

header {
  margin-bottom: 50px;
}

h1 {
  font-size: 30px;
font-weight:300;
letter-spacing:.5px;
  margin-bottom: 25px;
}

h1 .name {
  font-family: "sabb", serif;
  color: #595959;
}

h1 .studio {
  font-family: "sab", serif;
  color: #a1a1a1;
}

h2 {
  font-size: 25px;
 color: #000;

}

nav a {
  font-family: "ses", sans-serif;
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #3e8eab;
  text-decoration: none;
}

nav a:hover {
  color: #76bdd6;
}

.refresh {
  display: inline-block;
  margin: 30px 0 40px;
}

.refresh img {
  width: 35px;
  height: auto;
}

.work {
  display: block;
  max-width: 100%;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 50px;
}

footer {
  margin-top: 100px;
  font-size: 14px;
  color: #888;
}

/* Contact page */
.contact-page {
  text-align: left;
}

.back {
  margin-bottom: 40px;
}

.back a {
  font-size: 24px;
  color: #3e8eab;
  text-decoration: none;
}

.cv {
  font-family: "ses", sans-serif;
  font-size: 15px;
  color: #333;
  max-width: 550px;
  margin: 0 auto 60px;
}

.cv h2 {
  font-size: 18px;
  margin: 30px 0 12px;
  color: #595959;
}

.cv ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.cv li {
  margin-bottom: 6px;
}

.studio-contact {
  max-width: 550px;
  margin: 0 auto;
  font-size: 15px;
  color: #808080;
}

.studio-contact a {
  color: #3e8eab;
  text-decoration: underline;
}

.studio-contact a:hover {
  color: #76bdd6;
}

/* Contact page images */
.contact-image {
  display: block;
  max-width: 100%;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 40px;
}

.contact-image.top {
  margin-top: 10px;
  margin-bottom: 50px;
}

.contact-image.bottom {
  margin-top: 70px;
  margin-bottom: 40px;
}
