@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

html,
body {
    font-family: 'Montserrat', sans-serif;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: #333;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

main {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100%;
    padding: 5% 15%;
    margin: 0;
    overflow:  auto;
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

main:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.3);
}

#myfhaguide {
    background: url("http://mortreview.com/bg-1.jpg");
}

#myfhaguide .logo:before {
    content: "\f670";
    color: #99cc33;
}

#myfhaguide .logo:after {
    content:  "My FHA Guide";
}

#myfhaguide .text {
    background: #99cc33;
}

#myfhaguide input[type="submit"] {
    background: #99cc33;
}

#mortreview {
    background: url("http://mortreview.com/bg-2.jpg");
}

#mortreview .logo:before {
    content: "\f657";
    color: #ffcc00;
}

#mortreview .logo:after {
    content:  "Mort Review";
}

#mortreview .text,
#mortreview input[type="submit"] {
    background: #ffcc00;
}

#mtgreboot {
    background: url("http://mortreview.com//bg-3.jpg");
}

#mtgreboot .logo:before {
    content: "\f555";
    color: #ff9966;
}

#mtgreboot .logo:after {
    content:  "MTG Reboot";
}

#mtgreboot .text,
#mtgreboot input[type="submit"] {
    background: #ff9966;
}

#refirecovery {
    background: url("http://mortreview.com//bg-4.jpg");
}

#refirecovery .logo:before {
    content: "\f645";
    color: #cc3300;
}

#refirecovery .logo:after {
    content:  "Refi Recovery";
}

#refirecovery .text,
#refirecovery input[type="submit"] {
    background: #cc3300;
}

section {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0;
    z-index: 666;
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    color: #fff;
    margin: 0 0 40px 0;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -2px;
    word-spacing: -2px;
    text-decoration: none;
}

.logo:before {
    font-family: "Font Awesome 5 Pro";
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 2.3em;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.info {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 30% 0 0;
    margin: 0;
    color: #fff;
}

.info h1 {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 50px;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 10% 0;
    letter-spacing: -2px;
    word-spacing: -2px;
}

.info p {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 5% 0 0 0;
    margin: 0 0 20% 0;
    font-size: 22px;
    font-weight: 400;
    border-top: 2px solid #fff;
}

.offer {
    display: block;
    float: left;
    width: 100%;
    line-height: 50px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -2px;
    word-spacing: -2px;
    text-transform: capitalize;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

form {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 40px;
    margin: 0;
    background: #fff;
}

.question {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 25px 0;
}

.divide {
    display: block;
    float: left;
    width: 50%;
    padding: 0 5px;
}

.divide:nth-child(1) {
    margin-left: -5px;
}

.divide:nth-child(2) {
    margin-right: -5px;
}

label {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 6px 0;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

label:after {
    content: " *";
    color: #fb2e01;
}

.text-justify {
    font-size: 12px;
    font-weight: 400;
}

.text-justify:after {
    display: none;
}

select,
input[type="text"] {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 1;
    padding: 0 15px;
    margin: 0;
    outline: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="submit"] {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.text + .text {
    border-top: 1px solid #fff;
}

.text:nth-child(1) {
    height: 60px;
    font-size: 24px;
    font-weight: 700;
}

.text:nth-child(2) {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
}

.links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 6px 0;
    font-size: 12px;
    font-weight: 400;
}

.links a:last-child {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #000;
}

.thanks {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 40px;
    margin: 0;
    background: #fff;
}

.thanks h3 {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.thanks h3 + h3 {
    margin: 8px 0 0 0;
}

.thanks h2 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-align: center;
}

.partners {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    line-height: 20px;
    padding: 40px;
    margin-block-start: 0;
    margin-block-end: 0;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
}

@media only screen and (max-width: 1000px) {

    main {
        height: auto;
        padding: 10% 5%;
        flex-direction: column;
        align-items: center;
    }

    section {
        width: 100%;
    }

    .logo {
        justify-content: center;
        font-size: 1.3em;
        margin: 0 0 10px 0;
    }

    .logo:before {
        font-size: 1.5em;
    }

    .info {
        padding: 0;
    }

    .info h1 {
        line-height: 1;
        font-size: 28px;
        text-align: center;
        margin: 0 0 5% 0;
    }

    .info p {
        font-size: 14px;
        margin: 0 0 5% 0;
    }

    .offer {
        font-size: 28px;
        text-align: center;
        margin: 0 0 5% 0;
    }

    select, input[type="text"] {
        font-size: 12px;
    }

    label {
        font-size: 12px;
    }

    form {
        padding: 20px;
    }

    .thanks {
        padding: 20px;
    }

    .thanks h2 {
        font-size: 18px;
    }

    .thanks h3 {
        font-size: 14px;
    }

    .partners {
        padding: 20px;
    }

}