.bg_image {
    position:fixed;
    margin: 0;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    opacity:0.05;
    background-image: url('images/project-notate.png');
    background-size: 200px;
    background-repeat: repeat-xy;
}
.wrapper {
  /* margin: auto; */
  margin-left: 30px;
  width: 700px;
  height: 100px;
  /* background-color: red; */
  position: relative;
}
.wrapper_projects {
  /* margin: auto; */
  margin-left: 30px;
  width: 800px;
  height: 100px;
  /* background-color: red; */
  position: relative;
}
html.wf-loading * {
  opacity: 0;
}
.leftpad {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  /* background-color: white; */
  width: 150px;
  margin-right: 40px;
  height:100%;
  z-index: 1;
}
.headshot {
  width: 160px;
  float: right;
  margin: 0px 10px 10px 20px;
  border-radius: 52px;
  /* clip-path: circle(70px at center); */
}
.inline_image {
    width:95%;
    margin:20pt 2.5% 16pt 2.5%;
    border-style: solid;
    border-width: 1px;
}
h1 {
  font-family: 'Homemade Apple', 'Gaegu', 'Coming Soon', cursive;
  font-weight: 200;
  margin-bottom: -2px;
  line-height: 54pt;
}
h3 {
  font-family: 'Homemade Apple', 'Coming Soon', cursive;
  margin-bottom: 0px;
}
h4 {
  font-family: 'Coming Soon', cursive;
  font-size: 12pt;
}
ul li {
  padding-bottom: 8px;
}
a {
  color: salmon;
  text-decoration: none;
}
a:hover {
  color:orange;
  text-decoration: underline;

  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  /* ...and now for the proper property */
  transition:.3s;
}
.content ul {
  color: #333;
}
.content ol {
  color: #333;
}
.content p {
  color: #333;
}
.content {
  /* float: left; */
  position: absolute;
  left:0;
  top:0;
  /* width: 500px; */
  /* background-color: white; */
  padding-top: 30px;
  padding-bottom: 40px;
  /* margin-top: -180px; */
  margin-left: 190px;
  padding-right: 20px;
  font-family: "Avenir", "Open Sans", "Helvetica", sans-serif;
  font-size: 11pt;
  z-index: 0;
  max-width: 100%;
  text-align:justify;
}
.menu {
  font-family: "Avenir", Arial, sans-serif;
  font-size: 12pt;
  float: left;
  margin-top: 20px;
  font-weight: normal;
  /* margin-left: 200px; */
  margin-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100px;
  /* background-color: white; */
}
.menu p {
  margin-top: 0px;
  margin-bottom: 4px;
  text-align: right;
}
.menu a {
  color:black;
}
.menu a:hover {
  color:orangered;
  text-decoration: none;
}
.menu .current_page {
  color:salmon;
  font-weight: bold;
}
.banner {
  /* width: 100%; */
  height: 200px;
  /* background-color: white; */
  margin-left: 10px;
  margin-top: 10px;
  position: fixed;
  z-index: 2;
}
.logo {
  display: block;
  /* margin-left: -10px; */
  padding-top: 20px;
  height: 200px;
  pointer-events: none;
}
.pub-list p {
  /* font-family: 'Verdana', serif; */
  font-weight: 100;
  font-size: 10pt;
}
.pub-list p strong,
.content strong {
  font-weight: 600;
}
.skillbox {
  border-style: solid;
  border-width: 1px;
  /* padding:10px; */
}
.skillbox li {
  padding: 0;
}
.projectbox {
  float: left;
  display: block;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  width:140px;
  height:140px;
  border-style: solid;
  border-width: 1pt;
}
.projectbox:hover {
  opacity: 0.75;
  /* background-color: #000; */
  border-style: dotted;
  border-width: 1pt;
}
.projectbox span {
  display:block;
  width: 100%;
  margin-top: 4px;
  text-align: center;
  font-family: "Gaegu", "Helvetica", sans-serif;
  font-size: 12pt;
  line-height: 12pt;
  font-weight: normal;
}
.projectbox a {
  color: black;
}
.projectbox a:hover {
  color: orangered;
  text-decoration: none;
}
.backbtn {
  font-family: 'Gaegu', "Avenir", "Helvetica", sans-serif;
  font-size: 13pt;
  margin: 0;
}
.scrunched li {
  /* line-height: 8pt; */
  padding: 0;
  list-style-type: square;
}

/* For mobile phones: */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px), only screen and (min-device-width : 320px)
and (max-device-width : 568px) { /* iPhones 5-8 */
  .wrapper {
    width: 90%;
    left: 0;
    padding-left: 10px;
  }
  .wrapper_projects {
    /* margin: auto; */
    width: 90%;
    left: 0;
    padding-left: 10px;
    position: relative;
  }
  .headshot {
    /* float:right; */
    width:96%;
    margin-top:22px;
    margin-bottom:36px;
    margin-left:2%;
    margin-right:2%;
    /* padding: 20%; */
    /* width:38%; */
    border-radius: 0;
    /* clip-path: circle(48% at center); */
  }

  .content {
    position: relative;
    /*      top  right  bottom  left */
    margin: 0 0 100px 0;
    width: 100%;
    font-size: 28pt;
    text-align: justify;
  }
  .content p {
    font-size: inherit;
  }
  .content ul {
    color: #666;
  }
  .logo {
    display: none;
    width: 0;
    height: 0;
    padding: 0;
  }
  .leftpad {
    display: none;
  }
  .banner {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    position: static;
  }
  .menu {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    height: 10px;
    width: 100%;
  }
  .menu p {
    display: inline;
    margin: 0;
    padding-right: 34px;
    float: left;
    font-size: 32pt;
  }
  h1 {
    font-size: 48pt;
    margin-top: 60px;
  }
  h4 {
    font-size: 24pt;
    margin: 40px 0 0 0;
  }

  .projectbox {
    float: left;
    display: block;
    margin: 30px 40px 80px 20px;
    width:360px;
    height:360px;
  }
  .projectbox span {
    font-size: 26pt;
    line-height: 26pt;
    padding-top: 4px;
  }
  .backbtn {
    display: none;
  }
  .menu a:hover {
    color:orangered;
    text-decoration: none;
    font-size: inherit;
  }

  .scrunched {
    line-height: 32pt;
  }
}
