html {
  background: url(code.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* Space out content a bit */
body {
  border-top: #fbb03b 5px solid;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(17, 29, 41, 0.9);
  font-family: 'Open Sans', sans-serif;
  color: #f7f7f7 !important;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.marketing {
  position: relative;
  left: 30px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.lead {
    margin-top: 35px;
    margin-bottom: 55px !important;
}

.jumbotron h1 {
  font-family: 'Oswald', sans-serif; font-weight: 700;
  letter-spacing: 4px;
  font-size: 75px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

h4 {
  font-weight: 600;
}

p {
  font-family: 'Open Sans', sans-serif;
}

i {
/*
  font-weight: 800;
  font-size: 23px;
*/
}

b {
/*   color: #2980b9; */
font-size: 23px;
}

a{
  color: #2E90C3;
}

.gg-thing {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 80px;
}

.eql {
  position: relative;
  left: 4%;
}

.fail {
    color: #e74c3c;
}

.adds {
    font-size: 17px;
    font-weight: 600;
    color: #2E90C3;
}
.deets{
  font-style: italic;
}

blockquote {
    border-left: 0px;
}

.quote:before {
    color: #2E90C3;
    font-family: Oswald;
    left: -5px;
    font-size: 85px;
    content: '\201C';
    position: absolute;
    margin-top: -20px;
}

.breaker {
    margin: 50px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}



.btn {
  color: #fbb03b;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
  border: 3px solid #fbb03b;
  background-color: transparent;
  -webkit-transition: all .19s ease-in-out;
  -moz-transition: all .19s ease-in-out;
  transition: all .19s ease-in-out;
}



.btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #fbb03b;
  border: 3px solid #fbb03b;
  color: white;
}


.dl-btn{
  width: 209px;
  margin: 0 auto;
}
.dl-info{
  color: transparent;
}
.dl-btn:hover .dl-info{
  color: inherit;
  font-family: 'Open Sans', sans-serif;
}

.info-btn {
  font-size: 14px !important;
}

.box{
    border: #fbb03b solid 5px;
    padding: 25px;
}


/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #23527c;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}



.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hacking {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;

  animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
}

#timer {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;

  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

.left-hook {
  border-left: #fbb03b 5px solid;

}

hr {
  border-width: 3px;
  max-width: 200px;
  padding-bottom: 25px;
}

#adv {
    color: #2E90C3;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}


nav {
    font-size: 18px;
    font-weight: 700;
    margin-top: -35px;

  }
@media (min-width: 1px) {
  .img-responsive{
    margin: 0 auto;
  }
  nav {
    font-size: 16px;


    width: 90px;
    margin: 0 auto;

  }
  .nav>li {
    float: none !important;
  }
  .nav {
    width: 90px;
    margin: 0 auto;
  }
}



@media (max-width: 768px) {
  .gg-thing {
    margin-left: auto;
  }

  .marketing {
    position: relative;
    left: 0px;
  }
  .container {
    overflow: hidden;
  }

}



/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1100px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 0px solid #e5e5e5;
  background-color: transparent !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.fa {
  color: #fbb03b;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

a:hover{
  text-decoration: none !important;
}
a.typeform-share {
    font-size: 20px;
    /*padding-bottom: 5px;*/
}


.centerBlock {
    display: table;
    margin: 0 auto;
}
