body {
  font-family: 'Open Sans', sans-serif;
  color: #5a5a5a;
  font-weight: 300;
}

main {
  margin-top: 139px;
}

h2 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 2rem;
}

h3 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1.8rem;
}

p {
  font-size: 1.3rem;
}

.border-danger {
  border-color: #8F0006 !important;
}

.btn-danger, .bg-danger {
  background-color: #8F0006 !important;
}

::placeholder { 
  font-weight: 300;
  opacity: 1; 
}

:-ms-input-placeholder { 
  font-weight: 300;
}

::-ms-input-placeholder { 
  font-weight: 300;
}

.border-header {
  border-width: 3px !important;
}

.company-logo {
  width: 120px;
  height: 120px;
}

.company-name {
  font-size: 1.6rem;
}

.company-slogan {
  font-size: 1.3rem;
  font-weight: 300;
}

.nav-item a {
  font-size: 1.3rem;
}

.carousel {
  margin-bottom: 4rem;
}

.carousel-caption {
  bottom: 35%;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.company-vision {
  font-size: 1.3rem;
}

.company-mission {
  font-size: 1.3rem;
}

.product-title {
  font-size: 1.3rem;
}

.product-description {
  font-size: 1.1rem;
}


.product-card {
  width: 30%;
} 

.project-card {
  border: 0;
}

.project-description {
  font-size: 1.1rem;
}

.back-top {
  font-size: 1.3rem;
}

.box-shadow { 
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); 
}

.carousel-item img {
  width:800px;
  height:100%;
}

@media (min-width: 40em) {
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 601px) {
  .company-logo {
    width: 60px;
    height: 60px;
    padding: 0 !important;
  }

  .company-name {
    font-size: 1.4rem;
  }

  main {
    margin-top: 89px;
  }

  nav .container-fluid{
    padding: 10px 0;
  }

  h2 {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.5rem;
  }

  .carousel-caption {
    bottom: 30%;
    z-index: 10;
  }
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}