/* Global -------------------------------------------------------*/
body {
  color: #5a5a5a;
  font-size: 1.25rem;
  font-weight: 300;
}

p {
  line-height: 2;
}

li {
  line-height: 1.25;
}

.center-align {
  text-align: center;
}

.title-font{
    font-family: 'Noto Serif TC', serif;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
/* mobile responsive css--------------------------*/
@media (max-width: 450px) {
  #main-header{
   margin-top:1rem;
   margin-bottom:4rem;
   font-size: 3.25rem;
   text-align: center;
  }
  #nav-title{
    font-size: 1.2rem;
  }

  .build-text {
    line-height: 1.5;
  }

  .featurette-heading-xl {
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .05rem;
    font-size: 3rem;
  }

  .featurette-heading{
    text-align: center;
  }

  .lead{
    text-align: center;
  }

  .header-container{
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
    .navbar .navbar-collapse {
        text-align: center;
    }
}

/* Header ------------------------------------------------------*/
.header-container{
  margin-left: 5%;
  margin-right: 5%;
}

.nav-item {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link{
  font-size: 1.5rem;
}

.nav-title{
  font-weight: 700;
  font-size: 1.5rem;
}
/* Home Page ----------------------------------------------------*/
.container {
  padding-top: 1rem;
}

.carousel-one-container{
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2rem;
}

#myCarousel .carousel-indicators button{
  height:0;
  text-indent: 0;
  color: white;
  margin-bottom:1rem;
}

.main-header{
  color: black;
 margin-top: 1rem;
 margin-bottom: 1rem;
 font-size: 3.5rem;
 font-weight: 700;
 line-height: 1.25;
 letter-spacing: .05rem;
}

.carousel {
  margin-bottom: 4rem;
}

.carousel-one-img{
  width:100%;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin-top: 4rem;
  margin-bottom: 2rem;
  /* Space out the Bootstrap <hr> more */
}

.featurette-heading-small {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .05rem;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.featurette-heading-xl {
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: .05rem;
  font-size: 4rem;
  margin-bottom: 2rem;
}


  /*Testimonial Carousel---------------------------------------------------------*/

  /* #myCarouselTwo .carousel-control-next-icon:after {
    content: '>';
    font-size: 55px;
    color: grey;
  }

  #myCarouselTwo .carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    color: grey;
  } */

  .testimonial-header {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .testimonial-image {
    width: 150px;
    height: 150px;
    margin-bottom: 1.5rem;
  }

  .testimonial-container {
    text-align: center;
    margin-left: 12%;
    margin-right: 12%;
  }
  .testimonial-text{
    margin: 2.5rem;
  }
  .hidden {
    display: none;
  }

  /*Project Planner Page---------------------------------------------------*/
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type=number] {
    -moz-appearance: textfield;
  }

  .form-submit {
    text-align: center;
    margin-bottom: 5rem;
  }

  .project-planner-questions {
    margin-top: 1rem;
    margin-left: 20%;
    margin-right: 20%;
  }

  .free-text {
    margin: 2rem;
    line-height: 1.5;
  }
  .confirmation-text{
    margin:2rem;
  }
.checkbox{
  height: 25px;
  width: 25px;
  margin: 20px;
}
  /*What we build page-------------------------------------------------------------*/
  .build-container {
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: #f0f0f0;
    padding: 2rem;
  }

  .build-title {
    margin: 1% 1% 3% 0;
  }

  .build-text {
    line-height: 1.5;
    margin: 2% 1% 3% 0;
    font-size: 1.5rem;
    font-weight: 200;
  }

  .build-details {
    margin: 1% 1% 1% 0;
  }

  .build-image-div {
    margin-top: 2.5rem;
    text-align: center;
  }

  .build-image {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .img:hover {
    color: #424242;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 1;
    transform: scale(2);
    -ms-transform: scale(2);
    /* IE 9 */
    -webkit-transform: scale(2);
    /* Safari and Chrome */
  }

  /*Contact Page------------------------------------------------------------*/
  textarea {
    height: auto;
  }

  .contact-form {
    padding-bottom: 2rem;
  }

  .num, button:focus .txt {
    display: none;
  }

  button:focus .num {
    display: block;
  }

  .contact-button {
    margin: 1rem;
  }
  .confirmation-text-contact{
    margin-bottom:2rem;
  }

  /*Footer--------------------------------------------------------------------*/
  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5rem;
  }

  .footer-links {
    text-align: center;
  }

  footer p {
    color: black;
  }

  footer a {
    color: black;
  }

  #page-container {
    margin-top: 4rem;
    position: relative;
    min-height: 96VH;
  }

  #content-wrap {
    padding-bottom: 5rem;
    /* Footer height */
  }
