body {
  width: 100%;
  height: 100%;
  font-family: "Lora","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: white;
  background-color: black;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}

a {
  color: #f4f8ff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #ffb31c;
}

h2 .light {
  font-size: 80%;
  color: #ffb31c;
}

.light {
  font-weight: 200;
  color: #ffb31c;
}

.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: black;
}

.navbar-custom .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: white;
}

.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active {
  outline: none;
}

.navbar-custom .navbar-brand {
  font-family: "Arizonia", cursive;
  text-transform: none;
  font-size: 30px;
  font-weight: 200;
  display: none;
  position: relative;
}

.navbar-custom .navbar-brand .logo {
  position: absolute;
  top: -16px;
  left: -29px;
  width: 50px;
  height: 50px;
}

.navbar-custom .navbar-brand .logo img {
  width: 100%;
  height: 100%;
}

.navbar-custom .navbar-brand:focus {
  outline: none;
}

.navbar-custom a {
  color: white;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  color: #ffb31c;
  outline: none;
  background-color: transparent;
}

.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: none;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-custom .nav li.active a:hover {
  color: white;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.intro {
  display: table;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .brand-heading {
  margin-top: 90px;
  font-size: 80px;
  font-family: "Arizonia", cursive;
  font-weight: 200;
  letter-spacing: normal;
  position: relative;
}

.intro .intro-body .brand-heading span {
  position: relative;
  left: 6px;
  top: 20px;
  white-space: nowrap;
}

.intro .intro-body .brand-heading .logo {
  transition: all 0.5s ease;
  position: absolute;
  top: -120px;
  left: -75px;
  width: 150px;
  height: 150px;
}

.intro .intro-body .brand-heading .logo img {
  width: 100%;
  height: 100%;
}

.intro .intro-body .brand-heading .domain {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 12px;
  position: relative;
  top: 108px;
  left: -55px;
  letter-spacing: 2px;
}

.intro .intro-body .intro-text {
  transition: all 0.5s ease;
  margin-top: 50px;
  font-size: 30px;
  line-height: 1em;
  text-shadow: 1px 2px 2px black;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 120px;
  }
  .intro .intro-body .brand-heading span {
    position: relative;
    left: 50px;
    top: 20px;
  }
  .intro .intro-body .brand-heading .logo {
    transition: all 0.5s ease;
    position: absolute;
    top: -71px;
    left: -347px;
    width: 200px;
    height: 200px;
  }
  .intro .intro-body .brand-heading .logo img {
    width: 100%;
    height: 100%;
  }
  .intro .intro-body .brand-heading .domain {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 12px;
    position: relative;
    top: 135px;
    left: 13px;
    letter-spacing: 2px;
  }
  .intro .intro-body .intro-text {
    transition: all 0.5s ease;
    padding-top: 20px;
    text-indent: 100px;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 3px;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: #ffb31c;
  background: transparent;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.btn-circle:hover, .btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #ffb31c;
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.content-section {
  padding-top: 0px;
}

.content-section h2 {
  margin-bottom: 15px;
}

.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

@media (min-width: 767px) {
  .content-section {
    padding-top: 20px;
  }
  .download-section {
    padding: 100px 0;
  }
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0;
}

.btn-default {
  border: 1px solid #f4f8ff;
  color: #f4f8ff;
  background-color: transparent;
}

.btn-default:hover, .btn-default:focus {
  border: 1px solid #f4f8ff;
  outline: none;
  color: black;
  background-color: #f4f8ff;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
}

footer p {
  margin: 0;
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

section {
  border-top: 1px solid #545454;
}

#about {
  padding-top: 50px;
  min-height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,04003f+50,000000+100 */
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #030026 50%, #000000 100%);
  background: -webkit-linear-gradient(top, #000000 0%, #030026 50%, #000000 100%);
  background: linear-gradient(to bottom, #000000 0%, #030026 50%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  padding-bottom: 50px;
}

#about p {
  font-size: 14px;
  margin: 0 0 1em 0;
  color: #d1d1d1;
}

.centerer {
  width: 0;
  height: 0;
  margin: 0 auto;
  position: relative;
  background-color: yellow;
}

#skills {
  padding-top: 50px;
  min-height: 100%;
  padding-bottom: 50px;
  background: url(../img/skills.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#skills .row-list {
  color: #fefefe;
  text-shadow: 1px 2px 2px black;
}

#skills .row-list .row-list-item {
  padding-bottom: 10px;
  line-height: 1.1em;
}

#skills h3 {
  font-weight: 200;
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #000;
  margin-left: -10px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#experience {
  padding-top: 50px;
  min-height: 100%;
  background-color: #252525;
  padding-bottom: 50px;
}

#experience .xp-section {
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #333333;
  margin-bottom: 10px;
}

#experience .makeBlack {
  background-color: #000;
}

#experience .titlebox {
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #d1d1d1;
}

#experience .titlebox strong {
  color: #fefefe;
}

#experience .titlebox:hover {
  background-color: #000;
}

#experience .details {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

#experience .details ul {
  margin-top: 15px;
}

#experience .details ul li {
  margin-bottom: 10px;
}

#examples {
  min-height: 100%;
  background-color: #545454;
  padding-bottom: 50px;
  padding-top: 50px;
  background: url(../img/exampleBG.jpg) no-repeat bottom center scroll;
  background-color: #252525;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#examples .row-list {
  color: #fefefe;
  text-shadow: 1px 2px 2px black;
}

#examples .row-list .row-list-item {
  text-align: center;
}

#examples .row-list .row-list-item img {
  height: 70px;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 15px 0;
}

#examples h3 {
  font-weight: 200;
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #000;
  margin-left: -10px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 );
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#examples em {
  display: block;
  margin-bottom: 10px;
  color: #d1d1d1;
}

#contact {
  min-height: 100%;
  background-color: #252525;
  padding-bottom: 50px;
  padding-top: 50px;
}

footer {
  background-color: #252525;
  height: 50px;
}

footer p {
  color: #d1d1d1;
  font-size: 12px;
}

#examples-detail {
  min-height: 100%;
  background-color: #545454;
  padding-bottom: 30px;
  padding-top: 75px;
  background: url(../img/exampleBG.jpg) no-repeat bottom center scroll;
  background-color: #252525;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#examples-detail p {
  font-size: 14px;
  margin-bottom: 12px;
}

#examples-detail .example-video {
  border: 2px solid #545454;
}

#examples-detail .gallery {
  border-top: none;
  text-align: center;
  margin-bottom: 20px;
}

#examples-detail .gallery img {
  widows: auto;
  height: 130px;
  padding: 0 10px;
}
