/* Move down content because we have a fixed navbar that is 50px tall */
/*
 * Header
 */

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
}

.navbar-inverse {
	background-color: #111;
	border-color: #111;
} 

.active a, .active a:hover, .active a:focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
}

.accordion a, .accordion a:hover, .accordion a:focus {
  color: #333;
}

.bfh-flag-US,
.bfh-flag-MX,{
  width: 16px;
  height: 14px;
  background: url(../img/bootstrap-formhelpers-countries.flags.png) no-repeat;
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}

.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg);
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fbfbfb;
  border-color: #ddd;
}


body {
  padding-top: 50px;
  padding-bottom: 20px;
}

section {
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}


/* ---- INDEX ---- */

.intro p {
  font-size: 25px;
  line-height: 2;
  color: #666;
}

.intro h1 {
  font-size: 50px;
}

.banner {
  width: 100%;
  height: 100%;
  height: calc(100%-1px);
  background-image: url('../img/Skate_Park.jpg');
  color:#fff;
  background-size:cover;
  font-size: 60px;
}

.banner img {
  width: 100%;
}

.banner p {
  padding: 60px 0px 60px 0px;
}

.spec-title {
  font-size: 25px; 
}

.parallax p {
  color: #fff;
  letter-spacing: 8px;
  font-size: 80px;
  padding: 60px 0px 60px 0px;
}

.technology {
  width: 100%;
  background-image: url('../img/Circuit_Control_Board.jpg');
  color:#fff;
  background-size:cover;
  background-color: #060606;
  color: #fff;
}

.contact {
  width: 100%;
  background-image: url('../img/TEZCA_HQ.jpg');
  background-size:cover;
  background-color: #060606;
}

.contact p {
  font-size: 25px;
  line-height: 2;
  color: #666;
}

.contact a, .contact a:hover, .contact a:focus {
  color: #0080ff;
}

.contact .row p {
  font-size: 16px;
}

.tech-title {
  font-size: 25px;
}

.technology img {
  height: 100%;
}

.technology p {
  font-size: 20px;
  line-height: 1.5;
}

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

.roboto-font {
  font-family: 'Roboto', sans-serif;
}

.oswald-font {
  font-family: 'Oswald', sans-serif;
}


.line-height {
  line-height: 2.2;
}


.instagram {
  background-color: #111;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f0f0f0;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.a-color a {
  color:#0080ee;
  line-height: 1.5;
}

h5 {
  color: #0080FF;
}

.dist {
  padding-bottom: 30px;
}



.navbar-brand img{
  height: 30px;
  padding-bottom: 5px;
}




.bg-1 {
	background: url('../img/Landscape_Riding.jpg') no-repeat center center fixed;
  color:#fff;
  background-size:cover;
}

header .list-inline .btn-social {
    border:2px solid #202020;
    color: #202020;
}

.btn-social {
    display: inline-block;
    width: 30px;
    height: 50px;
    text-align: left;
    font-size: 20px;
    line-height: 45px;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #111;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #101010;
}




/* mailchimp form
------------------------------------------ */
#mc-signup {
  clear: both;
  width: 70%;
  margin: 6px auto 30px;
}

#mc-signup input {
  display: inline-block;
  float: left;
  border: none;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

#mc-signup input[type="email"] {
  height: 54px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  line-height: 30px;
  padding: 12px 15px 12px 20px;
  border-radius: 5px 0 0 5px;
  background: rgba(255, 255, 255, 0.4);
  width: 70%;
}

#mc-signup input[type="submit"] {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
  height: 54px;
  padding: 12px 25px 12px 25px;
  border-radius: 0 5px 5px 0;
  background: #0080FF;
  width: 30%;
  text-align: center;
  color: white;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#mc-signup input[type="submit"]:hover {
  background: #0050FF;
}

#mc-signup label {
  clear: both;
  display: block;
  width: 100%;
  min-height: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

#mc-signup label i {
  color: #0080FF;
  margin-right: 5px;
}

::-webkit-input-placeholder {
   color: #555;
}
:-moz-placeholder { /* Firefox 18- */
   color: #555;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #555;  
}
:-ms-input-placeholder {  
   color: #555; 
}



@media only screen and (max-width:900px) {
  #mc-signup {
    width: 60%;
  }

  #mc-signup input[type="email"] {
    width: 60%;
  }

  #mc-signup input[type="submit"] {
    width: 40%;
  }

}

@media only screen and (max-width:768px) {
  #mc-signup {
    width: 80%;
    margin-bottom: 30px;
  }

  #mc-signup input[type="email"] {
    width: 60%;
  }

  #mc-signup input[type="submit"] {
    width: 40%;
  }

}

@media only screen and (max-width:600px) {
  #mc-signup {
    width: 90%;
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #mc-signup input[type="email"] {
    width: 100%;
    float: none;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    text-align: center;
  }

  #mc-signup input[type="submit"] {
    width: 100%;
    float: none;
    border-radius: 0 0 3px 3px;
  }

}

@media only screen and (max-width:400px) {
  #mc-signup {
    padding-left: 0;
    padding-right: 0;
  }

}


