@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(//fonts.googleapis.com/css?family=Dorsa);
@import url(http://fonts.googleapis.com/css?family=Dosis:400,600);
@font-face { font-family: DinosaurJr; src: url('../fonts/Dinosaur Jr.ttf'); }
/* =======================================================
					variables
======================================================== */
/*========================================================
										Main layout styles
=========================================================*/
body {
  background: #f6f6f7;
  /*background-image: url(../images/paper-texture.jpg);
  background-repeat: no-repeat;*/
  font: 14px/24px Georgia, 'Times New Roman', Times, serif;
}
a {
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  font: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #d94d3a;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #666666;
}
::selection {
  color: #ffffff;
  background: #666666;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  padding: 15px 0 !important;
  /*background: url(../images/header_bg.jpg) no-repeat;*/
  background-color: black;
  background-size: cover;
  text-align: center;
}
.social {
  text-align: center;
}
.social .fa {
  width: 69px;
  height: 69px;
  background: #fff;
  line-height: 69px;
  margin: 20px 50px 35px;
  font-size: 38px;
  color: #423e3e;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social .fa-file-pdf-o:hover {
  background: #d94d3a;
  color: #ffffff;
}
.social .fa-envelope:hover {
  background: #3464a0;
  color: #ffffff;
}
.social .fa-linkedin:hover {
  background: #006fa6;
  color: #ffffff;
}
.social .fa-git:hover {
  background: #423e3e;
  color: #ffffff;
}
#header h1 {
  color: #ffffff;
}
#header h1 a {
  font: 80px/72px 'Dorsa', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
#header h1 a span {
  display: block;
  font: 22px/24px 'Dosis', sans-serif;
  margin-top: 5px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header h1,
  #header nav {
    float: none;
    display: inline-block;
  }
  #header nav {
    display: block;
  }
  #header .social .fa {
    margin: 0 25px 50px 25px;
  }
}
@media only screen and (max-width: 480px) {
  #header .social .fa {
    margin: 0 5px 50px 5px;
  }
}
/* Main menu styles
========================================================*/
.top-nav:before,.top-nav:after {
  content: " ";
  display: table;
}
.top-nav:after {
  clear: both;
}
.top-nav {
  *zoom: 1;
  margin: 0;
}
nav a#pull {
  display: none;
}
.sf-menu {
  width: 100%;
  text-align: center;
  line-height: 36px;
  margin-top: auto;
  margin-top: 52px;
  border-top: 2px solid #fff;
  padding-top: 25px;
  display: table;
}
.sf-menu > li {
  display: table-cell;
  table-layout: fixed;
  position: relative;
  padding: 0;
  margin: 0;
}
.sf-menu > li > a {
  color: #b5b2b2;
  font-size: 36px;
  margin-left: 29px;
  font-family: 'Dosis', sans-serif;
  margin-bottom: 30px;
  position: relative;
}
.sf-menu > li > a:hover {
  color: #ffffff;
}
.sf-menu > li > a:hover:before {
  background-position: 0 0;
  top: -21px;
  height: 21px;
}
.sf-menu > li > a:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 37%;
  width: 38px;
  height: 12px;
  background: url(../images/menu-bullet.png) 0 -21px no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li:first-child {
  padding-right: 0;
}
.sf-menu > li.current > a {
  color: #ffffff;
}
.sf-menu > li.current > a:before {
  background-position: 0 0;
  top: -21px;
  height: 21px;
}
@media only screen and (max-width: 979px) {
  .sf-menu li {
    padding-right: 0;
  }
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 66px;
  left: calc(50% - 80px);
  background: #d94d3a;
  color: #ffffff;
  min-width: 160px;
  z-index: 999;
  display: none;
  text-align: left;
  padding-left: 33px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  top: -10px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #d94d3a;
}
.sf-menu ul li {
  position: relative;
  height: 48px;
  line-height: 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul li a {
  line-height: 12px;
  padding: 10px 0;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  display: block;
}
.sf-menu ul li:hover > a {
  color: #7d261a;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 126px;
  z-index: 4;
  min-width: 157px;
  border: none;
  background: #dbb3ae;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul a:hover {
  color: #d94d3a;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    height: auto;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-color: #d94d3a;
    color: #666;
    font-size: 16px;
    padding: 5px;
  }

  nav {
    height: auto;
    border: 0;
  }
  nav ul {
    width: 100%;
    display: block;
    height: auto;
  }
  nav li {
    text-align:left;
    width: 100%;
    position: relative;
    margin: 0;
  }
  nav li a {
    border-top: 1px solid #242424;
  }
  nav li:last-child a {
    border-bottom: 1px solid #242424;
    margin-bottom: 20px;
  }

  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
  }
  nav a#pull {
    display: block;
    width: 100%;
    position: relative;
    color: #F26D7D;
    text-align: right;
  }
  nav a#pull:after {
    content:"";
    background: url('/images/nav-icon.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
  nav a#pull img{
    margin-right:2%;
  }
  .navicon {
    top: 30px;
    left: 30px;
  }
}
/* Stuck menu styles
========================================================*/
.fixed-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: black;
  z-index: 9;
  padding: 5px 0;
  border-bottom: 1px solid #d94d3a;
  margin-top: 0 !important;
}
.fixed-nav h1 a{
  font: 56px/36px 'Dorsa', sans-serif !important;
}
.fixed-nav h1 span {
  font: 16px/12px 'Dosis', sans-serif !important;
}
.fixed-nav .sf-menu {
  margin-top: 30px !important;
  border: none;
  padding: 0;
}
.fixed-nav .sf-menu > li > a:before {
  display: none;
}
.fixed-nav .sf-menu > li > a:hover:before {
  display: none;
}
.fixed-nav .sf-menu > li.current > a:before {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										CONTENT styles
=========================================================*/
h2,
h3,
h4 {
  font-family: 'Marvel', sans-serif;
  color: #3c3c3e;
}
h2 {
  font: 400 60px/60px 'Open Sans', sans-serif;
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 3px solid #3c3c3e;
  display: inline-block;
}
h3 {
  font-size: 50px;
  font-family: 'Marvel', sans-serif;
  text-align: center;
  line-height: 50px;
}
h4 {
  font-size: 28px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
}
h5 {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  margin-bottom: 10px;
  color: #3c3c3e;
}
.h5__mod {
  color: #d94d3a;
}
p {
  font: 16px/20px 'Open Sans', sans-serif;
  color: #727070;
}
.img_block {
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.img_block img {
  width: 100%;
}
.custom-btn {
  width: 228px;
  border: 1px solid #5d5959;
  background: none;
  display: block;
  font: 36px/76px 'Open Sans', sans-serif;
  text-align: center;
  color: #5d5959;
  margin-top: 20px;
  margin: 20px auto;
}
.custom-btn:hover {
  background: #3c3c3e;
  color: #ffffff;
}
.bd-ra {
  border-radius: 50%;
}
.sub_head {
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 979px) {
  h2 {
    font: 300 62px/62px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 45px/45px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 30px/30px 'Marvel', sans-serif;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font: 300 52px/52px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 45px/45px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 25px/25px 'Marvel', sans-serif;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
  .img_block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font: 300 42px/42px 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 40px;
  }
  h2 span:before {
    display: none;
  }
  h3 {
    font: 35px/35px 'Marvel', sans-serif;
    text-align: center;
  }
  h4 {
    font: 20px/20px 'Marvel', sans-serif;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h5 {
    font: 16px/16px 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #3c3c3e;
  }
  .img_block {
    margin-bottom: 20px;
  }
}
.index blockquote{
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #3c3c3e;
}
.index  blockquote::before{
  display: block;
  content: "\201C";
  font-size: 80px;
  text-align: center;
  position: absolute;
  left: -10px;
  top: -20px;
  color: #7a7a7a;
}
.index blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.index blockquote cite:before {
  content: "\2014 \2009";
}
.index .block-1 {
  position: relative;
  padding: 80px 0;
}
.index .text {
  border: 1px solid #fff;
  font: 14px/20px 'Open Sans', sans-serif;
  color: #727070;
  margin-bottom: 30px;
}
.pdf-viewer {
  height: 600px;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  background: #000000;
  margin-top: 25px;
  padding: 10px 0 0;
  color: #ffffff;
  text-align: center;
}
#footer a {
  color: inherit;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .copyright .btn {
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 60px;
  background: #fff;
  border: none;
  margin: 30px 50px;
}
#footer .copyright .btn span {
  line-height: 94px;
}
#footer .copyright .btn:hover {
  background: #423e3e;
  color: #fff;
}
#footer .copyright pre {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  border: none
}
@media only screen and (max-width: 767px) {
  #footer .copyright .btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 30px 25px;
  }
}
@media only screen and (max-width: 479px) {
  #footer .copyright .btn {
    display: block;
    margin: 20px auto;
  }
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  background: #d94d3a;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 73px;
  height: 73px;
  font-size: 72px;
  line-height: 73px;
  z-index: 20;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #7d261a;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
										PROJECTS styles
=========================================================*/
.project-content {
  background-color: #f0f0f0;
}

.panel-heading {
  background-image: linear-gradient(to bottom,#131313 0,#666666 100%) !important;
  color: #FFFFFF !important;
}

.dinoparc-title {
  font-family: DinosaurJr;
  font-size: 4.5em !important;
  color: darkgreen !important;
}

.project-img{
  width: 80%;
  height: 80%;
}

.gitproject .fa {
  width: 69px;
  height: 69px;
  background: #fff;
  line-height: 69px;
  margin: 20px 50px 35px;
  font-size: 38px;
  color: #423e3e;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*========================================================
										ABOUT styles
=========================================================*/
.skill-bg {
  border-radius: 5px;
  background-image: linear-gradient(to bottom,#f0f0f0 50%,#b2b2b2 100%) !important;
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 2;
}

p.skill-name {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 4px;
}

.skill-bar {
  border-radius: 5px;
  background-image:-moz-linear-gradient(top, #131313 0%, #666666 50%,#131313 100%) !important;
  background-image:linear-gradient(top, #131313 0%, #666666 50%,#131313 100%) !important;
  background-image:-webkit-linear-gradient(top, #131313 0%, #666666 50%,#131313 100%) !important;
  background-image:-o-linear-gradient(top, #131313 0%, #666666 50%,#131313 100%) !important;
  background-image:-ms-linear-gradient(top, #131313 0%, #666666 50%,#131313 100%) !important;
  background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#131313), color-stop(50%,#666666),color-stop(100%,#131313)) !important;
  height: 30px;
  margin: -30px 0 0 0;
  position: relative;
  z-index: 3;
}