html body.body-index * {
  font: normal 16px Arial, Helvetica, sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
}
body.body-main {
  margin: 0;
  padding: 0;
}
body.body-main i {
  font-family: FontAwesome!important;
}
body.body-main.body-resume header {
  background: #000;
}
body.body-main.body-resume header a {
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
body.body-main.body-resume header a .logo-dark {
  display: block;
}
body.body-main.body-resume header a .logo-light {
  display: none;
}
body.body-main.body-resume .resume {
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 0;
}
body.body-main.body-resume .resume .align-right {
  float: right;
}
body.body-main.body-resume .resume .skills-section {
  color: #444;
  font-family: Segoe UI, serif;
  font-size: 13px;
}
body.body-main.body-resume .resume .skills-section tr td:first-child {
  padding: 4px 0;
  width: 100px;
}
body.body-main header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
body.body-main header a {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 0 5px 20px;
}
body.body-main header a .logo-dark {
  display: none;
}
@media screen and (max-width: 1250px) {
  body.body-main header a > img.logo-dark,
  body.body-main header a > img.logo-light {
    padding-top: 5px;
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 420px) {
  body.body-main header a > img.logo-dark,
  body.body-main header a > img.logo-light {
    padding: 5px 10px 0;
  }
}
@media screen and (max-width: 1010px) {
  body.body-main header > a {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    max-width: 400px;
  }
}
body.body-main header.jh-top-light {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1010px) {
  body.body-main header.jh-top-light {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 1010px) {
  body.body-main header {
    background: rgba(0, 0, 0, 0.8);
  }
}
body.body-main header.jh-top-dark {
  background: #000;
}
body.body-main header.jh-top-dark a .logo-dark {
  display: block;
}
body.body-main header.jh-top-dark a .logo-light {
  display: none;
}
body.body-main header.jh-top-dark .sub-resume {
  padding: 40px 0 0 !important;
}
body.body-main header.jh-top-dark .sub-resume:before {
  top: 10px !important;
}
body.body-main header nav {
  float: right;
  display: inline-block;
  margin-right: 25px;
}
@media screen and (max-width: 1010px) {
  body.body-main header nav {
    display: block;
    float: none;
    margin: 0 auto;
    width: 540px;
  }
}
@media screen and (max-width: 550px) {
  body.body-main header nav {
    width: 100%;
  }
}
body.body-main header nav ul {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 992px) {
  body.body-main header nav ul {
    display: block;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  body.body-main header nav ul {
    display: block;
    float: none;
    text-align: center;
  }
  body.body-main header nav ul li:first-child {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  body.body-main header nav ul li:last-child {
    display: none;
  }
}
body.body-main header nav ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 65px;
  text-align: center;
}
body.body-main header nav ul li a {
  padding: 5px 20px 5px 20px;
  color: #5BF;
  font-size: 20px;
  line-height: 54px;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  body.body-main header nav ul li a {
    margin: 0;
    padding: 5px 15px;
  }
}
body.body-main header nav ul li a span.link-external-blue {
  display: inline-block;
  margin: 0;
}
body.body-main header nav ul li a:hover,
body.body-main header nav ul li a:focus {
  color: #0AF;
  outline: 0;
}
body.body-main header nav ul li .sub-resume {
  position: absolute;
  display: none;
  margin: 0;
  padding: 30px 0 0;
  top: 45px;
  left: -40%;
  width: 180%;
}
body.body-main header nav ul li .sub-resume li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body.body-main header nav ul li .sub-resume li a {
  display: block;
  margin: 0;
  background: #20252A;
  border-bottom: 1px #30353A solid;
}
body.body-main header nav ul li .sub-resume li a:hover {
  background: #1A1F24;
  text-decoration: none;
}
body.body-main header nav ul li .sub-resume:before {
  content: '';
  position: absolute;
  border: 15px transparent solid;
  border-bottom-color: #20252A;
  top: 0;
  left: 50%;
  margin-left: -15px;
}
body.body-main header nav ul li:hover .sub-resume {
  display: block;
}
@media only screen and (min-width: 1400px) {
  body.body-main .container {
    width: 1370px;
  }
}
@media only screen and (max-width: 1399px) {
  body.body-main .display-img {
    margin-top: 40px !important;
  }
}
@media only screen and (max-width: 1399px) {
  body.body-main .display-img-2 {
    margin-bottom: 40px !important;
  }
}
body.body-main .jh-section {
  padding: 95px 0;
  background: #FFF;
}
@media screen and (max-width: 1250px) {
  body.body-main .jh-section .row > div > img {
    max-width: 100%;
  }
}
body.body-main .jh-section.section-extra-padding {
  padding: 105px 0;
}
body.body-main .jh-section.section-no-padding-bottom {
  padding-bottom: 0px;
}
body.body-main .jh-section.section-hidden .container {
  opacity: 0;
  filter: alpha(opacity=0);
}
body.body-main .jh-section.jh-section-dark {
  color: #FFF;
  background: #10151A;
}
body.body-main .jh-section.jh-section-dark h1 {
  margin-bottom: 0;
  color: #FFF;
  text-align: center;
  letter-spacing: 8px;
}
body.body-main .jh-section.jh-section-dark hr {
  margin: 28px auto 29px;
  width: 200px;
  border-color: #456;
  border-width: 2px 0 0;
}
body.body-main .jh-section.jh-section-dark p {
  margin: 0 auto 25px;
  line-height: 35px;
  max-width: 850px;
  text-align: center;
}
body.body-main .jh-section.jh-section-dark img {
  padding: 55px 0 0;
}
body.body-main .jh-section#section-0 .container .p-new-repfive {
  margin: 0 0 22px;
  padding: 0 0 11px;
}
body.body-main .jh-section#section-0 .container .p-new-repfive span {
  display: inline-block;
  margin-bottom: 10px;
  color: #40454A;
  font-weight: 600;
}
body.body-main .jh-section#section-0 .container .p-new-repfive a {
  margin-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  body.body-main .jh-section#section-0 .container .p-new-repfive a {
    display: block;
    margin: 15px 0;
    text-align: center;
  }
}
body.body-main .jh-section#section-0 .container .btn-blue {
  float: left;
}
@media screen and (max-width: 1200px) {
  body.body-main .jh-section#section-0 .container a.btn-blue {
    display: block;
    float: none;
    margin: 0 auto;
    width: 185px;
    text-align: center;
  }
  body.body-main .jh-section#section-0 .container p span.r5-login-info {
    display: block;
    float: none;
    margin: 10px auto 0;
    width: 310px;
    text-align: center;
  }
}
body.body-main .jh-section#section-0 .container p .r5-login-info {
  display: inline-block;
  float: left;
  padding: 12px 15px;
  background: #EEF3F8;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
body.body-main .jh-section#section-0 .container p .r5-login-info span {
  display: inline-block;
  padding: 3px 0;
}
body.body-main .jh-section#section-0 .container p .r5-login-info span:first-child {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px #D0E0F0 solid;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}
body.body-main .jh-section#section-0 .container p:hover .r5-login-info {
  background: #E0E7EE;
}
body.body-main .jh-section#section-0 .container p:hover .r5-login-info span:first-child {
  border-color: #C0D0E0;
}
@media screen and (max-width: 1400px) {
  body.body-main .jh-section#section-1 .row > div > img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body.body-main .jh-section#section-1 .row > div > img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  body.body-main .jh-section#section-1 .row > div > img {
    margin: 0 auto 55px;
  }
}
body.body-main .jh-section#section-2 .container {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 992px) {
  body.body-main .jh-section#section-2 .row > div > img {
    margin-top: 55px;
  }
}
body.body-main .jh-section#section-3 {
  position: relative;
  background: #20252A;
  color: #FFF;
}
body.body-main .jh-section#section-3 .folder-icon {
  display: none;
  margin-bottom: 75px;
  text-align: center;
}
body.body-main .jh-section#section-3 .folder-icon i {
  color: #0AF;
  font-size: 40px;
}
body.body-main .jh-section#section-3 h1 {
  margin: 0;
  color: #FFF;
  text-align: center;
  letter-spacing: 8px;
}
body.body-main .jh-section#section-3 hr {
  margin-top: 45px;
  width: 200px;
  border-color: #456;
  border-width: 2px 0 0;
}
@media screen and (max-width: 1200px) {
  body.body-main .jh-section#section-3 hr {
    margin-bottom: 45px;
  }
}
body.body-main .jh-section#section-3 div.container {
  position: relative;
  z-index: 2;
}
body.body-main .jh-section#section-3 div.container div.row.portfolio-images {
  position: relative;
  top: -50px;
}
body.body-main .jh-section#section-3 div.container div.row.portfolio-images div {
  margin-top: 7%;
}
body.body-main .jh-section#section-3 div.container div.row div {
  margin-bottom: 0;
}
body.body-main .jh-section#section-3 div.container div.row div a.outer-portfolio-image {
  position: relative;
  display: block;
  padding: 0;
  height: 230px;
  border: 1px transparent solid;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body.body-main .jh-section#section-3 div.container div.row div a.outer-portfolio-image > span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  color: #0AF;
  background: transparent;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body.body-main .jh-section#section-3 div.container div.row div a.outer-portfolio-image img {
  position: relative;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 1;
  opacity: .7;
  filter: alpha(opacity=70);
}
body.body-main .jh-section#section-3 div.container div.row div a.outer-portfolio-image:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
body.body-main .jh-section#section-3 div.container div.row div a.outer-portfolio-image:hover img {
  margin-top: 35px;
  opacity: 1;
  filter: alpha(opacity=100);
}
body.body-main .jh-section .section-bg-overlay {
  background: #20252A;
  background: rgba(0, 20, 40, 0.8);
  z-index: 1;
}
body.body-main .jh-section .section-bg-display {
  background: url('https://i.imgur.com/XzgtXgd.jpg');
  background-size: 100% auto;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  body.body-main .jh-section .section-bg-display {
    background-size: cover;
  }
}
body.body-main .jh-section .section-bg-absolute {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body.body-main .jh-section a {
  color: #0AF;
  font-weight: 600;
}
body.body-main .jh-section h1 {
  margin-bottom: 22px;
  color: #30353A;
  font-size: 40px;
  text-transform: uppercase;
}
body.body-main .jh-section h2 {
  margin: 15px 0 22px;
  color: #40454A;
  font-size: 22px;
  font-weight: 100;
  line-height: 34px;
}
body.body-main .jh-section p {
  line-height: 26px;
}
body.body-main .jh-section img {
  display: block;
  margin: 0 auto;
}
body.body-main .jh-section.jh-section-grey {
  background: #EEF3F8;
}
body.body-main .jh-section.jh-section-short img {
  margin: 0;
}
body.body-main .jh-section.jh-section-short h2 {
  margin: 7px 0 17px;
  line-height: 40px;
}
body.body-main .jh-section.highlight-section {
  height: 800px;
  background: transparent;
  text-align: left;
  overflow: hidden;
}
body.body-main .jh-section.highlight-section img.stationary-image {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 800px;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  body.body-main .jh-section.highlight-section {
    height: 650px;
  }
}
@media screen and (max-width: 1150px) {
  body.body-main .jh-section.highlight-section {
    height: 550px;
  }
}
@media screen and (max-width: 992px) {
  body.body-main .jh-section.highlight-section {
    height: 600px;
  }
}
@media screen and (max-width: 550px) {
  body.body-main .jh-section.highlight-section {
    height: 540px;
  }
}
@media screen and (max-width: 440px) {
  body.body-main .jh-section.highlight-section {
    height: 480px;
  }
}
body.body-main .jh-section.highlight-section .container {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
body.body-main .jh-section.highlight-section .container .row {
  height: 100%;
}
body.body-main .jh-section.highlight-section .container .row div:first-child {
  position: relative;
  height: 200px;
  top: 20%;
}
@media screen and (max-width: 1150px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child {
    top: 15%;
  }
}
@media screen and (max-width: 992px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child {
    top: 28% !important;
  }
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display {
    top: 0 !important;
    text-align: center !important;
  }
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h3 {
    margin-left: 80px !important;
    float: left !important;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display {
    top: 8% !important;
  }
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h3 {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 450px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display {
    top: 8% !important;
  }
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h3 {
    margin-left: 20px !important;
    font-size: 18px !important;
  }
}
@media screen and (max-width: 425px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display {
    top: 8% !important;
  }
}
@media screen and (max-width: 400px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child {
    top: 15% !important;
  }
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display {
    top: 19% !important;
  }
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display {
  position: relative;
  margin: 0 auto;
  max-width: 750px;
  text-align: center;
  transition: opacity 0.7s,transform 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display.show {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0px);
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h1,
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
  display: block;
  padding: 5px 18px;
  margin: 0 0 0;
  color: #FFF;
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  text-shadow: 1px 1px #20252A;
  text-transform: none;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 670px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h1,
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 600px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h1,
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media screen and (max-width: 530px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h1,
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
    font-size: 26px;
    line-height: 42px;
  }
}
@media screen and (max-width: 440px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h1,
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
  margin: 0 0 35px;
  font-size: 34px;
  font-weight: 100;
}
@media screen and (max-width: 670px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 530px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 440px) {
  body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h2 {
    font-size: 16px;
    line-height: 25px;
  }
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display .btn-main {
  padding: 15px 35px;
  border: 1px #08D solid;
  border-width: 0 1px 1px 0;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 1px 1px #08D;
  outline: none;
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display .btn-main:hover {
  text-shadow: none;
  border-color: #000;
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display .btn-main:focus {
  text-shadow: none;
  border-color: #000;
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display i {
  margin-right: 20px;
  color: #0C0;
  font-size: 45px;
  line-height: 45px;
  vertical-align: top;
}
body.body-main .jh-section.highlight-section .container .row div:first-child > div.outer-exp-display h3 {
  display: inline-block;
  margin: 0 0 15px;
  vertical-align: top;
  color: #FFF;
  font-size: 20px;
  line-height: 45px;
}
body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer {
  margin-top: 55px;
}
@media screen and (max-width: 1300px) {
  body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1150px) {
  body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer {
    margin-top: -10px;
  }
}
@media screen and (max-width: 992px) {
  body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer {
    position: relative;
    margin: 0;
    top: 80px;
    left: 10%;
  }
}
@media screen and (max-width: 650px) {
  body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer {
    left: 5%;
  }
}
@media screen and (max-width: 565px) {
  body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer {
    top: 110px;
    left: 0%;
  }
}
@media screen and (max-width: 550px) {
  body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer {
    display: none;
  }
}
body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer #highlight-images img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer #highlight-images img.down-btn {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body.body-main .jh-section.highlight-section .container .row div#highlight-images-outer #highlight-images:hover .down-btn {
  top: 345px !important;
}
body.body-main .link-external {
  display: inline-block;
  background: url('../images/external_sprite.png') 0 0;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
body.body-main a.btn-blue {
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  background-color: #0AF;
  color: #FFF;
}
body.body-main a.btn-blue:hover,
body.body-main a.btn-blue:focus {
  background: #10151A;
  text-decoration: none;
}
body.body-main a .link-external-blue {
  display: inline-block;
  background: url('../images/external_sprite.png') 0 0;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
body.body-main a .link-external-blue.external-white {
  background-position: -24px 0;
}
body.body-main a:hover .link-external-blue {
  background: url('../images/external_sprite.png') -12px 0;
}
body.body-main a:hover .link-external-blue.external-white {
  background-position: -24px 0;
}
body.body-main .no-margin {
  margin: 0;
}
