* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

body {
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    text-align: center;
    margin: 0 auto;
    width: 2048px;
    max-width: 100%;
    background: #fff;
}

html, body {
    height: 100%;
}

a:link, a:visited {
    color: #41D9DA;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    color: #F53A59;
}

.text-block {
    max-width: 720px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: left;
}

.page-header {
    padding: 32px 0 0 32px;
}

.slogan > p {
    line-height: 1.6;
    margin: 0 auto 0.5em;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3 {
    color: #333;
}

h2.url {
    font-size: 18px;
    margin-top: 0;
}

.container {
    padding: 0;
    margin: 0;
}

.main {
    min-height: 100%;
    margin-bottom: -150px; /* minus height of .footer */
    padding-bottom: 150px; /* height of .footer */
}

.footer {
    height: 150px;
    padding: 13px 0;
    verflow: hidden;
    margin: 0;
    z-index: 1;
    position: relative;
    font-size: 0.6em;
    background-color: #fff;
}

.header {
    position: relative;
    padding: 0 0 200px;
    margin-bottom: -100px;
    overflow: hidden;
    background-image: url('img/background.jpg');
    background-size: 587px auto;
}

.cut-separator {
    position: absolute;
    left: 0;
    right: 0;
    height: 2000px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 14px 15px -7px #ddd;
    box-shadow: inset 0 14px 15px -7px #ddd;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    margin-top: 40px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.inner {
    position: relative;
    height: 71px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #41d9da;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    padding: 10px 38px;
    border: none;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
}

.btn {
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
}

.title {
    text-align: right;
}

.hidden {
    display: none !important;
}

.intro {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
}

.screenshots {
    margin: 0 auto 2em;
}
.screenshots > div {
    display: inline-block;
    vertical-align: top;
}
.screenshots > div > img {
    display: block;
    width: 244px;
    max-width: 100%;
    height: auto;
    margin: 1.5em;
}
.screenshots > div > span {
    display: block;
    margin: 0 auto;
    font-size: 0.7em;
    font-weight: 500;
    line-height: 2.0;
}

.prices {
    margin: 40px auto;
    width: 100%;
    max-width: 800px;
}

.prices-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.prices-column {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 16px 16px;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 4px;
    padding: 0 16px 8px;
    font-size: 20px;
    width: 320px;
    max-width: 100%;
}

.prices-pro {
    border: 3px solid #008a8b;
    margin-top: -2px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
}

.prices-column > div {
    margin-bottom: 8px;
}

.prices-column small {
    color: #999;
}

.prices-column hr {
    border-top: 1px solid #ccc;
}

.prices-head {
    font-weight: bold;
    text-align: center;
    background-color: #008a8b;
    margin: 0 auto 8px;
    width: 5em;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 2px;
}

.prices-column > .price {
    font-size: 32px;
    font-weight: bold;
    color: #008a8b;
    margin-top: 16px;
    text-align: center;
}
.prices-column > .price > s {
    color: #ccc;
}
.prices-column > .refund-policy {
    font-size: 16px;
    color: #999;
    text-align: center;
}



.prices-button {
    text-align: center;
}

.prices-button > a {
    text-decoration: none;
    display: inline-block;
    background-color: #41d9da;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    height: 47px;
    padding: 10px 60px;
    margin: 8px auto 0;
    border-radius: 4px;
    box-shadow: 0 0 4px #ccc;
    text-transform: uppercase;
}

/* mobile styles (width<640px) */
@media handheld and (max-width: 639px), screen and (max-width: 639px) {
    body {
        font-size: 16px;
    }

    .page-header {
        padding: 32px 10px 0;
    }

    .slogan > p {
        margin: 3px auto 0;
    }

    .button {
        font-size: 16px;
        padding: 7px 20px;
    }
}
