body {
    font-family: Arial;
    font-size: 16px;
    color: #202124;
    margin: 64px 0 0 0;
    padding: 0 0 0 0;
}

h1 {
    word-break: break-word;
}

h2 {
    word-break: break-word;
}

h3 {
    word-break: break-word;
}

.header {
    font-size: 14px;
    position: fixed;
    height: 64px;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 0 20px;
    display: flex;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.header .content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.header .content .logo a {
    color: #175adb;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.header .content .logo a:hover {
    color: #202124;
}

.header .content .logo a img {
    margin-right: 10px;
    border-radius: 20px;
}

.header .content .menu {
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .content .menu a {
    text-decoration: none;
    color: #202124;
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 100%;
}

.header .content .menu a:hover {
    background-color: #2021240a;
}

@media only screen and (max-width: 440px) {
    .header {
        position: unset;
        height: unset;
        display: block;
    }

    .header .content {
        display: block;
    }

    .header .content .logo {
        padding: 20px 0 10px;
    }

    .header .content .menu {
        justify-content: center;
    }

    .header .content .menu a {
        padding: 20px 16px;
    }

    body {
        margin: 0;
    }
}

.container-grey {
    background-color: #f8f9fa;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media only screen and (max-width: 900px) {
    body .container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}

.cta-container {
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cta-container-small {
    box-sizing: border-box;
}

.cta-image {
    background-image: url(/images/web_art.png);
    background-repeat: no-repeat;
    background-size: 400px 270px;
    background-position: right;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .cta-image {
        background-image: url(/images/web_art@2x.png);
    }
}

@media only screen and (max-width: 950px) {
    body .cta-image {
        background: none;
    }
}

.cta-container .content {
    max-width: 500px;
}

.cta-container .content .title {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.cta-container-small .content .title {
    font-size: 18px;
    padding-right: 10px;
}

.cta-container .content .description {
    font-size: 18px;
    line-height: 1.7;
    margin: 20px 0;
}

.cta-container-small .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

@media only screen and (max-width: 440px) {
    .cta-container-small .content .title {
        font-size: 16px;
    }

    .cta-container-small a.cta {
        padding: 10px;
    }
}

a.primary:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

a.primary {
    background-color: #175adb;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

a.cta {
    font-size: 18px;
    padding: 15px;
    display: inline-block;
}

.heading h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #80868B;
}

.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.steps .step {
    max-width: 500px;
    padding: 0 40px 40px 0;
    display: flex;
    align-items: center;
}

.steps .step .number {
    font-size: 42px;
    font-weight: bold;
    margin-right: 20px;
}

.steps .step .title {
    font-size: 24px;
    margin-bottom: 5px;
}

.steps .step .description {
    font-size: 14px;
}

.footer {
    border-top: 1px solid #dadce0;
    padding: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.footer .section {
    margin-right: 60px;
    margin-bottom: 60px;
    line-height: 1.7;
}

.footer .logo {
    font-family: 'Fredoka One', cursive;
    display: flex;
    align-items: center;
    text-transform: none !important;
}

.footer .logo img {
    border-radius: 20px;
    margin-right: 5px;
}

.footer .title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    color: #202225;
}

.footer a {
    text-decoration: none;
    color: #202124;

}

.footer a:hover {
    text-decoration: underline;
}

a {
    color: #175adb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.pricing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
    font-size: 14px;
}

.pricing .pricing-card {
    border-radius: 5px;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.pricing .pricing-card .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pricing .pricing-card .price {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.pricing .pricing-card .items .item {
    padding: 0 0 10px;
}

.pricing .pricing-card .items .item.yes:before {
    content: "\2713";
    color: #175adb;
    margin-right: 10px;
    width: 12px;
    display: inline-block;
    text-align: center;
}

.pricing .pricing-card .items .item.no:before {
    content: "\0078";
    color: #aa2a2a;
    margin-right: 10px;
    width: 12px;
    display: inline-block;
    text-align: center;
}

.pricing .pricing-card .action {
    text-align: center;
    padding: 10px 0;
}

.pricing .pricing-card .action a {
    background-color: #175adb;
    outline: none;
    border: none;
    padding: 15px;
    border-radius: 5px;
    color: white;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
}

.pricing .pricing-card .action a:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    text-decoration: underline;
}

.content-cta {
    margin: 0 0 40px;
    text-align: center;
    color: #80868B;
    font-size: 14px;
}

.content-cta .title {
    font-size: 16px;
    font-weight: bold;
}

.cta-container-small a.cta {
    font-size: 16px;
}

.post {
    margin: 20px 0;
    word-break: break-word;
}

.post h2.title {
    margin: 0;
    font-size: 28px;
}

.post h1.title {
    margin: 0;
}

.post .meta {
    font-size: 12px;
}

.post-nav {
    font-size: 16px;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
}

.post p {
    line-height: 28px;
}

.post .banner {
    text-align: center;
    margin: 20px 0;
}

.post .banner img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: #00000024 0px 2px 5px 1px;
}

.post .banner>div {
    max-width: 500px;
    display: inline-block;
}

pre {
    overflow-x: scroll;
}

.relatedPosts {
    padding: 20px 20px 40px;
    background-color: #f8f9fa;
}

.relatedPosts .title {
    text-align: center;
}

.relatedPosts .relatedPost a {
    color: #202124;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

.relatedPosts .relatedPost a:hover {
    text-decoration: underline;
}

.mailinglist {
    text-align: center;
    padding: 20px 0 40px;
    border-top: 2px dashed #29ab6c;
    border-bottom: 2px dashed #29ab6c;
}

.mailinglist button {
    font-size: 16px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    background-color: #29ab6c;
    outline: none;
    border: none;
}

.mailinglist button:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.dialog-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d8d8d866;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.dialog .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dialog .head .close {
    border: 0;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dialog .head .close:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.dialog iframe {
    border: 0;
}