body {
  position: relative;
  font-family: 'Hind';
  background-color: #edd4b9;
  background-color: #ecdcc7;
  color: #1A1A1A;
  letter-spacing: 0.06em;
}

a {
    color: #1A1A1A;
    font-weight: 700;
}

a:hover {
  color: #000;
}

h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.5em;
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}

section {
  padding-top: 80px;
  padding-bottom: 30px;
}

::-webkit-input-placeholder { /* Edge */
  color: #1A1A1A !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1A1A1A !important;
}

::placeholder {
  color: #1A1A1A !important;
}


.navbar-toggler {
  border: 0px !important;
  background-color: #ecdcc7;
  border-radius: 0px;
}
.navbar-nav {
  padding-right: 15px !important;
}
.navbar-collapse {
   background-color: #ecdcc7;
   background-color: rgba(236,220,199,0.9);
}

#header {
  border-top: 3px solid #1A1A1A;
  padding-top: 0px;
  height: 100%;
  min-height: 100vh;
}

#header h1 {
  padding: 15vh 0;
}

.stripe {
  position: absolute;
  background-color: #1A1A1A;
  width: 100%;
  height: 10%;
  left: 0%;
  bottom: -4%;
}

#clients ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#clients li {
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
}

#clients a {
  text-transform: uppercase;
}

#contact textarea {
  height: 100% !important;
  background: none;
  border-radius: 0px;
  border-color: #1A1A1A;
}

#contact input {
  background: none;
  border-radius: 0px;
  border-color: #1A1A1A;
  padding-top: 12px;
}

#contact button {
  background: #1A1A1A;
  color: #fff;
  border-radius: 0px;
  border-color: #1A1A1A;
  padding: 0 100px;
  padding-top: 3px;
  vertical-align: middle;
  margin-top: 15px;
}

#success {
  background-color: rgba(0,255,0,0.2);
  padding: 10px;
}
//div {border: 1px solid red;}

#footer img {
  max-width: 35px;
}

#impress h3 {
  margin-bottom: 15px;
  margin-top: 40px;
}


@media (max-width: 575.98px) {
  h1 {
    font-size: 2.5em;
  }
 }

@media (max-width: 767.98px) {

 }

@media (max-width: 991.98px) {

 }

@media (max-width: 1199.98px) {

 }
