
html, body {
  width: auto !important;
  overflow-x: hidden !important;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#000;

}

/* ----------------------- Basic Text Styling ----------------------- */

p {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #000;
}

small,
.small {
  font-size: 83%;
  line-height: 2.067;
  color: white;
}

small a{
  color: white;
}

a {
  color: #007D99;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  color: #007D99;
  text-decoration: underline;
}

h1,
h2,
h2,
h3,
.h1,
.h2,
.h2,
.h3 {
  font-family: inherit;
  font-weight: 700;
  color: #000;
}

h1{
  margin-top:10px;
  font-size:3em;
  line-height:1.2;
}


h2{
  color: #000;
  font-size:1.75em;
  margin-top:20px;
}

h3{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size:1.25em;
  letter-spacing: .02em;
  color: #000;
}

h5{
  color: #000;
}

h6{
  color: #000;
}

a:active, a:focus {
  outline: none;
}

#caption  {
  background-color: #c5c5c5;
  padding: 2% 2% 2% 3%;
  text-align: left;
  font-size: 14px;
  min-height: 150px;
  font-weight: bold;
}
.right {
  float: right;
  text-align: right;
}
.img-responsive{
  margin-left:auto;
  margin-right:auto;
}

.v-align {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}


/* ----------------------- Navbar ----------------------- */
.navbar {
  font-size: 16px;
  min-height: 0px;
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}


/* ----------------------- Dave's NYC black navbar ----------------------- */
.nyc-gov {
  max-width:100%;
}
.site-nav{
  margin-left:15px;
  margin-right:15px;
}
.site-nav img{
  max-height:100px;
  width:auto;
  padding-top:20px;
  padding-bottom: 20px;
  padding-left:20px;
}
/* ----------------------- translate widget ----------------------- */

.translate-nav{
  display: block;
  background-color: transparent;
  height:27px;
  z-index: 2000;
  text-align: right;
}

.translate-nav #lang-dots img{
  height:10px;
  width:auto;
}

#google_translate_element{
  display:inline-block;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 600px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  text-shadow: none;

}
.carousel-caption h1{
  color:#fff;
  font-size:4.5em;
}
.carousel-caption h2{
  color:#fff;
  font-size:2em;
  font-weight:500;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-image:url("../img/nycx_banner_g.jpg");
  background-size:cover;
  background-position:center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

/* ----------------------- collapsible page menu ----------------------- */



.navbar-toggle {
    border-color: #333;
    border: 1px solid;
    margin-top:20px;
    margin-bottom:20px;
}

.navbar-right {
    float: right;
    padding-right: 15px;
}

.navbar-nav {
  float: left;

}
.navbar-nav>li a{
  padding-top:40px;
  padding-bottom: 40px;
  color:#000;
  font-weight: 500;
  font-size: 1em;
}
.navbar-banner {
  max-width:100%;
}



/*  ----------------------- Containers ----------------------- */

.container-top{
   background-color: black;
   padding-top: -20px;
}

.container-fluid {
    padding: 0px;
}

/*  ----------------------- Page Content styling ----------------------- */

.page-content {
  text-align:left;
}

#intro{
  padding-top:0px;
  padding-bottom:60px;
}
#intro h1{
  margin-top:0px;
}
.page-content .col-lg-4 p {
  margin-left:10px;
  margin-right: 10px;
}
.bar{
  margin-top:60px;
  width:90px;
  height:12px;
  background-color:#000;
}

#left, .left-align {
  text-align: left;
}

#header-img {
  height: auto;
  width: auto;
  text-align: center;
  position: fixed;
  margin-top: 50%;
  margin-left: 10%;
}
/*  ----------------------- goal icons ----------------------- */


.goal {
  padding-top:15px;
  padding-bottom:15px;
}
/*  ----------------------- Card boxes ----------------------- */

.card {
  padding:15px;
  margin-bottom:15px;
}
.card-text {
  padding:15px;
}
.card-text p{
  padding:15px 0px;
}
.card-box {
  border:2px solid #000;
  border-bottom:10px solid #000;
  padding: 20px;

}
.chal-cards h2{
margin-top:0px;
margin-bottom:20px;

}
.chal-cards img{
  padding-bottom:15px;
}
/*  ----------------------- Buttons ----------------------- */

.btn-custom {
  background-color: #FFFF00;
  border:none;
  color:#000;
  text-transform: uppercase;
  font-weight:500;
  border-radius: 0px;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #e1e600;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #faff00;
}


.logos img{
    padding-top: 100px;
    max-width:200px;
    margin-left:0px;
}
.logos {
  text-align: left;
}
.team-panel{
  background-color:transparent;
  border:0px;
  box-shadow: none;
}
.team-panel .panel-heading {
  padding-top:0px;
  padding-bottom:0px;
}
.team-panel .panel-title {
  text-align: left;
  font-size:1.25em;
}
.team-panel .col-sm-3 p {
  text-align: center;
}
/*  ----------------------- Footer ----------------------- */

footer {
  padding-top: 50px;
  background-color: black;
  color: white;
  font-style: bold;
  font-size:15px;
}

footer p{
  color: white;
  font-size: 10px;
  line-height: 110%;
}

footer a{
  color: white;
  font-weight:700;
}


/* ----------------------- Buttons ----------------------- */

/* ----------------------- Media Queries ----------------------- */

/*mobile*/
@media (max-width: 767px) {

  .mobileshow{
    display:inline;
  }
  .mobileshow img{
    width:100%;
    height:auto;
  }
  .mobilehide{
    display:none;
  }
  .navbar-inverse .img-responsive{
    width:70%;
    height:auto;
    max-width:300px;
  }
  .page-content{
    padding-left:20px;
    padding-right: 20px;
  }
  
  .navbar-collapse{
    background-color:#f3f2f2;
    margin-left:-100%;
  }

  .navbar-nav>li a{
    padding-top:15px;
    padding-bottom: 15px;
    padding-left:5px;
  }
  .navbar-nav>li a:hover{
    background-color:transparent;
    text-decoration: underline;
  }
  .navbar-right { 
    background-color: transparent; 
    float:left;
    padding-left:15px;
    font-size:16px;
  }
  .carousel-caption h1{
    font-size:3em;
  }
  .carousel-caption h2{
    font-size:1.5em;
  }
  .carousel-caption{
    left:5%;
    right:5%;
  }
  .carousel .item {
    height: 500px;
  }
  .carousel {
    height: 500px;
  }
  #intro{
    padding-top:0px;
  }

}
/*non-mobile*/
@media (min-width: 768px) {
  .translate-mobile{
    display:none;
  }
  .mobileshow{
    display:none;
  }
  .mobilehide{
    display:inline;
  }
  .mobilehide img{
    width:100%;
    height:auto;
  }
  .navbar-inverse .img-responsive{
    width:80%;
    height:auto;
  }
}
/* tablet */

@media (max-width: 992px) {
  .nyc-gov .hide-m{
      display: none;
    }
  .page-content .col-lg-4 {
    padding-left:30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .btn-danger{
    font-size:20pt;
  }
  .left-align{
    margin-right: auto;
    margin-left: auto;
  }

  h1 {
    font-size:2.25em;
  }
  h2 {
    font-size:1.5em;
  }
  p {
    font-size:1.25em;
  }

  .logos img{
    padding-top: 40px;
  }
}
/* desktop */
@media (min-width: 993px) {
  
  .page-content{
      width:65%;
    }
  
  .page-content .col-lg-4 {
    padding-left:0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}



