/*
Theme Name:
Theme URI:
Description:
Author:
Author URI:
Version: .1
*/
/* handy shortcuts */
.clear {
  /* for use on :after */
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.magic-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
/* basics */
img {
  max-width: 100%;
}
a {
  transition: ease all .3s;
  outline: none;
}
html {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #222222;
  background: #f1f3f6;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}
h1 {
  font-family: 'Source Serif Pro', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}
#site-frame {
  position: relative;
  padding: 15px;
  margin: auto;
  max-width: 900px;
  border-top: 5px solid #fff;
}
p a {
  transition: ease all .3s;
  color: #fff;
  background: #3772FF;
  padding: 1px 3px;
}
p a:hover {
  background: #222;
  text-decoration: none;
}
#header {
  position: relative;
  padding: 45px 0;
}
#header h1,
#header p {
  max-width: 400px;
}
#header img {
  display: none;
}
#header h1 {
  font-size: 3rem;
}
#header p {
  padding-bottom: 15px;
}
#header em {
  font-weight: bold;
}
#header strong {
  font-weight: bold;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
h2 a {
  font-size: 14px;
  font-weight: normal;
  transition: ease all .3s;
  color: #fff;
  background: #3772FF;
  padding: 1px 3px;
}
h2 a:hover {
  background: #222;
  text-decoration: none;
}
ul + h2 {
  padding-top: 25px;
  margin-top: 50px;
  border-top: 3px solid #fff;
}
.work-item {
  position: relative;
  padding-bottom: 60px;
}
.work-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
.work-item .img {
  overflow: hidden;
  position: relative;
  display: block;
}
.work-item .img:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}
.work-item .vid {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  border-radius: 8px;
}
.work-item img {
  height: auto;
  width: 100%;
  border-radius: 8px;
  transition: ease all .3s;
}
.work-item h2 {
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.7rem;
}
.work-item p {
  padding-top: 0px;
}
.work-item ul {
  padding-top: 10px;
}
.work-item li {
  display: inline;
  margin-right: 5px;
  font-size: 1.2rem;
  padding: 1px 3px;
  background: #ddd;
  color: #222;
}
@media screen and (min-width: 768px) {
  #header img {
    display: block;
    float: right;
    height: 140px;
    border-radius: 5px;
    border: 2px solid #fff;
  }
  #site-frame {
    padding: 15px 0;
  }
  .work {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .work li {
    width: 32%;
  }
}
