@font-face {
  font-family: "Imago";
  src: url(Imago-Medium.ttf) format("truetype");
}
.inp{
          width: 200px;
        }
 .main_inp{
          padding-left: 50px;
        }
body {
    padding-bottom: 20px;
    padding-top: 20px;
}
.header, .marketing, .footer {
    padding-left: 15px;
    padding-right: 15px;
}
.header {
    border-bottom-color: #EB690B;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.header h3 {
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 19px;
}
.footer {
    border-top-color: #EB690B;
    border-top-style: solid;
    border-top-width: 1px;
    color: #777777;
    padding-top: 19px;
}
@media (min-width: 768px) {
.container {
    max-width: 730px;
}
}
.container-narrow > hr {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}
.jumbotron {
    border-bottom-color: #EB690B;
    background-color: #EEEEEE;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    background-image: "img/bwgv.png";
    background-position: center;
}
.jumbotron .btn {
    font-size: 21px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
}
.marketing {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
}
.marketing p + h4 {
    margin-top: 28px;
}
@media screen and (min-width: 768px) {
.header, .marketing, .footer {
    padding-left: 0;
    padding-right: 0;
}
.header {
    margin-bottom: 30px;
}
.jumbotron {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
}
}

