@charset "UTF-8";
/**********************
    *
    * IMPORT SCSS FILES
    *
**********************/
/**********************
    *
    * IMPORTS
    *
**********************/
/**********************
    *
    * MAIN STYLING
    *
**********************/
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
.footer {
  background-color: #333;
  padding: 50px 0; }
  .footer .top {
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
    .footer .top .logo {
      background: rgba(75, 75, 75, 0.5); }
    .footer .top .socialContainer {
      display: block;
      float: right;
      position: relative;
      top: 16px; }
      .footer .top .socialContainer img {
        width: 40px;
        height: 40px;
        display: block;
        opacity: 0.5;
        transition: all, 0.25s; }
      .footer .top .socialContainer img:hover {
        opacity: 1; }
  .footer .bot {
    color: #999;
    text-align: center;
    margin: 20px 0; }
    .footer .bot i {
      font-size: 0.7em; }

/**********************
    *
    * IMPORTS
    *
**********************/
/**********************
    *
    * MIXINS
    *
**********************/
/**********************
    *
    * VARIABLES
    *
**********************/
/**********************
    *
    * MAIN STYLING
    *
**********************/
body {
  margin: 0;
  padding: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 10;
  background: linear-gradient(rgba(0, 0, 0, 0.25), transparent 100%);
  padding: 20px 0;
  transition: all, 0.25s; }
  .header .nav {
    float: right; }
    .header .nav li {
      display: inline-block; }
      .header .nav li a {
        font-weight: normal;
        font-size: 1.5em;
        padding: 0 20px;
        line-height: 60px;
        color: white;
        transition: all, 0.25s; }
      .header .nav li a:hover {
        background: rgba(50, 50, 50, 0.5);
        text-decoration: none; }

.stick {
  background: rgba(50, 50, 50, 0.5);
  padding: 10px 0; }
  .stick .logo {
    padding: 0 10px; }
    .stick .logo .firstName h2, .stick .logo .lastName h2 {
      line-height: 40px; }
    .stick .logo .firstName {
      margin: 0; }
      .stick .logo .firstName .smallLetters {
        display: none; }
    .stick .logo .lastName {
      margin: 0; }
      .stick .logo .lastName .smallLetters {
        display: none; }
  .stick .nav li a {
    font-size: 1em;
    padding: 0 10px;
    line-height: 40px; }
  .stick .nav li a:hover {
    color: #fff; }

/**********************
    *
    * IMPORTS
    *
**********************/
/**********************
    *
    * MIXINS
    *
**********************/
/**********************
    *
    * VARIABLES
    *
**********************/
/**********************
    *
    * PARALLAX
    *
**********************/
.parallax-window {
  background: transparent; }

/**********************
    *
    * SCROLLREVEAL.JS
    *
**********************/
[data-sr] {
  visibility: hidden; }

/**********************
    *
    * CLEAR FIX
    *
**********************/
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/**********************
    *
    * MAIN STYLING
    *
**********************/
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.mainStripe {
  width: 100%;
  height: 5px;
  display: block;
  background-color: #ddd; }

.accentStripe {
  height: 5px;
  display: block;
  position: relative;
  top: 5px;
  background-color: #E44D26; }

/**********************
    *
    * CARDS
    *
**********************/
.card {
  width: 300px;
  height: 300px;
  display: block;
  margin: 6.66px;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.25s; }
  .card img {
    width: 100%;
    height: 100%; }
  .card .desc {
    width: 90%;
    height: 90%;
    background: rgba(26, 169, 167, 0.75);
    position: absolute;
    top: 100%;
    padding: 5%;
    color: #fff !important;
    transition: all 0.5s; }
    .card .desc a {
      color: #fff;
      font-size: 1.25em; }
    .card .desc p {
      color: #f5f5f5;
      font-size: 0.8em; }

.card:hover .desc {
  top: 0; }

/**********************
    *
    * BOX
    *
**********************/
.box {
  display: block; }

.box.left {
  width: 30%;
  float: left; }

.box.right {
  width: 65%;
  float: right; }
  .box.right .highlight {
    display: inline-block;
    color: #ac0014;
    margin: 0 5px; }

/**********************
    *
    * TITLES
    *
**********************/
.chunk {
  border-bottom: 5px solid #ddd;
  padding-bottom: 70px;
  margin-bottom: 50px; }

#aboutTitle {
  width: 202px;
  position: relative;
  left: 0;
  transition: all 0.25s; }

.block#about .accentStripe {
  width: 202px;
  left: 0;
  transition: all 0.5s; }

#skillsTitle {
  width: 186px; }

.block#skills h3 {
  margin-top: 50px;
  border-bottom: 2px solid #ddd; }
.block#skills .accentStripe {
  width: 186px; }

#projectsTitle {
  width: 250px; }

.block#projects .accentStripe {
  width: 250px; }

#contactTitle {
  width: 300px; }

.block#contact .accentStripe {
  width: 241px; }

/**********************
    *
    * SKILLS
    *
**********************/
.skill {
  width: 250px;
  overflow: hidden;
  margin: 20px;
  padding: 11.66px;
  position: relative;
  float: left;
  display: block; }
  .skill h2 {
    padding: 5px 0; }
  .skill .barContainer {
    width: 100%;
    height: 25px;
    display: block;
    border: 1px solid #ddd;
    background-color: #ddd;
    border-radius: 20px; }
  .skill .bar {
    height: 25px;
    display: block;
    margin-bottom: -25px;
    position: relative;
    top: -26px;
    left: 1px;
    border-radius: 20px; }
  .skill .perc {
    width: 100%;
    text-align: center;
    color: #888;
    font-size: 0.8em;
    position: relative;
    top: 5px; }

.skill#html5 h2 {
  color: #D24D57; }
.skill#html5 .bar {
  width: 87%;
  background-color: #D24D57; }

.skill#css3 h2 {
  color: #3A539B; }
.skill#css3 .bar {
  width: 65%;
  background-color: #3A539B; }

.skill#sass h2 {
  color: #1BA39C; }
.skill#sass .bar {
  width: 40%;
  background-color: #1BA39C; }

.skill#javascript h2 {
  color: #F7CA18; }
.skill#javascript .bar {
  width: 61%;
  background-color: #F7CA18; }
  
  
  .skill#wordpress h2 {
  color: #96281B; }
.skill#wordpress .bar {
  width: 40%;
  background-color: #96281B; }


.skill#php h2 {
  color: #4183D7; }
.skill#php .bar {
  width: 80%;
  background-color: #4183D7; }

.skill#mssql h2 {
  color: #6C7A89; }
.skill#mssql .bar {
  width: 70%;
  background-color: #6C7A89; }
  
  .skill#csharp h2 {
  color: #9A12B3; }
.skill#csharp .bar {
  width: 30%;
  background-color: #9A12B3; }



/**********************
    *
    * PRELOADER
    *
**********************/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("img-bin/preloader.gif") center no-repeat #f5f5f5; }

/**********************
    *
    * CTA
    *
**********************/
.cta {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #fff;
  display: block;
  width: 250px;
  margin: 20px auto;
  transition: all 0.25s; }

.cta:hover {
  color: #555;
  background-color: #fff;
  text-decoration: none; }

#ctaLink {
  position: absolute;
  top: 380px;
  left: 0;
  right: 0; }

/**********************
    *
    * SLIDER
    *
**********************/
.slideContainer {
  position: relative;
  display: block;
  width: 100%;
  height: 480px;
  margin: 50px auto;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .slideContainer .next {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: 50%;
    right: -50px;
    z-index: 2;
    margin-top: -20px;
    opacity: 0;
    transition: all, 0.25s; }
  .slideContainer .prev {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    top: 50%;
    left: -50px;
    z-index: 2;
    margin-top: -20px;
    opacity: 0;
    transition: all, 0.25s; }
  .slideContainer .next:hover, .slideContainer .prev:hover {
    cursor: pointer;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .slideContainer .images {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    background-color: #f5f5f5; }
    .slideContainer .images .image {
      border-radius: 5px;
      display: none; }
    .slideContainer .images img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
  .slideContainer .bubbles {
    position: absolute;
    margin: 10px auto;
    bottom: -35px;
    left: 10%;
    right: 0;
    width: 116px;
    display: block; }
    .slideContainer .bubbles .bubble {
      width: 10px;
      height: 10px;
      margin: 5px;
      display: inline-block;
      border-radius: 50%;
      background-color: #ddd;
      transition: all, 0.25s; }
    .slideContainer .bubbles .bubble.active {
      background-color: #aaa; }

.slideContainer:hover .next, .slideContainer:hover .prev {
  opacity: 0.5; }

/**********************
    *
    * DOWNLOAD
    *
**********************/
.dwd {
  background-image: url("img-bin/download.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  width: 165px;
  height: 50px;
  display: block;
  float: right;
  position: relative;
  right: -172px;
  overflow: hidden;
  opacity: 0.5;
  transition: all, 0.25s; }
  .dwd a {
    line-height: 50px;
    position: relative;
    left: 60px; }

.dwd:hover {
  opacity: 1; }

/**********************
    *
    * CONTACT FORM
    *
**********************/
form {
  width: 620px;
  padding: 10px;
  margin: 0 auto; }
  form h3 {
    color: #E44D26;
    text-align: center;
    margin: 50px 0; }

.inp {
  border: 2px solid #ff6666;
  font-size: 1.3em;
  background-color: #fff;
  color: #555;
  outline: none;
  transition: all, 0.25s; }

[type="text"] {
  width: 254px;
  padding: 15px;
  margin: 10px; }

[type="email"] {
  width: 566px;
  padding: 15px;
  margin: 10px; }

textarea {
  width: 566px;
  height: 10em;
  padding: 15px;
  margin: 10px;
  font-family: 'Roboto', sans-serif !important;
  resize: none; }

[type="submit"] {
  width: 33%;
  padding: 15px;
  margin: 10px auto;
  display: block; }

.inp:hover {
  background-color: #c0392b;
  color: #fff; }

.inp:focus {
  background-color: #c0392b;
  opacity: 0.7;
  border: 2px solid #e74c3c;
  color: #fff; }

.btn {
  cursor: pointer;
  background-color: #E44D26;
  color: #fff;
  transition: all, 0.25s; }

.btn:hover {
  background-color: #E44D26; }

.btn:focus {
  background-color: #00ac98;
  border: 2px solid #00ac98; }

.valid {
  background-image: url("img-bin/valid.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat; }

.invalid {
  background-image: url("img-bin/invalid.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat; }

/**********************
    *
    * BACK TO TOP
    *
**********************/
.backToTop {
  background-image: url("img-bin/backToTop.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  background-color: rgba(50, 50, 50, 0.5);
  border-radius: 50%;
  transition: all, 0.25s; }

.backToTop:hover {
  cursor: pointer;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

/**********************
    *
    * IMPORTS
    *
**********************/
/**********************
    *
    * VARIABLES
    *
**********************/
/**********************
    *
    * MAIN STYLING
    *
**********************/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

h1 {
  display: block;
  margin: 0;
  padding: 20px 0;
  font-size: 3em;
  color: #777;
  font-weight: 400; }

h2 {
  display: block;
  margin: 0;
  padding: 20px 0;
  font-size: 2em;
  color: #777;
  font-weight: 300; }

h3 {
  display: block;
  margin: 0;
  padding: 20px 0;
  font-size: 1.5em;
  font-weight: 300;
  color: #E44D26; }

a {
  text-decoration: none;
  font-weight: bold;
  color: #E44D26;
  display: inline-block;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: underline;
  color: #E44D26; }

p {
  margin: 0;
  padding: 10px 0;
  color: #888; }

.cvTitle {
  color: #ac0014;
  text-align: right;
  font-weight: bold; }

/**********************
    *
    * IMPORTS
    *
**********************/
/**********************
    *
    * MIXINS
    *
**********************/
/**********************
    *
    * VARIABLES
    *
**********************/
/**********************
    *
    * MAIN STYLING
    *
**********************/
.wrapper {
  position: relative;
  display: block;
  z-index: 1; }

/**********************
    *
    * MIXINS
    *
**********************/
/**********************
    *
    * VARIABLES
    *
**********************/
/**********************
    *
    * LOGO
    *
**********************/
.logo {
  display: block;
  float: left;
  background: rgba(50, 50, 50, 0.5);
  padding: 0 15px;
  transition: all, 0.25s; }
  .logo h2 {
    display: inline-block; }
  .logo .firstName, .logo .lastName {
    display: inline-block; }
  .logo .firstName h2, .logo .lastName h2 {
    padding: 0;
    line-height: 60px;
    font-weight: normal; }
  .logo .firstName {
    margin: 0 10px 0 0; }
    .logo .firstName .bigLetters {
      color: white; }
    .logo .firstName .smallLetters {
      color: #e6e6e6;
      margin: 0 -5px;
      display: inline-block; }
  .logo .lastName {
    margin: 0 10px 0 0; }
    .logo .lastName .bigLetters {
      color: white; }
    .logo .lastName .smallLetters {
      color: #e6e6e6;
      margin: 0 -5px;
      display: inline-block; }

.logo:hover {
  padding: 0 40px;
  cursor: pointer; }

/**********************
    *
    * BLOCKS
    *
**********************/
.block#splash {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .block#splash h1 {
    color: white;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    font-size: 3.5em; }
    .block#splash h1 .word {
      position: absolute;
      top: 100px;
      left: 0;
      right: 0;
      color: white; }

.block#about {
  position: relative;
  padding: 100px 0 75px 0; }
  .block#about .socialContainer {
    display: block;
    float: right;
    position: relative;
    top: -66px; }
    .block#about .socialContainer img {
      width: 40px;
      height: 40px;
      display: block;
      opacity: 0.5;
      transition: all, 0.25s; }
    .block#about .socialContainer img:hover {
      opacity: 1; }
  .block#about .picture {
    display: block;
    margin: 0 20px;
    border-radius: 50%;
    border: 10px solid #fff;
    background-image: url("img-bin/picture.jpg");
    background-size: cover;
    background-color: #00796b;
    position: absolute;
    transition: all, 0.75s; }
  .block#about h2 {
    color: #E44D26;
    text-align: center; }

.block#skills {
  background-color: #f5f5f5; }

.block#projects .project {
  width: 100%;
  padding: 10px 0;
  display: block;
  border-bottom: 5px solid #ddd; }
  .block#projects .project .logoContainer {
    background-color: #fff;
    width: 15%;
    display: block;
    margin: 50px auto;
    border-radius: 5px;
    transition: all, 0.25s; }
    .block#projects .project .logoContainer img {
      width: 90%;
      padding: 5%; }
  .block#projects .project .logoContainer:hover {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(153, 153, 153, 0.5); }
  .block#projects .project .quote {
    background: #f5f5f5;
    border-left: 10px solid #ddd;
    padding: 10px 2.5%;
    quotes: "“" "”" "‘" "’";
    border-radius: 5px;
    margin: 50px auto; }
  .block#projects .project .quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 5px;
    vertical-align: -0.4em; }
  .block#projects .project i {
    color: #888; }
  .block#projects .project .smallImg {
    width: 440px;
    display: block;
    float: left;
    padding: 10px;
    margin: 20px 5px; }
  .block#projects .project .bigImg {
    width: 930px;
    display: block;
    float: left;
    padding: 10px;
    margin: 20px 5px; }

.block#contact {
  background-color: #f5f5f5; }

.block#thx h2 {
  color: #00796b;
  text-align: center; }
.block#thx p {
  text-align: center; }
.block#thx a {
  padding: 15px 20px;
  width: 100px;
  text-align: center;
  display: block;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 50px auto; }

/**********************
    *
    * MAIN STYLING
    *
**********************/
html, body {
  overflow-x: hidden;
  width: 100%; }

.block {
  padding: 75px 0; }
  .block .container {
    width: 960px;
    display: block;
    margin: 0 auto; }

.container {
  width: 960px;
  display: block;
  margin: 0 auto; }

.content {
  padding: 30px 10px;
  text-align: left; }

/*# sourceMappingURL=main.css.map */
