
* {
    box-sizing: border-box;
}

p {
    margin: 0;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    line-height: 19px;
}

.block-feature p {
    padding-left: 5%;
    padding-right: 5%;
}

h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    padding: 48px 0 24px 0;
}

h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #242729;
    margin-top: 40px;
    margin-bottom: 10px;
}

.h2-second {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 10px;
}

h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #242729;
}

.center {
    text-align: center;
}

#block-title {
    background-color: #39C;
}

#block-title-subheading {
    font-size: 18px;
    line-height: 25px;
    color: #FFF;
}

#block-title-easy {
    font-size: 14px;
    line-height: 19px;
    color: #FFF;
}

#block-title-image {
    height: 618px;
    background-color: #39C;
    background-repeat: repeat-x;
    background-position-y: bottom;
}

.block-heading {
    margin-bottom: 20px;
}

#block-features {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8% 20px 8%;
}

.block-feature {
    flex: 30%;
    text-align: center;
    padding: 5px;
    min-width: 200px;
}

.img-feature {
    width: 110px;
    height: 110px;
    display: inline-block;
}

.f-iconbase {
    background: url(/img/features.png) 0 0;
}

.f-online {
    background: url(/img/features.png) -110px 0;
}

.f-edu {
    background: url(/img/features.png) -220px 0;
}

.f-isometric {
    background: url(/img/features.png) -330px 0;
}

.f-personal {
    background: url(/img/features.png) -440px 0;
}

.f-svg {
    background: url(/img/features.png) -550px 0;
}

#block-feedbacks {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8% 20px 8%;
}

.block-feedback {
    flex: 30%;
    text-align: center;
    padding: 5px 0 25px 0;
    min-width: 200px;
    text-align: justify;
}

.block-feedback-signature {
    margin-top: 5px;
    text-align: right;
}

.block-feedback-author {
    font-weight: bold;
    font-style: italic;
}

#block-content-image {
    height: 400px;
    background-color: #fff;
    background-repeat: repeat-x;
    margin-top: 30px
}

#block-templates {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 20px 0 20px;
}

@media only screen and (max-width: 640px) {
    #block-templates {
        padding: 0;
    }
}

.img-template {
    height: 320px;
    margin: 5px;
    cursor: pointer;
}

#block-usages {
    background-color: #9C3;
    padding: 30px 10% 30px 10%;
    margin-top: 50px;
    text-align: center;
}

    #block-usages a {
        margin: 0px 18px 0px 18px;
        overflow-wrap: break-word;
        white-space: nowrap;
    }

@media only screen and (max-width: 640px) {
    #block-usages {
        padding: 30px 1% 30px 1%;
        overflow-x: hidden;
    }

        #block-usages a {
            margin: 0px 5px 0px 5px;
        }
}

#block-usages a:link {
    color: #FFF;
}

#block-usages a:visited {
    color: #FFF;
}

#block-usages a:visited {
    color: #FFF;
}

#block-usages a:hover {
    color: #EFEFEF;
}

#block-about-contact {
    background-color: #39C;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 22px;
}

.section-about-contact {
    flex: 1;
    padding: 0px 5% 15px 5%;
    min-width: 310px;
    text-align: center;
}

#block-about-contact h2 {
    font-size: 30px;
    line-height: 41px;
    color: #FFF;
}

#section-about p {
    text-align: center;
}

.contact-form-field {
    width: 80%;
    margin: 3px 0 3px 0;
    font-size: 14px;
    text-indent: 5px;
}

.contact-form-field-message {
    height: 117px;
    min-height: 47px;
    resize: vertical;
}

.social {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 10px 2px 10px 2px;
}

.s-facebook {
    background: url(/img/social.png) 0 0;
}

.s-twitter {
    background: url(/img/social.png) -40px 0;
}

.s-dribbble {
    background: url(/img/social.png) -80px 0;
}

.s-youtube {
    background: url(/img/social.png) -120px 0;
}

.s-instagram {
    background: url(/img/social.png) -160px 0;
}

.green-button-home {
    background-color: #9C3;
    color: #FFF;
    height: 45px;
    width: 160px;
    font-size: 20px;
    line-height: 30px;
    border: none;
    cursor: pointer;
    margin: 12px;
    text-align: center;
}
