.bg-1 {
	background: #EDEDED;
	/*background: #999999;*/
}
.line {
	/*border-bottom: thick solid rgb(201, 2, 2);*/
	border-bottom: thin #DDDDDD solid ;
  }

section.hero .container {
 /* padding-top: 260px padding-bottom: 135px; padding-left: 0px; padding-right: 20px;*/
	padding-top: 265px;
	padding-bottom: 135px;
	padding-left: 0px;
	padding-right: 20px;
  position: relative;
}
h1, h3, .h1, .h3 {
	-webkit-text-stroke: 0.5px black;
}
h1, .h1 {
    font-size: 1.7rem;
}
h3, .h3 {
    font-size: 1.3rem;
}
img {
	vertical-align: bottom;
}
.clown {
	margin-bottom: 0px;
}
.navbar .large {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.navbar .small {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
strong {
    font-weight: 500;
}
section.hero {
    margin-top: 58px;
}
section.hero .container {
  /*padding: 200px 20px;*/
	padding-top: 260px;
	padding-bottom: 140px;
	padding-left: 15px;
	padding-right: 20px;
  position: relative;
}
@media (min-width: 768px) {
	section.hero .container {
  /*padding: 200px 20px;*/
	padding-top: 260px;
	padding-bottom: 140px;
	padding-left: 15px;
	padding-right: 20px;
  position: relative;
}
section.hero h1 {
  line-height: 0.4em;
}
	h1, .h1 {
    font-size: 2.5rem;
}
	h3, .h3 {
    font-size: 1.50rem;
}
}
    
.clown {

}
/* contact form */

label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: #ffffff;
}


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