html {
  max-width: 2556px;
}

body {
  background-color: #282828;
  font-family: Rokkitt, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14pt;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
}

#banner {
  position: relative;
  clear: both;
  margin-left: 4.4%;
  margin-top: 2em;
  margin-bottom: 1em;
  width: 680px;
  z-index: 1;
  font-family: Amiko, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
#banner header {
  position: relative;
}
#banner #logo {
  font-size: 4.5em;
  height: 1em;
}
#banner nav {
  font-size: 1.2em;
  margin: 0.25em 1.2em 0 0.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#banner nav a {
  text-decoration: none;
  color: #ffffff;
}
#banner nav a span {
  padding: 0 0.2em 0 0.2em;
  opacity: 0.5;
}
#banner .leftNav {
  margin-left: -1em;
}
#banner .rightNav {
  margin-right: -1em;
}
@media only screen and (max-width: 1366px) {
  #banner {
    width: 600px;
  }
  #banner #logo {
    font-size: 3.9em;
  }
}
@media only screen and (max-width: 1280px) {
  #banner {
    margin: 4% 0 0 4.6%;
    width: 440px;
  }
  #banner #logo {
    font-size: 2.8em;
    line-height: 1em;
  }
  #banner nav {
    margin-top: -0.25em;
    margin-left: 0.1em;
    margin-right: 7%;
  }
}
@media only screen and (max-width: 736px) {
  #banner {
    margin: 2% 0 0 4.2%;
    width: 334px;
  }
  #banner #logo {
    font-size: 2.1em;
    line-height: 1em;
    margin-left: 0.1em;
    margin-right: 0;
  }
  #banner nav {
    margin-top: -0.25em;
    margin-left: 0.2em;
  }
}
@media only screen and (max-width: 567px) {
  #banner {
    margin: 5% 0 0 5%;
    max-width: 100%;
    justify-content: flex-start;
  }
  #banner #logo {
    font-size: 2.2em;
    line-height: 1em;
  }
  #banner nav {
    text-align: right;
    margin-top: -1%;
    margin-right: 2%;
  }
  #banner #contact_link {
    position: static;
  }
}
@media only screen and (max-width: 320px) {
  #banner #logo {
    font-size: 1.8em;
  }
  #banner nav {
    font-size: 1em;
    text-align: right;
    margin-right: 16%;
  }
}

#wrapper {
  max-width: 100%;
  height: auto;
  margin: 0 0 4% 4%;
}
@media only screen and (max-width: 1366px) {
  #wrapper {
    margin: 2% 0 4% 4%;
  }
}
@media only screen and (max-width: 567px) {
  #wrapper {
    margin: 2% 4% 4% 4%;
  }
}
@media only screen and (max-width: 320px) {
  #wrapper {
    margin: 2% -2%;
  }
}

#portfolio_gallery {
  z-index: 2;
  max-width: 100%;
  height: 100%;
}
@media only screen and (max-width: 567px) {
  #portfolio_gallery {
    max-width: 96%;
  }
}
@media only screen and (max-width: 320px) {
  #portfolio_gallery {
    max-width: 100%;
  }
}

.showcard {
  float: left;
  margin: 1% 1% 1% 1%;
}
@media only screen and (max-width: 1366px) {
  .showcard {
    width: 46%;
    margin: 1% 1% 1% 1%;
  }
}
@media only screen and (max-width: 1280px) {
  .showcard {
    width: 46%;
  }
}
@media only screen and (max-width: 567px) {
  .showcard {
    margin: 2%;
    width: 100%;
  }
}

.thumbnail {
  float: left;
  max-width: 100%;
}

footer {
  background-color: #282828;
  z-index: 2;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 3em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  footer {
    position: static;
    justify-content: space-between;
    height: 1.6em;
  }
}

#top_button {
  font-family: Amiko, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding: 0 0 0 1%;
  font-size: 0.8em;
  text-decoration: none;
}
@media only screen and (max-width: 736px) {
  #top_button {
    font-size: 0.6em;
    padding: 0 0 0 1%;
  }
}
@media only screen and (max-width: 320px) {
  #top_button {
    padding-left: 5%;
  }
}

#copyright {
  font-family: Amiko, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #ffffff;
  padding-left: 5%;
}
@media only screen and (max-width: 1280px) {
  #copyright {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 567px) {
  #copyright {
    font-size: 0.6em;
    margin-right: 2%;
  }
}

#spotlight {
  max-width: 1280px;
  margin: 2% 0 1% 1%;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  #spotlight {
    max-width: 94%;
  }
}
@media only screen and (max-width: 736px) {
  #spotlight {
    max-width: 98%;
    margin: 2% 2% 1% 2%;
  }
}
@media only screen and (max-width: 320px) {
  #spotlight {
    max-width: 100%;
    margin: 2% -2% 1% 2%;
  }
}
#spotlight .projectDescription {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  margin: 0 0 0 5%;
  background-color: #282828;
  font-weight: 400;
  font-size: 90%;
  color: #bfbfbf;
  height: 100%;
  overflow: scroll;
}
@media only screen and (max-width: 1280px) {
  #spotlight .projectDescription {
    width: 30%;
  }
}
@media only screen and (max-width: 736px) {
  #spotlight .projectDescription {
    position: relative;
    width: 98%;
    height: auto;
    margin: 2% 0 2% -0.5%;
  }
}
@media only screen and (max-width: 567px) {
  #spotlight .projectDescription {
    position: relative;
    width: 100%;
    height: auto;
    margin: 2% 0 2% 0;
  }
}
@media only screen and (max-width: 320px) {
  #spotlight .projectDescription {
    width: 102%;
    margin: 2% -1% 2% 0;
  }
}
#spotlight .projectCopy {
  margin: 0 5% 20% 5%;
  vertical-align: bottom;
}
#spotlight h3 {
  margin: 5% 5% 0 5%;
  font-family: Amiko, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 110%;
}
#spotlight h5 {
  margin: 0 5% 0 5%;
  font-family: Amiko, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 110%;
}
#spotlight .projectNav {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#spotlight .projectNav a {
  margin: 0 8% 5% 8%;
  font-family: Amiko, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75em;
  color: #ffffff;
}
@media only screen and (max-width: 736px) {
  #spotlight .projectNav a {
    margin: 0 3.75% 2% 3.75%;
  }
}
#spotlight .projectNav .projectNext {
  float: right;
}
@media only screen and (max-width: 736px) {
  #spotlight .projectNav {
    visibility: visible;
  }
}
#spotlight .narrow {
  margin: 0 10% 0 0;
  width: 30%;
}
@media only screen and (max-width: 1280px) {
  #spotlight .narrow {
    width: 30%;
    margin: 0 2% 0 0;
  }
}
@media only screen and (max-width: 736px) {
  #spotlight .narrow {
    position: relative;
    width: 98%;
    height: auto;
    margin: 2% 0 2% -0.5%;
  }
}
@media only screen and (max-width: 567px) {
  #spotlight .narrow {
    position: relative;
    width: 100%;
    height: auto;
    margin: 2% 0 2% 0;
  }
}
@media only screen and (max-width: 320px) {
  #spotlight .narrow {
    width: 102%;
    margin: 2% -1% 2% 0;
  }
}
#spotlight div.imageWrapper {
  max-width: 79%;
}
@media only screen and (max-width: 1366px) {
  #spotlight div.imageWrapper {
    width: 69%;
  }
}
@media only screen and (max-width: 736px) {
  #spotlight div.imageWrapper {
    max-width: 100%;
    width: 98%;
    float: left;
    clear: both;
  }
}
@media only screen and (max-width: 567px) {
  #spotlight div.imageWrapper {
    max-width: 100%;
    float: left;
    clear: both;
  }
}
#spotlight div.imageWrapper .thumbnailSlider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin: 0 -0.3% 0 -0.3%;
}
@media only screen and (max-width: 736px) {
  #spotlight div.imageWrapper .thumbnailSlider {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 1% 0 -1%;
  }
}
@media only screen and (max-width: 567px) {
  #spotlight div.imageWrapper .thumbnailSlider {
    justify-content: flex-start;
    width: 103%;
    margin: 0 -0.3% 0 -1%;
  }
}
#spotlight div.imageWrapper .thumbnailSlider a {
  border: solid #282828 3px;
  max-width: 25%;
}
@media only screen and (max-width: 736px) {
  #spotlight div.imageWrapper .thumbnailSlider a {
    width: 18%;
  }
}
@media only screen and (max-width: 567px) {
  #spotlight div.imageWrapper .thumbnailSlider a {
    width: 23%;
  }
}
#spotlight div.imageWrapper .thumbnailSlider a img {
  max-width: 100%;
  margin-left: -10%;
  padding-top: 3%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature img {
  max-width: 100%;
}
@media only screen and (max-width: 736px) {
  .feature img {
    max-width: 98%;
  }
}
@media only screen and (max-width: 567px) {
  .feature img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .feature img {
    max-width: 102%;
  }
}

.imagePrevious, .imageNext {
  position: absolute;
  top: 40%;
  font-weight: 800;
  font-size: 2em;
  font-family: Amiko, Arial, sans-serif;
  color: #ffffff;
  background-color: #282828;
  background-color: rgba(40, 40, 40, 0.6);
  padding: 0.75% 0.5% 0 0.5%;
}
.imagePrevious:hover, .imageNext:hover {
  cursor: pointer;
  background-color: #282828;
  color: #bfbfbf;
}

.imagePrevious {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 1%;
}

.imageNext {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 1%;
  left: 76%;
}
@media only screen and (max-width: 1366px) {
  .imageNext {
    left: 66%;
  }
}

@media only screen and (max-width: 1280px) {
  .imagePrevious, .imageNext {
    visibility: hidden;
  }
}

.imagePrevious.vertical, .imageNext.vertical {
  position: absolute;
  top: 38%;
}

.imagePrevious.vertical {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 1%;
}

.imageNext.vertical {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 1%;
  left: 76%;
}
@media only screen and (max-width: 1366px) {
  .imageNext.vertical {
    left: 66%;
  }
}

#contactWrapper {
  margin: 6% 0 0 0;
  max-width: 565px;
  background-color: #ffffff;
  box-shadow: 0.5em 0.5em 1em #000;
  color: #727f8f;
  padding: 2% 4% 2% 2%;
  font-weight: 400;
}
@media only screen and (max-width: 1366px) {
  #contactWrapper {
    max-width: 505px;
  }
}
@media only screen and (max-width: 1280px) {
  #contactWrapper {
    margin: 8% 0 10% 0;
    padding: 2% 5% 2% 5%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  #contactWrapper {
    padding: 2% 4% 2% 4%;
    margin: 4% 0 10% -1%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 567px) {
  #contactWrapper {
    padding: 2% 5% 2% 5%;
    margin: 8% 0 10% 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #contactWrapper {
    padding: 2% 5% 2% 5%;
    max-width: 100%;
  }
}
#contactWrapper h4 {
  text-transform: uppercase;
  font-family: Amiko, Arial, sans-serif;
}

#contactMe a {
  font-family: Amiko, Arial, sans-serif;
  text-decoration: none;
  color: #727f8f;
}
@media only screen and (max-width: 567px) {
  #contactMe a {
    margin-left: 2.5%;
  }
}
@media only screen and (max-width: 320px) {
  #contactMe a {
    margin-left: 8%;
  }
}
#contactMe a::selection {
  background: #ffffff;
}
#contactMe a::-moz-selection {
  background: #ffffff;
}

#banner nav a:hover {
  color: #727f8f;
}

img.thumbnail:hover {
  box-shadow: 0.5em 0.5em 1em #000;
}

a.emBiggen img:hover {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: solid 6px #727f8f;
  margin-bottom: -6px;
}

a.thumbFeature {
  opacity: 0.2;
}

.featuredShowcard {
  opacity: 0.5;
}

/*# sourceMappingURL=style.css.map */
