/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  padding-left: 13px;
  border-bottom: 1px solid #e5e5e5;
  background: linear-gradient(to bottom, lightgray, white);
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 9px;
  margin-bottom: 0;
  line-height: 30px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  padding-bottom: 15px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  background: linear-gradient(to bottom, white, lightgray);
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    padding-right: 0;
    margin-bottom: 30px;
    padding-left: 13px;
  }
}


.logo h1 {
  line-height: 0.7;
  /* color: #FF9C00; */
  color: #FF6700;
}

.logo small {
  //color: #04346C;
  font-size: 40%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.en .logo small {
  letter-spacing: 0.4em;
}

.as .header h2 {
  line-height: 0.9;
}

a {
    color: #2818B1;
    text-decoration: none;
}

.btn-green {
    color: #fff;
    background-color: #00A779;
    border-color: #00A779;
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
    color: #fff;
    background-color: #1F7D63;
    border-color: #1F7D63;
}

.btn-blue {
    color: #fff;
    background-color: #2818B1;
    border-color: #2818B1;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    color: #fff;
    background-color: #382F85;
    border-color: #382F85;
}

.buttons .btn {
  margin-bottom: 10px;
}

#estimate .row {
  margin-bottom: 15px;
}