html {
    font-size: 16px;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Poppins, sans-serif;
    color: #222;
    line-height: 1.5;
    font-size: 1.125rem;
}

button,
input,
textarea {
    font-family: Poppins, sans-serif;
}

.hero {
    height: 100vh;
    min-height: 700px;
}

.hero h1 span {
    font-size: 3rem;
    font-weight: 700;
}

.hero h1 small {
    font-weight: 300;
    display: block;
    font-size: 2.5rem;
}

a {
    color: #3498db;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

a:focus,
a:hover {
    color: #2980b9 !important;
    outline: 0;
    text-decoration: none !important;
}

a.btn:focus,
a.btn:hover {
    color: #fff !important;
}

section {
    padding: 0;
}

.hero .row {
    align-items: center;
}

.height-100 {
    height: 100vh;
}

.col-fixed {
    padding-bottom: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}

#main-offer-form,
.v-middle {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
}

#main-offer-form,
.v-middle-completed {
    max-width: 60rem;
    width: 100%;
    margin: 0 auto;
}

.form-control {
    height: 3rem;
}

textarea.form-control {
    height: 6rem;
}

.form-control:focus,
.form-control:hover {
    border-color: #3498db;
}

.bg-alt {
    background-color: #fff;
}

.bg-faded {
    background-color: #f2f2f2;
}

.bg-primary {
    background-color: #3498db !important;
}

.text-faded {
    color: #d9edf7;
}

.text-primary {
    color: #3498db !important;
}

.action-icons {
    position: absolute;
    bottom: 4rem;
    width: 100%;
    left: 0;
}

.icon-lg {
    font-size: 60px;
    line-height: 18px;
}

.icon-md {
    font-size: 2.5rem;
    line-height: 14px;
}

.icon-sm {
    font-size: 30px;
    line-height: 14px;
}

.action-icons .lead {
    font-size: 1rem;
    margin-top: -0.5rem;
}

.form-control-feedback {
    font-size: 0.875rem;
}

.btn {
    font-weight: 700;
    cursor: pointer;
}

.btn-outline-white {
    color: #fff !important;
    background-image: none;
    background-color: transparent;
    border-color: #fff;
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.btn-white {
    color: #3498db;
    background-color: #fff;
    border-color: #fff;
}

.btn-white:hover {
    background: 0 0 !important;
    color: #fff !important;
}

@media (min-width: 576px) {
    .col-fixed {
        position: fixed;
        top: 0;
        bottom: 0;
    }
}
