body {
  margin-bottom: 500px;
}

.contact-contatiner{
  margin-top: 25px;
}

h1 {
  font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
}

h1:after {
  border-bottom: 1px solid #363636;
  width: 50%;
  height: 1px;
  content: "";
  display: block;
  padding-top: 20px;
}

.contact-side .col-12{
  padding-bottom: 15px;
  padding-left: 0;
}

.fb-text-label, .fb-textarea-label{
  font-weight: bold;
}

.contact-button{
  width: 100%;
  font-family: 'SourceSansPro-SemiBold';
  font-size: 20px;
  background-color: #ffbf3c;
  border-color: #ffbf3c;
  color: #5b6670;
  border-radius: 40px;
  box-shadow: none !important;
  outline: none !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-button:hover{
  font-family: 'SourceSansPro-SemiBold';
  font-size: 22px;
  background-color: #5b6670;
  border-color: #5b6670;
  color: #ffbf3c;
}

#contact-form{
  padding-left: 0;
  padding-right: 0;
}

#contact-map{
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 140px;
  border-top: 1px solid rgba(0,0,0,.125);
}

@media (max-width: 575.98px) {

body {
  margin-bottom: 610px;
}


#contact-map{
  width: 100%;
  height: 320px;
  position: absolute;
  bottom: 250px;
  border-top: 1px solid rgba(0,0,0,.125);
}




  }