/* -----------------------------------*/
/* ---------->>> VARIABLES <<<-----------*/
/* -----------------------------------*/
/* html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)&nbsp;&nbsp;v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark&nbsp;&nbsp;html5doctor.com/html-5-reset-stylesheet/*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* END RESET CSS */
/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages
*/
body {
  font: 13px sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.22;
}

table {
  font-size: inherit;
  font: 100%;
}

select, input, textarea {
  font: 99% sans-serif;
}

/* -----------------------------------*/
/* ---------->>> BASE <<<-----------*/
/* -----------------------------------*/
html {
  font-size: 13px;
}

a {
  text-decoration: none;
  color: #919191;
}

a, h1, h3, span, button {
  font-family: 'Oswald', sans-serif;
}

h1, h3 {
  color: #f6f5f6;
}

p, span {
  font-family: 'Lora', serif;
  font-size: 1.3rem;
  color: #f6f5f6;
}

p:not(.quote__p) {
  line-height: 25px;
  text-align: justify;
}

ul {
  list-style: none;
}

input, textarea {
  width: 100%;
  border-radius: 5px;
  margin: 10px 0 10px 0;
  box-sizing: border-box;
  border: solid 1px rgba(0, 0, 0, 0.4);
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  color: #5c5c5c;
}

textarea {
  height: 200px;
  resize: vertical;
}
textarea:focus {
  outline: none;
}

input {
  height: 35px;
  padding-left: 40px;
}
input:focus {
  outline: none;
}

::selection {
  background: #ff6e32;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  header {
    height: 60px;
  }
}

#about {
  background: url("images/background_computer.jpg") no-repeat;
  background-size: cover;
}

#work {
  background: -webkit-radial-gradient(top, ellipse, rgba(125, 185, 232, 0.4) 0%, #0971b2 30%), #0971b2;
  background: radial-gradient(ellipse at top, rgba(125, 185, 232, 0.4) 0%, #0971b2 30%), #0971b2;
}

footer {
  margin-top: 200px;
  padding: 0 5% 0 5%;
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  background: url("images/noisy-texture.png"), -webkit-radial-gradient(top, ellipse, rgba(125, 185, 232, 0.4) 0%, #0971b2 30%), #0971b2;
  background: url("images/noisy-texture.png"), radial-gradient(ellipse at top, rgba(125, 185, 232, 0.4) 0%, #0971b2 30%), #0971b2;
}

#about, #work, #portfolio, footer {
  position: relative;
  top: 60px;
}

.about--open_menu {
  padding-top: 160px;
}

.clearfix {
  clear: both;
}

.wrapper, .wrapper--work {
  width: 88.157%;
  margin: 0 auto;
}
.wrapper--work {
  padding-top: 150px;
  padding-bottom: 50px;
}

.wrapper100 {
  width: 100%;
}

.navigation {
  float: right;
  margin: 50px 20% 0 0;
}
@media screen and (max-width: 1500px) {
  .navigation {
    margin: 50px 5% 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .navigation {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .navigation {
    position: fixed;
    width: 100%;
    top: 12px;
    z-index: 5;
    text-align: center;
  }
}
.navigation__item, .navigation__item--lmargin {
  display: inline-block;
  font-size: 1.7rem;
  opacity: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1000px) {
  .navigation__item, .navigation__item--lmargin {
    display: block;
    margin-top: -1px;
  }
}
.navigation__item:hover:after, .navigation__item--lmargin:hover:after {
  width: 100%;
}
.navigation__item::after, .navigation__item--lmargin::after {
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  background: rgba(0, 0, 0, 0.4);
  transition: width 0.3s;
}
@media screen and (max-width: 1000px) {
  .navigation__item::after, .navigation__item--lmargin::after {
    display: none;
  }
}
.navigation__item--lmargin {
  margin-left: 150px;
}
@media screen and (max-width: 1000px) {
  .navigation__link {
    display: block;
    padding: 10px 0 10px 0;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: margin-left 0.2s;
  }
}

.hide_list {
  display: none;
}

.links_left {
  margin-left: -100%;
}

.hide {
  display: none;
}

.menu_button {
  float: right;
  width: 126px;
  height: 126px;
  background: transparent;
  transition: background 0.2s;
}
@media screen and (max-width: 1000px) {
  .menu_button {
    width: 60px;
    height: 60px;
  }
}
.menu_button:hover {
  cursor: pointer;
}
.menu_button > a {
  display: block;
  height: 46px;
  width: 50px;
  margin: 40px;
  background: url("images/menu_mobile_v2.png") no-repeat 7px 0px;
  background-size: 35px 92px;
}
@media screen and (max-width: 1000px) {
  .menu_button > a {
    margin: 6px;
  }
}

.mb_active {
  background: #0971b2;
}
.mb_active > a {
  background: url("images/menu_mobile_v2.png") no-repeat 7px -46px;
  background-size: 35px 92px;
}

.hover {
  opacity: 0.2;
}

.logo {
  float: left;
  margin: 20px 0 20px 10%;
}
@media screen and (max-width: 1500px) {
  .logo {
    margin: 20px 0 20px 2%;
  }
}
@media screen and (max-width: 1000px) {
  .logo {
    margin: 7px 0 20px 6%;
  }
}
@media screen and (max-width: 1000px) {
  .logo > img {
    width: 45px;
  }
}

.info, .info--about, .info--footer {
  float: right;
  width: 40.315%;
}
@media screen and (max-width: 1000px) {
  .info, .info--about, .info--footer {
    width: 100%;
  }
}
.info--about {
  margin: 160px 0 260px 0;
}
.info--footer {
  margin: 160px 0 160px 0;
}
@media screen and (max-width: 1000px) {
  .info--footer {
    margin: 160px 0 50px 0;
  }
}
.info__header, .info__header--shadow, .info__header--work {
  font-size: 4rem;
}
.info__header--shadow {
  margin-bottom: 50px;
}
.info__header--work {
  margin-bottom: 150px;
  margin-left: 2%;
}
.info__header--shadow, .info__p, .quote > p, .quote > span {
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.7);
}

.quote {
  margin: 272px 0 0 2%;
  float: left;
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .quote {
    width: 100%;
  }
}
.quote__p {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-style: italic;
}
@media screen and (max-width: 1000px) {
  .quote__p {
    font-size: 4rem;
  }
}
.quote > span {
  position: relative;
  top: 20px;
}

.skill_info, .skill_info--rmargin {
  width: 30%;
  float: left;
  margin-bottom: 100px;
}
.skill_info--rmargin {
  margin-right: 5%;
}
.skill_info__header, .skill_info__header--html, .skill_info__header--css, .skill_info__header--js, .skill_info__header--wp, .skill_info__header--rwd, .skill_info__header--ps {
  margin-bottom: 20px;
  padding-left: 45px;
  font-size: 2.5rem;
}
.skill_info__header--html {
  background: url("images/html_icon.png") no-repeat left;
}
.skill_info__header--css {
  background: url("images/css_icon.png") no-repeat left;
}
.skill_info__header--js {
  background: url("images/javascript_icon.png") no-repeat left;
}
.skill_info__header--wp {
  background: url("images/wordpress_icon.png") no-repeat left;
}
.skill_info__header--rwd {
  background: url("images/rwd_icon.png") no-repeat left;
}
.skill_info__header--ps {
  background: url("images/photoshop_icon.png") no-repeat left;
}

.skill_info--full {
  margin-bottom: 100px;
}

.portfolio_holder {
  height: 500px;
  width: 100%;
  margin: 200px auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .portfolio_holder {
    height: 1000px;
  }
}

.portfolio_item, .portfolio_item--full, .portfolio_item--half, .portfolio_item--quarter {
  position: relative;
  overflow: hidden;
}
.portfolio_item--full {
  float: left;
  height: 100%;
  width: 25%;
}
.portfolio_item--full__image {
  margin-left: -75%;
  z-index: 2;
  transition: transform 0.5s;
}
.portfolio_item--half {
  float: right;
  height: 50%;
  width: 50%;
}
.portfolio_item--half__image {
  margin-top: -10%;
  margin-left: -10%;
  z-index: 2;
  transition: transform 0.5s;
}
.portfolio_item--quarter {
  width: 100%;
  height: 25%;
}
.portfolio_item__highlight {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 110, 50, 0.8);
  transition: opacity 0.5s;
  z-index: 3;
}
.portfolio_item__highlight:hover {
  cursor: pointer;
}
.portfolio_item__highlight__a {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f6f5f6;
  font-size: 2.5rem;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.7);
  transition: top 0.5s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1200px) {
  .portfolio_item__highlight__a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .portfolio_item__highlight__a {
    font-size: 3rem;
  }
}

.portfolio_off {
  opacity: 0;
}

.portfolio_on {
  opacity: 1;
}

.resize_image_on {
  transform: scale(1.3, 1.3);
}

.link_on {
  top: 50%;
}

.contact {
  float: left;
  width: 25%;
  margin-top: 150px;
}
@media screen and (max-width: 1700px) {
  .contact {
    width: 35%;
  }
}
@media screen and (max-width: 1000px) {
  .contact {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
  }
}
.contact__name {
  background: url("images/person_icon.png") no-repeat 10px 5px, #f6f5f6;
}
.contact__email {
  background: url("images/email_icon.png") no-repeat 7px 8px, #f6f5f6;
}
.contact__question {
  background: url("images/question_icon.png") no-repeat 17px 8px, #f6f5f6;
}
.contact__button {
  float: right;
  width: 40%;
  height: 30px;
  border: none;
  border-radius: 5px;
  color: #f6f5f6;
  background: #ff6e32;
  transition: background 0.1s;
}
.contact__button:focus {
  outline: none;
}
.contact__button:hover {
  cursor: pointer;
  background: #fd4a00;
}

.green {
  border: 2px solid #43D224;
}

.red {
  border: 2px solid #BE3535;
}

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