@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,100italic,700);
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background-color: #f3f2f2;
}

body {
  font-size: 1.3rem;
  color: #797772;
  background-color: rgb(251,252,242);
  overflow-x: hidden;
}

a {
  color: #2c97de;
  text-decoration: none;
}

.map {
    width: 100%;
    height: 350px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

/* -------------------------------- 

Form

-------------------------------- */
#container {
  width: 90%;
  max-width: 960px;
  margin: 4em auto;
}
#container::after {
  clear: both;
  content: "";
  display: table;
}

#container .page-header {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 2px solid #386cba;
}

#container .page-header h1 {
  font-size: 60px;
  margin-bottom: 20px;
}

#container .page-header h2 {
  font-weight: normal;
  text-transform: uppercase;
}

.form-group input, .form-group textarea, .form-group select, .form-group label {
  color: #2b3e51;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea,
.form-group select {
  /* general style for input elements */
  padding: 5px 12px;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #386cba;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}

#content h2{
  font-size: 2rem;
  font-weight: normal;
}

#submit{background-color: rgba(21, 82, 113, 0.8);border: 1px solid #386cba;color: #fff;}

.text-success{font-size: 50px;color: #386cba;}


.text-danger{font-size: 50px;}

/*new*/

.btn-send {
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.text-muted{
  margin-top: 10px;
  font-weight: 300;
  font-size: 12px;
}