/* style */
a {
  color: #111;
  font-style: italic;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.next,
a.prev {
  cursor: pointer;
}
body {
  background-color: #eeeeee;
  background-image: url("../img/bg2.png");
  color: #666;
  font-family: Century Gothic, Verdana, Arial, sans-serif;
  line-height: 1.5em;
  margin: 0;
  overscroll-behavior: none;
  padding: 0;
}
#byline {
  float: right;
  font-size: 0.8em;
  padding: 10px;
  text-align: right;
  width: 50%;
  word-break: break-word;
}
#content {
  /* background: url("../img/bg2.png"); */
  margin: 8.25em 0 3em;
  padding: 0.5em;
}
.details {
  border-top: 1px solid #999;
  display: none;
  margin: 1.5em 0;
  padding: 10px 0;
}
.details img {
  margin: 10px 0;
  max-width: 100%;
}
.details li {
  list-style: none;
  padding: 0;
  margin: 1em 0;
  text-align: center;
  display: none;
}
.details p {
  margin: 0 0 1em;
}
.details .selected {
  display: block;
}
.details ul {
  margin: 10px 0;
  padding: 0;
}
.example {
  background: #d4d4d4;
  border: 1px solid #999;
  border-radius: 10px;
  line-height: 1.5em;
  margin: 0 auto 2em;
  padding: 2%;
  position: relative;
  width: 80%;
}
.example * {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.example h2 {
  margin: 0;
}
.example h3 {
  margin: 0;
  font: 1em/1.5em verdana, arial, sans-serif;
}
footer {
  background: #f1f1f1 url("../img/bg-header.png");
  border-top: 1px solid #cccccc;
  bottom: 0;
  position: fixed;
  text-align: right;
  width: 100%;
}
footer div {
  padding: 1em;
}
h1,
h2,
h3 {
  line-height: 1.2em;
}
h3 {
  clear: none;
}
header {
  background: #f1f1f1 url("../img/bg-header.png");
  border-bottom: 1px solid #cccccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
header img {
  cursor: pointer;
}
hr {
  background-color: #cccccc;
  border: none;
  color: #cccccc;
  height: 1px;
}
img {
  border: 0;
}
#lang {
  float: left;
}
#lang img {
  margin: 5px;
}
#menu {
  position: absolute;
  text-align: right;
  width: 100%;
  z-index: 1;
}
nav {
  right: 0;
}
.notice {
  background: #eeeeee;
  border: 1px solid #999;
  bottom: 5em;
  display: none;
  padding: 1em;
  position: absolute;
  right: 2em;
}
p {
  margin: 0 0 2em;
}
.quote {
  margin: 2em 0;
}
.quote + .quote {
  border-top: 1px solid #cccccc;
}
.show-hide {
  cursor: pointer;
  float: right;
  font-size: 1em;
  margin: 0 0 1em 1em;
}
.show-hide:hover {
  color: #000;
}
.tab {
  background: url("../img/bg-tab.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  /* float: right; */
  font-size: 12px;
  height: 24px;
  line-height: 1em;
  margin-left: -2%;
  position: relative;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}
.tab:hover {
  z-index: 100;
}
#testimonials {
  margin: 50px 10% 0;
  width: 80%;
}
#title {
  background: #e1e1e1;
  border: 1px dashed #cccccc;
  margin-bottom: 1em;
  padding: 1em 2em;
}

@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
  #construction {
    display: none;
  }
  #content {
    position: relative;
  }
  form {
    position: relative;
  }
  nav {
    width: 100%;
  }
  .notice {
    right: 30px;
    top: -50px;
  }
  #PDF {
    margin: 20px;
  }
  #resume {
    padding: 0 5%;
    width: 90%;
  }
  #resume div {
    margin: 0 0 30px;
  }
  .resume-headers {
    color: #111;
  }
  .resume-headers,
  .resume-project,
  .resume-job {
    font-size: 1.2em;
  }
  .sample-bottom {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    -webkit-border-bottom-left-radius: 11px;
    -webkit-border-bottom-right-radius: 11px;
  }
  .sample-top {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    -webkit-border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
  }
  .sample-wrapper {
    left: 5%;
    margin: 30px 0;
    width: 90%;
  }
  .show-hide {
    font-size: 1.2em;
  }
  .tab {
    width: 25%;
  }
  #testimonials {
    margin: 50px 0 0 10%;
    width: 80%;
  }
  #wrapper {
    border: 0;
    height: auto;
    left: 0;
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  footer {
    font-size: 0.8em;
  }
  .tab {
    width: 150px;
  }
  #wrapper {
    /* border-left: 1px solid #aaa; */
    /* border-right: 1px solid #aaa; */
    /* box-shadow: 0 0 30px #aaa; */
    margin: auto;
    /* min-width: 750px; */
    /* width: 80%; */
  }
}

/* RESUME */
.headline {
  font-size: 1.2em;
  font-weight: 800;
}
#PDF {
  font-size: 1em;
  margin: 0 5px 0 0;
  text-align: right;
}
.project {
  margin: 0 0 3em;
}
.project .client {
  font-weight: 800;
}
.project.client,
.project .task {
  font-size: 1.2em;
}
.project .link-offsite {
  display: block;
}
.project .task {
  display: block;
  margin: 0 0 0.8em;
}
.PrintOnly {
  display: none;
}
.project,
#resume p {
  padding: 0 2em;
}
.quote {
  margin: 2em 0;
}
#resume {
  font-size: 0.9em;
  padding: 0 10%;
  width: 80%;
}
#resume > div {
  margin: 0 0 1em;
  /* box-shadow:0 0 40px rgba(255,255,255,0.5), 0 0 110px rgba(255,255,255,0.5) inset;padding:2em;margin:0 0 4em */
}
.resume-headers {
  color: #111;
}
.sample-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border-top: 0;
}
.sample-bottom,
.sample-top {
  background: #d4d4d4;
  border: 1px solid #999;
  height: 11px;
}
.sample-content {
  background: #d4d4d4;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  padding: 5px;
}
.sample-content img {
  margin: 5px;
}
.sample-expanded {
  border-top: 1px solid #bbb;
  margin: 10px;
  padding: 15px 10px 10px;
}
.sample-expanded p {
  padding: 10px 0;
  text-align: center;
}
.sample-top {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
.sample-wrapper {
  left: 10%;
  margin: 0 0 10px;
  position: relative;
  width: 80%;
}
.sample-wrapper span:hover {
  cursor: pointer;
}
section {
  margin: 0 0 4em;
}
