body {
    padding-bottom: 100px;
    font-family: 'Source Code Pro', monospace;
    color: #2E2F30;
    background: url(bg.jpg) no-repeat center 72px fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #F2F2F2;
    text-align: center;
}

header {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 30px 0;
}

h1 {
    font-size: 46px;
    font-weight: 400;
    margin: 0;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 38px 0;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

h5 {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0;
}


header form {
    position: absolute;
    right: 64px;
    top: 40px;
}

header {
    text-align: center;
}

button.stripe-button-el {
    height: 54px !important;
    background: #184CDD !important;
    border: 1px solid #184CDD !important;
    border-radius: 4px !important;
    padding: 0 31px !important;
    box-shadow: none !important;
}

button.stripe-button-el span {
    background: none !important;
    box-shadow: none !important;
    font-family: 'Source Code Pro', monospace !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.order {
    text-align: center;
    width: 395px;
    margin: 0 auto;
}

.order form{
    display: inline-block;
    float: left;
    margin-right: 28px;
}

.order .info{
    display: inline-block;
    float: right;
    text-align: left;
}

.info h4 {
    margin-bottom: 7px;
}

.main {
    margin: 0 auto;
    width: 645px;
}

@media (min-width: 1160px) {
    body {
        background: url(bg.jpg) no-repeat center -15px fixed; 
        background-color: #F2F2F2;
    }
}


@media (max-width: 950px) {
    header form {
        display: none;
    }


}

@media (max-width: 440px) {

}

@media (max-width: 540px) {
    body {
        background: url(bg.jpg) no-repeat -610px 45px fixed;
        background-color: #F2F2F2;
    }

    header {
        margin-bottom: 5px;
    }
    
    .main {
        width: 90%;
    }

    .order {
        width: 100%;
    }

    .order .info{
        float: none;  
        text-align: center;  
    }

    .order form{
        float: none;
        margin: 0 0 10px 0;
    }
    
}