h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    flex-basis: 2;
    margin-top: 0px;
}

@media (max-width:1024px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width:480px) {
    h2 {
        font-size: 26px;
        text-align: center;
    }
}

.left-side-title {
    padding-right: 100px;
    flex-basis: 760px;
}

@media (max-width:1024px) {
    .left-side-title {
        padding-right: 50px;
    }
}

@media (max-width:768px) {
    .left-side-title {
        flex-basis: 100px;
        padding-right: 0px;
    }
}

p {
    font-size: 24px;
    line-height: 1.5em;
}

@media (max-width:479px) {
    p {
        font-size: 16px;
        text-align: center;
    }
}

.right-side-description {
    flex-basis: 869px;
}

@media (max-width:768px) {
    .right-side-description {
        flex-basis: 120px;
    }
}

#steps .container {
    flex-direction: column;
}

.txt-white {
    color: #ffffff;
}

.even-row {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
}

@media (max-width:1024px) {
    .even-row {
        flex-wrap: wrap;
    }
}

@media (max-width:768px) {
    .even-row {
        flex-direction: column;
        margin-top: 50px;
    }
}

.quater-width {
    width: 21.9%;
    display: flex;
    flex-direction: column;
}

@media (max-width:1024px) {
    .quater-width {
        width: 45%;
        margin-top: 25px;
    }
}

@media (max-width:768px) {
    .quater-width {
        width: 100%;
        padding-bottom: 28px;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
}

.circle {
    background-color: #ffffff;
    font-size: 26px;
    color: #000000;
    border-radius: 115px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    letter-spacing: -2px;
}

@media (max-width:768px) {
    .circle {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }
}

#steps h3 {
    margin-top: 50px;
}

@media (max-width:768px) {
    #steps h3 {
        margin-top: 16px;
        margin-left: 30px;
        flex-shrink: 2;
        flex-grow: 1;
        flex-basis: 10px;
    }

    #steps p {
        margin-left: 78px;
    }
}

.example-row {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    padding: 40px;
}

@media (max-width:1023px) {
    .example-row {
        padding: 25px;
        flex-wrap: wrap;
    }
}

@media (max-width:480px) {
    .example-row {
        padding: 20px 0px;
    }
}

.example-row-left {
    font-size: 18px;
    font-weight: bolder;
    flex-basis: 1;
    width: 30%;
}

@media (max-width:1024px) {
}

@media (max-width:1023px) {
    .example-row-left {
        width: 100%;
        margin-bottom: 23px;
        text-align: center;
    }
}

.example-row-container {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

@media (max-width:768px) {
    .example-row-container {
        margin-top: 30px;
    }
}

@media (max-width:480px) {
    .example-row-container {
        margin-top: 0px;
    }
}

#footer {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #0B5B82;
}

#footer p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 27px;
}

.footer-subitem {
    margin-left: 53px;
}

@media (max-width:768px) {
    .footer-subitem {
        margin-left: 0px;
        text-align: center;
    }
}

.copyright {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #b4b4b4;
    font-size: 14px;
    background-color: #333333;
}

.example-row-right {
    width: 70%;
}

@media (max-width:480px) {
    .example-row-right {
        width: 85%;
        padding-left: 12px;
    }
}

input[type="submit"] {
    box-shadow: none;
    border: 1px solid #d9d9d9;
    height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #2292c8;
    padding-left: 20px;
    width: 100%;
    font-size: 21px;
    color: #ffffff;
    transition: background-color 200ms, border 200ms;
}

input[type="submit"]:hover {
    background-color: #f98204;
}

input[type="submit"]:active {
    width: 90%;
}

input[type="submit"]:active {
}

input {
    box-shadow: none;
    border: 1px solid #d9d9d9;
    height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: #fafafa;
    padding-left: 20px;
    width: 100%;
}

.contactform-container {
    display: flex;
}

@media (max-width:768px) {
    .contactform-container {
        flex-direction: column;
    }
}

.contacform-left-txt {
    display: flex;
    align-items: center;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    padding-right: 45px;
}

@media (max-width:768px) {
    .contacform-left-txt {
        width: 100%;
        padding-right: 0px;
    }
}

.contactform {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width:768px) {
    .contactform {
        width: 100%;
    }
}

.pricetable {
    width: 30%;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px #bababa;
    border-radius: 10px;
}

@media (max-width:1450px) {
    .pricetable {
        width: 40%;
    }
}

@media (max-width:1024px) {
    .pricetable {
        width: 50%;
    }
}

@media (max-width:768px) {
    .pricetable {
        width: 100%;
        margin-top: 30px;
    }
}

#aboutme .container {
    flex-direction: column;
}

#myskills .container {
    flex-direction: column;
}

.skills-cell {
    width: 450px;
    padding: 0px 20px 20px;
}

.skills-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#meinfo {
    display: flex;
}

@media (max-width:768px) {
    #meinfo {
        flex-direction: column;
    }
}

@media (max-width:480px) {
    #meinfo {
        align-items: center;
    }
}

.photocircle {
    border-radius: 233px;
    border: 4px solid #ffffff;
    margin-right: 60px;
    width: 400px;
    height: 400px;
}

@media (max-width:1024px) {
    .photocircle {
        width: 250px;
        height: 250px;
        margin-bottom: 50px;
    }
}

@media (max-width:480px) {
    .photocircle {
        margin-right: 0px;
    }
}

.required-field {
    border-width: 2px;
    border-color: #c71212;
}

textarea {
    border: 1px solid #d9d9d9;
    width: 100%;
    height: 201px;
    padding-left: 20px;
    padding-top: 10px;
    background-color: #fafafa;
    border-radius: 4px;
}

.alert-success {
    background-color: #E0EFD8;
    color: #478846;
}

.alert {
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}

.alert-error {
    background-color: #F2DEDF;
    color: #B84A49;
}

#locations .container {
    flex-direction: column;
}

#share .container {
    z-index: 2;
}

#pricing .container {
    flex-direction: column;
}

.green-table-header {
    margin-bottom: 10px;
    background-color: #6BC22F;
    text-align: center;
    padding: 1px 15px;
}

.pricetable .container {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.dashed-bottom-cell {
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 10px;
}

.big-price {
    font-weight: 800;
    text-align: center;
    padding-top: 20px;
}

#pricing h3 {
    font-weight: 700;
}

@media (max-width:480px) {
    #pricing h3 {
        font-size: 26px;
    }

    #pricing h2 {
        font-size: 32px;
    }
}

#share {
    background-image: url('../images/tell-a-friend.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}

.lightborder {
    border: 1px solid #d2d2d2;
}

#serving .cell1 {
    width: 60%;
}

@media (max-width:1023px) {
    #serving .cell1 {
        width: 100%;
        margin-bottom: 20px;
        order: 2;
    }
}

#serving .cell2 {
    width: 475px;
    display: flex;
    justify-content: flex-end;
    margin-left: 30px;
    align-items: flex-start;
}

@media (max-width:1023px) {
    #serving .cell2 {
        width: 100%;
        padding-left: 0px;
        justify-content: center;
        margin-left: 0px;
        order: 1;
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

@media (max-width:1023px) {
    #serving .flex-row-2 {
        flex-direction: column;
    }
}

bestabout {
    min-height: 280px;
}

#bestabout {
}

@media (max-width:479px) {
    #bestabout {
        min-height: 50px;
    }
}

#bestabout .cell1 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

@media (max-width:767px) {
    #bestabout .cell1 {
        font-size: 30px;
    }
}

@media (max-width:479px) {
    #bestabout .cell1 {
        font-size: 20px;
    }
}

hinta-box-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
    flex-direction: column;
}

.hinta-box-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hinta-box-bottom {
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    background-color: #f98204;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width:479px) {
    .hinta-box-bottom {
        font-size: 24px;
    }
}

.big-price2 {
    font-weight: 700;
    font-size: 56px;
}

@media (max-width:479px) {
    .big-price2 {
        font-size: 45px;
    }
}

.button-cell {
    display: flex;
}

@media (max-width:767px) {
    .button-cell {
        justify-content: center;
    }
}

.copyright-link {
    color: #b4b4b4;
    text-decoration: underline;
}

.payment-logo {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.collab-logo {
    padding-bottom: 60px;
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width:767px) {
    .collab-logo {
        width: 80%;
    }
}

@media (max-width:479px) {
    .collab-logo {
        width: 100%;
    }
}

.collab-logo img {
    width: 100%;
    height: auto;
}

@media (max-width:767px) {
    .reboot {
        width: 160px;
    }

    .collab-container {
        display: flex;
        align-items: center;
    }
}

.reboot {
    width: 180px;
}

.naprayhd {
    width: 270px;
}
