body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Bai Jamjuree', sans-serif;
}

.section {
    width: 100%;
    clear: both;
}

.section.center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 26px;
    padding: 0px;
    margin: 0px;
}

input, textarea {
    border: 1px solid #77a15f;
    font-size: 16px;
    padding: 10px;
    font-family: 'Bai Jamjuree', sans-serif;
}

input[type=submit] {
    background: #77a15f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Bai Jamjuree', sans-serif;
}

.menu-wrap {
    background: #77a15f;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-bottom: 5px solid #dfdfdf;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
}

.menu-wrap-center {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 60px;
}

.menu-item {
    text-decoration: none;
    float: left;
    padding: 17px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.menu-item:hover {
    background: #516d41;
    cursor: pointer;
}

.menu-item a {
    text-decoration: none;
    color: #fff;
    padding: 18px;
    margin-right: -20px;
    margin-left: -20px;
}

.menu-logo {
    float: left;
    width: 40px;
    height: 40px;
    margin: 10px;
    overflow: hidden;
}

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

.menu-logo-words {
    float: left;
    clear: none;
    font-size: 18px;
    color: #fff;
    margin-top: 19px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 0px;
    margin-right: 25px;
}

.menu-logo-words a, .footer-logo-words a {
    color: #fff;
    text-decoration: none;
}

.coming-soon {
    font-size: 28px;
    text-align: center;
    color: #516d41;
}

.coming-soon-bottom {
    text-align: center;
}

.error-wrap {
    margin-top: 65px;
    text-align: center;
}

.errors {
    background: #516d41;
    color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 10px;
}

.contact-form-line {
    width: 100%;
    margin-bottom: 5px;
}

.contact-form-line.captcha {
    width: 304px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-form-label {
    font-size: 16px;
    color: #516d41;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

.section.contact {
    text-align: center;
    margin-top: 100px;
}

.section.portfolio {
    margin-top: 100px;
}

input#skill {
    width: 40px;
    margin-left: 5px;
}

.my_store_image_wrap {
    width: 10%;
    min-width: 125px;
    display: inline-block;
}

.my_store_image_wrap img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 3px solid #77a15e;
}

.my_store_image_wrap:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.my_store_image_wrap_inside {
    padding: 5px;
}

.my_store_image_wrapper {
    text-align: center;
}

.section-title h2 {
    padding: 5px;
    color: #77a15e;
    max-width: 1135px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 5px;
    clear: both;
}

.section-blurb {
    max-width: 1140px;
    margin: 0 auto;
}


.about-background img {
    width: 100%;
    min-height: 500px;
}

.about-background {
    position: absolute;
    left: 0px;
    width: 100%;
    overflow: hidden;
    height: 800px;
    background: #efefef;
}

.section.about h2 {
    background: none;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 700;
    float: left;
    width: auto;
    margin-top: 390px;
    margin-bottom: -45px;
    margin-left: 35px;
}

.section.about .section-title {
    position: relative;
    z-index: 5;
}

.section.about .section-blurb {
    float: left;
    position: relative;
    z-index: 4;
    font-size: 40px;
    color: #4c673c;
    background: #efefefb3;
    padding-top: 100px;
    margin-top: -100px;
    padding-left: 40px;
    padding-right: 40px;
    width: 960px;
}

.section.about {
    height: 810px;
}

.section.footer {
    background: #77a15e;
    margin-top: 100px;
    width: 100%;
    min-height: 110px;
    clear: both;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-top: 5px solid #dfdfdf;
}

.footer-logo img {
    width: 102%;
}

.footer-logo {
    width: 50px;
    margin: 30px;
    float: left;
}

.footer-logo-words {
    float: left;
    clear: none;
    font-size: 32px;
    color: #fff;
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: -10px;
}

.footer-menu-item-list a {
    color: #fff;
    text-decoration: none;
}

.footer-menu-item-list {
    float: left;
    clear: both;
    margin-left: 30px;
    margin-top: -15px;
    color: #fff;
}

.footer-menu-item:hover, .footer-menu-item-list a:hover {
    background: #516d41;
    cursor: pointer;
}

.footer-menu-item {
    padding: 2px 5px;
    float: left;
    clear: both;
}

@media (max-width:1200px) { 
    
    .section.about .section-blurb {
        width: 100%;
        font-size: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-background {
        height: 640px;
    }
    
    .section.about {
        height: 650px;
    }
    
    .section.about h2 {
        font-size: 40px;
        margin-left: 15px;
        margin-bottom: -25px;
        margin-top: 410px;
    }
    
    .section-blurb p {
        margin: 20px;
    }
    
}

@media (max-width:800px) { 
    
    .section.about .section-blurb {
        width: 100%;
        font-size: 18px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .section.about h2 {
        font-size: 40px;
        margin-left: 15px;
        margin-bottom: -15px;
        margin-top: 250px;
    }
    
    .about-background {
        height: 450px;
    }
    
    .section.about {
        height: 460px;
    }
    
    .menu-item {
        padding: 17px 5px;
    }

}

@media (max-width:700px) { 
    
    .menu-item.header {
        clear: both;
        margin-top: -10px;
        margin-left: 10px;
    }

    .menu-item, .menu-item, .menu-item {
        margin-top: -10px;
    }
    
    .footer-logo-words {
        font-size: 15px;
        margin-top: 45px;
    }
    
}


@media (max-width:450px) { 
    
    input, textarea {
        padding: 10px 0px;
        width: 95%;
    }
    
}


