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

body {
    margin: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F8F8F8
}

h1 {
    text-transform: uppercase;
    font-size: 47px;
    margin-bottom: 60px;
    color: #004380;
    margin-top: -46px;
    margin-bottom: 14px;
}
h2 {
    margin: 30px 0 0 0;
    color: #004380;
    font-size: 18px;
}
p {
    margin: 2px;
    color: rgb(139,141,141);
    font-size: 14px;
}
main {
    max-width: 900px;
    padding:70px 0 130px 0;
    margin: 0 auto;
}
main img:first-child {
    margin-top: -41px;
}
main img {
    max-width: 100%;
}

.bottom-text {
    margin: 40px 0 40px 0;
    text-transform: uppercase;
    font-size:31px;
    display: inline-block;
    width: 550px;
    color: #004380;
    font-weight: bold;
}
footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 130px;
    background-color: #004380;
}
footer .container{
    max-width: 1200px;
    margin: 0 auto;
}
.f_1 {
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    width: 459px;
}
.f_2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 35px;
    text-align: left;
    padding-left: 40px;
}
.f_2 input[type="email"] {
    border: 2px solid white;
    background-color: #004380;
    font-size: 24px;
    width: 350px;
    color: white;
    height: 50px;
    vertical-align: top;
    padding: 0 15px;
    -webkit-appearance: none;
    border-radius: 0;
}
.f_2 input[type="submit"] {
    border-radius: 0;
    height: 50px;
    font-size: 26px;
    background-color: rgb(243,149,30);
    color: white;
    border:1px solid rgb(243,149,30);
    vertical-align: top;
    padding: 0 20px;
    margin-left: 5px;
    -webkit-appearance: none;
}

.f_2 input[type="submit"]:placeholder {
    color: white;
}
::-webkit-input-placeholder {
    color: white;
}
.f_2 input[type="submit"]:hover {
    background-color: darkorange;
    cursor: pointer;
    
}

.disclaimer {
    color: white;
    font-size: 9px;
    margin-top: 7px;
}

.thx {
    margin-top: 54px;
    color: white;
    font-size: 24px;
}
.thx_txt {
    margin-top: 4px;
    color: white;
    font-size: 10px;
}

@media screen and (max-width:880px) {
    main img:first-child {
        margin-top: 0;
    }   
    main {
        padding: 20px;
        padding-bottom: 180px;
    }
    h1 {
        font-size: 63px;
        margin-top: 10px;
    }
    p {
        font-size: 18px;
    }
    h2 {
        font-size: 24px;
    }
    .bottom-text{
        width: 100%;
    }
    footer {
        height: 180px;
        padding-top: 13px;
    }
    .f_2,
    .f_1 {
        width: 100%;
        padding-left: 50px;
        margin-top: 20px;
    }
    .f_2 input[type="email"] {
        width: 70%;
        border: 3px solid white;
    }
}
@media screen and (max-width:720px){
    main {
        padding-bottom: 142px;
    }
    h1 {
        font-size: 36px;
    }
    p {
        font-size: 14px;
    }
    footer {
        height: 142px;
        padding: 20px;
    }
    .f_1 {
        font-size: 18px;
        margin-top: 0;
        padding: 0;
    }
    .f_2 {
        margin-top: 15px;
        padding: 0;
    }
    .f_2 input[type="email"] {
        font-size: 14px;
        width: 70%;
        height: 40px;
    }
    .f_2 input[type="submit"] {
        vertical-align: top;
        border-radius: 0;
        width: 28%;
        margin: 0 0 0 0;
        padding: 0;
        height: 40px;
        font-size: 22px;

    }
    .thx {
        margin-top: 30px;
    }
    .bottom-text {
        font-size: 26px;
    }
    .disclaimer {
        margin-top: 4px;
    }
}