/**
 * Typography
*/

body {
  background: #d9d9d9;
  color: #333;
  font-size: 16px;
  line-height: 1.7em;
  font-family: 'Nunito Sans', sans-serif;
  transition: 0.5s;
}

h1, h2, h3, h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
}

h2 {
  margin: 15px 0;
}

h1.site-name {
  font-family: 'Metrophobic', sans-serif;
  font-weight: 600;
  color: #222;
  margin: 0;
  float: left;
  line-height: 50px;
  font-size: 25px;
  margin-left: 15px;
}

h1.page-title {
  text-align: center;
  margin: 25px 0;
}

h2.section-title {
  text-align: center;
}

p.emphasis {
  font-size: 1.1em;
  margin-bottom: 50px;
}

.btn {
  box-shadow: none;
  border-radius: 0px;
  border: 0px;
  text-shadow: none;
  font-weight: bold;
}

.btn-default {
  background: #333;
  color: #d9d9d9;
}

.btn-default:hover, .btn-default:focus {
  background: #d9d9d9;
}

.btn-special {
  background: #e40032;
  font-size: 1.4em;
  color: #fff;
  padding: 15px 25px;
  margin-bottom: 25px;
}

.btn-special:hover, .btn-special:focus {
  background: #d9d9d9;
}

.btn-grey {
  padding: 10px 15px;
  margin: 25px 0;
  border-radius: 0px;
  background: #d9d9d9;
  color: #333;
}

.btn-grey:hover, .btn-grey:focus {
  background: #333;
  color: #d9d9d9;
}

.btn-outline {
  background: transparent;
  border: 2px solid white;
}

.btn-outline:hover, .btn-outline:focus {
  background: white;
  color: #333;
}

button.main-menu-button {
  font-size: 1.3em;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
}

p.fine-print {
  color: #AAA;
  font-size: 0.8em;
  margin-top: 25px;
}

.dark-bg {
  background: #111 !important;
  color: #d9d9d9 !important;
}

.dark-bg .btn-outline {
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.dark-bg .btn-outline:hover, .dark-bg .btn-outline:focus {
  background: #2780e3;
  color: #fff;
}

@media (min-width: 769px) {
  body {
    font-size: 18px;
    line-height: 2em;
  }
  h1.site-name {
    font-size: 50px;
    margin-left: 25px;
    line-height: 100px;
  }
  h2 {
    margin: 50px 0;
  }
}


/**
 * Overrides
 */

img.responsive {
  width: 100%;
  height: auto;
}

img.logo-icon {
  float: left;
}

canvas {
  height: 125px;
  width: 100%;
  display: block;
}

@media (min-width: 769px) {
  canvas {
    height: 250px;
  }
}


/**
 * Main Nav
 */

.off-canvas {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px
}

.main-nav ul {
  padding: 25px;
}

.main-nav ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.main-nav ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s;
}

.main-nav ul li a.active {
  color: #2780e3;
}

.main-nav ul li a:hover, .main-nav ul li a:focus {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.25s;
}

.off-canvas .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
}


/**
 * Layout
 */

#main-wrapper {
  transition: 0.5s;
}

.nav-header {
  background: #fff;
  color: #fff;
  position: relative;
}

.nav-logo {
  position: absolute;
  top: 25%;
  left: 13%;
}

.nav-logo img.logo-icon {
  width: 50px;
}

button.main-menu-button {
  position: absolute;
  top: 100px;
  right: 100px;
}

.main-slider {
  background: #fff;
}

.mainslider-item {
  position: relative;
  overflow: visible;
}

.slider-overlay {
  position: absolute;
  top: 60px;
  right: 100px;
  max-width: 30%;
  padding: 25px;
  background: #fff;
}

.features-section {
  padding: 15px;
  background: #fff;
  line-height: 1.8em;
}

.features-section .col {
  padding: 0 25px;
}

.features-section .featured-item {
  margin-bottom: 25px;
}

.full-width-section {
  padding: 50px;
  background: #2780e3;
  color: #fff;
}

.leading-text, .main-content {
  padding: 25px;
  background: #fff;
}

.demos-examples {
  padding: 50px 100px;
  background: #fff;
}

.project-item {
  margin-bottom: 50px;
}

.project-item>div:last-of-type {
  margin-top: 35px;
}

.price-table-item {
  text-align: center;
  padding: 25px;
  border: 1px solid #f5f5f5;
}

.price-table-item h4 {
  font-size: 24px;
  margin: 15px 0 25px;
}

.price-table-item ul {
  padding: 0px;
}

.price-table-item ul>li {
  list-style-type: none;
  margin-bottom: 10px;
}

footer {
  padding: 50px 15px;
  background: #000;
  color: #e5e5e5;
  font-size: 14px;
}

@media (min-width: 769px) {
  .nav-logo img.logo-icon {
    width: auto;
  }
  .features-section {
    padding: 50px 100px;
  }
}


/** form **/

.form-horizontal .control-label {
  display: block;
  text-align: left;
  font-size: 0.9em;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
}

.form-control {
  height: auto;
  padding: 15px;
  border-radius: 0px;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #333;
  color: #d9d9d9;
}

.form-control::-webkit-input-placeholder {
  color: #d9d9d9 !important;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #d9d9d9 !important;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #d9d9d9 !important;
}

.form-control:-ms-input-placeholder {
  color: #d9d9d9 !important;
}

.form-group button {
  margin: 15px 0;
}

@media (min-width: 769px) {
  .nav-logo {
    position: absolute;
    top: 75px;
    left: 100px;
  }
  .leading-text, .main-content {
    padding: 50px 100px;
  }
  .project-item {
    margin-bottom: 100px;
  }
  .project-item>div:last-of-type {
    margin-top: 0px;
  }
  footer {
    padding: 50px 100px;
  }
}
