/*
* 
* =====================
* GENERAL
* =====================
*
*/

body {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

a {
  color: #2b90d9;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1c669c;
  text-decoration: underline;
}

h1,
.h1
{
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  font-size: 2.2rem;
}

.intro-right {
  min-height: 500px;
  background: url("../img/pexels-photo-40120.jpg") center center no-repeat;
  background-size: cover;
}

.credit {
  margin-top: 30px;
  font-size: 0.8rem;
  color: #adb5bd;
}

.text-uppercase {
  letter-spacing: 0.1em;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/*
=====================
SOCIAL LINKS
=====================
*/
.social {
  text-align: left;
  margin-top: 30px;
}
.social a {
  margin: 0 10px 0 0;
  color: #333;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  font-size: 13px;
  text-align: center;
  transition: all 0.2s ease-out;
  border: solid 1px #333;
}
.social a i {
  vertical-align: bottom;
  line-height: 40px;
}
.social a:hover {
  background: transparent;
}
.social a:hover.facebook {
  color: #4460ae;
  border-color: #4460ae;
}
.social a:hover.email {
  color: #4a7f45;
  border-color: #4a7f45;
}
.social a:hover.link {
  color: #871AFF;
  border-color: #871AFF;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 1.75rem;
  }
}

label {
  color: #333;
}

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

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

/**
form
 */
form + .credit{
  margin-top:0;
}
form h1 {
  font-size: 1.5rem;
}