/*font-family: 'Raleway', sans-serif;*/
/*font-family: 'Bitter', serif;*/
html {
    height: 100%;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
}
.wrapper {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 50px;
    color: #ffffff;
    background-size: cover;
    position: relative;
}
.header {
    margin-bottom: 140px;
}
.header img {
    display: inline-block;
    vertical-align: top;
}
.header-text {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 0;
}
.text-line-1 {
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.text-line-1 span {
    color: #e77b1c;
}
.text-line-2 {
    font-family: 'Bitter', serif;
    font-size: 64px;
    line-height: 1.1em;
    margin-bottom: 25px;
}
.text-line-3 {
    width: 545px;
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
}
.list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.list li {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
}
.list i {
    color: #e77b1c;
}
.line {
    border: none;
    border-top: 6px solid #e77b1c;
    width: 40px;
    margin: 35px 0;
}
.form-text-1 {
    font-family: 'Bitter', serif;
    font-size: 36px;
    line-height: 1.1em;
    margin-bottom: 0;
}
.form-text-2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.form-row {
    margin-left: -20px;
}
.form-row .form-control {
    background-color: rgba(255,255,255,.9);
    border: none;
    height: 44px;
    width: 250px;
    margin-right: 10px;
}
.form-row .submit-button {
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 25px;
    border: none;
    background-color: #e77b1c;
    color: #ffffff;
    width: auto;
    margin: 0;
}
.form-row .submit-button:hover {
    background-color: #dc6e0c;
    color: #ffffff;
}
.form-row .submit-button:focus {
    background-color: #dc6e0c;
    color: #ffffff;
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    width: 100%;
    height: 50px;
    color: #8e95a4;
    text-align: center;
    overflow: hidden;
}
.footer p {
    margin-bottom: 0;
}