@charset "UTF-8";
/* CSS Document */

html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
}

#header {
    background: #000;
    width: 100%;
    height: 620px;
    position: relative;
    padding-bottom: 20px;
}

#header-image {
    background-image: url(images/steak.jpg);
    background-position: right;
    background-size: cover;
    width: 50%;
    height: 100%;
    float: left;
}

#header-content, .premium-content {
    background: none;
    position: absolute;
    width: 50%;
    height: 100%;
    left: 25%;
    top: 0px;
}

#header-content-inner {
    width: 620px;
    background: #fff;
    height: 375px;
    position: relative;
    float: right;
    margin-top: 122px;
}

#header-content-inner h1 {
    font-weight: 300;
    font-size: 56px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 40px;
}

.header-content-inner-logo {
    background-image: url('images/logo-black.png');
    background-size: contain;
    width: 500px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

#header-content-inner p {
    font-weight: 400;
    width: 500px;
    padding: 0px 60px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

#header-content-inner a {
    background-color: #fff;
    width: 200px;
    height: 45px;
    border: 1px solid #000;
    display: block;
    margin: 0 auto;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    text-indent: -5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#header-content-inner a .black {
    background-image: url('images/logo-black-small.png');
    background-size: 150px;
    background-position: right;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    display: block;
    float: left;
    left: 30px;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 0;
    opacity: 1;
}

#header-content-inner a .white {
    background-image: url('images/logo-white-small.png');
    background-size: 150px;
    background-position: right;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    display: block;
    float: left;
    left: 50px;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    opacity: 0;
}

#header-content-inner a:hover {
    color: #fff;
    background: #000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#header-content-inner a:hover .black {
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#header-content-inner a:hover .white {
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.premium-content {
    height: 500px;
}

.premium-content-shade {
    height: 500px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 1;
}

.premium-content h2 {
    font-size: 32px;
    padding-top: 140px;
}

.premium-content p {
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 20px;
    width: 550px;
}

.premium-content a {
    float: left;
    background: none;
    width: 200px;
    height: 45px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    text-indent: -5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.premium-content a .black {
    background-image: url('images/logo-black-small.png');
    background-size: 150px;
    background-position: right;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    display: block;
    float: left;
    left: 30px;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 0;
    opacity: 0;
}

.premium-content a .white {
    background-image: url('images/logo-white-small.png');
    background-size: 150px;
    background-position: right;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    display: block;
    float: left;
    left: 50px;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    opacity: 1;
}

.premium-content a:hover {
    color: #000;
    background: #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.premium-content a:hover .black {
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.premium-content a:hover .white {
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.parallax-container {
    height: 500px !important;
}

#what-we-do {
    background: #f3f3f3;
    width: 100%;
    height: 665px;
}

.what-we-do-content {
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.what-we-do-content-left {
    background-image: url('images/chickens.jpeg');
    background-size: cover;
    background-position: center;
    height: 525px;
    width: 50%;
    float: left;
    margin-top: 70px;
}

.what-we-do-content-right {
    height: 100%;
    width: 50%;
    float: left;
}

.what-we-do-content h2 {
    font-size: 32px;
    font-weight: bolder;
    margin-left: 40px;
    margin-top: 200px;
}

.what-we-do-content p {
    font-size: 16px;
    font-weight: 400;
    margin-left: 40px;
    line-height: 20px;

}

.what-we-do-content a {
    background-color: #f3f3f3;
    width: 300px;
    height: 45px;
    border: 1px solid #000;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    text-indent: -5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
}

.what-we-do-content a .black {
    background-image: url('images/logo-black-small.png');
    background-size: 150px;
    background-position: right;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    display: block;
    float: left;
    left: 75px;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 0;
    opacity: 1;
}

.what-we-do-content a .white {
    background-image: url('images/logo-white-small.png');
    background-size: 150px;
    background-position: right;
    background-repeat: no-repeat;
    width: 20px;
    height: 40px;
    display: block;
    float: left;
    left: 95px;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
    opacity: 0;
}

.what-we-do-content a:hover {
    color: #fff;
    background: #000;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.what-we-do-content a:hover .black {
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.what-we-do-content a:hover .white {
    opacity: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#submit-button {
    background-color: #000;
    width: 300px;
    height: 45px;
    border: 1px solid #fff;
    display: block;
    margin-top: 0px;
    margin-left: auto;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    text-indent: -5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
}

#get-in-touch {
    background: #000;
    width: 100%;
    height: 665px;
    padding-bottom: 50px;
}

.get-in-touch-content {
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.get-in-touch-content-left {
    background-image: url('images/butcher.jpeg');
    background-size: cover;
    background-position: center;
    height: 525px;
    width: 50%;
    float: left;
    margin-top: 70px;
}

.get-in-touch-content-right {
    height: 100%;
    width: 50%;
    float: left;
}

.get-in-touch-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: bolder;
    margin-left: 40px;
    margin-top: 200px;
}

.get-in-touch-content p {
    font-size: 16px;
    font-weight: 300;
    margin-left: 40px;
    line-height: 20px;

}

.get-in-touch-content a {
    color: #fff;
    margin-left: 40px;
    font-size: 16px;
}

#contact-form {
    font-family: 'Open Sans', sans-serif !important;
    margin-left: 40px;
    margin-top: 40px;
}

#name {
    width: 45%;
    float: left;
    margin-right: 10%;
    color: #fff;
}

#email {
    width: 45%;
    float: left;
    color: #fff;
}

#subject {
    width: 100%;
    float: left;
    color: #fff;
}

#message {
}

#message {
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Open Sans', sans-serif !important
}

@media only screen and (max-width: 1600px) {
    #header-content, .premium-content {
        width: 60%;
        left: 20%;
    }

    .what-we-do-content, .get-in-touch-content {
        width: 60%;
        height: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1400px) {
    #header-content, .premium-content {
        width: 80%;
        left: 10%;
    }

    .what-we-do-content, .get-in-touch-content {
        width: 80%;
        height: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 959px) {

    #what-we-do {
        background: #f3f3f3;
        width: 100%;
        height: auto;
        float: left;
    }

    .what-we-do-content-right {
        height: 100%;
        width: 80%;
        float: left;
        margin-left: 10%;
    }

    .what-we-do-content, .get-in-touch-content {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    .what-we-do-content-left {
        background-image: url('images/chickens.jpeg');
        background-size: cover;
        background-position: center;
        height: 325px;
        width: 80%;
        float: left;
        margin-top: 70px;
        margin-left: 10%;
    }

    .what-we-do-content h2 {
        font-size: 32px;
        font-weight: bolder;
        margin-left: 0px;
        margin-top: 50px;
    }

    .what-we-do-content p {
        font-size: 16px;
        font-weight: 300;
        margin-left: 0px;
        line-height: 20px;
    }

    .what-we-do-content a {
        background-color: #f3f3f3;
        width: 300px;
        height: 45px;
        border: 1px solid #000;
        display: block;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-top: 0px;
        margin-left: auto;
        color: #000;
        font-weight: 300;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        line-height: 45px;
        text-indent: -5px;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    #get-in-touch {
        background: #000;
        width: 100%;
        height: auto;
        padding-bottom: 50px;
        float: left;
    }

    .get-in-touch-content-left {
        background-image: url('images/butcher.jpeg');
        background-size: cover;
        background-position: center;
        height: 325px;
        width: 80%;
        float: left;
        margin-top: 70px;
        margin-left: 10%;
    }

    .get-in-touch-content-right {
        height: 100%;
        width: 80%;
        float: left;
        margin-left: 10%;
    }

    .get-in-touch-content h2 {
        color: #fff;
        font-size: 32px;
        font-weight: bolder;
        margin-left: 0px;
        margin-top: 50px;
    }

    .get-in-touch-content a {
        color: #fff;
        margin-left: 0px;
        font-size: 18px;
    }

    #contact-form {
        font-family: 'Open Sans', sans-serif !important;
        margin-left: 0px;
        margin-top: 40px;
    }

    #header-content, .premium-content {
        background: none;
        position: absolute;
        width: 70%;
        height: 100%;
        left: 15%;
        top: 0px;
    }

    #header-image {
        background-image: url(images/steak.jpg);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 50%;
        float: left;
    }

}

@media only screen and (max-width: 720px) {

    .what-we-do-content, .get-in-touch-content {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    #name {
        width: 100%;
        float: left;
        margin-right: 0%;
        color: #fff;
    }

    #email {
        width: 100%;
        float: left;
        margin-right: 0%;
        color: #fff;
    }

    .get-in-touch-content-left {
        background-image: url('images/butcher.jpeg');
        background-size: cover;
        background-position: center;
        height: 325px;
        width: 480px;
        float: none;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .get-in-touch-content-right {
        height: 100%;
        width: 480px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .what-we-do-content-left {
        background-image: url('images/chickens.jpeg');
        background-size: cover;
        background-position: center;
        height: 325px;
        width: 480px;
        float: none;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .what-we-do-content-right {
        height: 100%;
        width: 480px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .premium-content {
        width: 480px !important;
        position: relative;
        float: none;
        margin: 0 auto;
        left: auto !important;
    }

    .premium-content h2 {
        font-size: 32px;
        padding-top: 140px;
        width: 480px;
    }

    .premium-content p {
        font-size: 16px;
        font-weight: 300 !important;
        line-height: 20px;
        width: 480px;
    }

    #header-image {
        background-image: url(images/steak.jpg);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 50%;
        float: left;
        position: absolute;
    }

    #header-content {
        position: relative;
        width: 480px;
        margin: 0 auto;
        left: auto !important;
    }

    #header-content-inner {
        width: 480px;
        background: #fff;
        height: 375px;
        position: relative;
        float: right;
        margin-top: 122px;
    }

    #header-content-inner h1 {
        font-weight: 300;
        font-size: 40px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 40px;
    }

    .header-content-inner-logo {
        background-image: url('images/logo-black.png');
        background-size: contain;
        width: 350px;
        height: 55px;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
    }

    #header-content-inner p {
        font-weight: 300;
        width: 400px;
        padding: 0px 40px;
        text-align: center;
        line-height: 20px;
        font-size: 16px;
    }

    #header-content-inner {
        width: 480px;
        background: #fff;
        height: auto;
        position: relative;
        float: right;
        margin-top: 122px;
    }

    #header-content-inner a {
        background-color: #fff;
        width: 200px;
        height: 45px;
        border: 1px solid #000;
        display: block;
        margin: 0 auto;
        margin-bottom: 0px;
        color: #000;
        font-weight: 300;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
        line-height: 45px;
        text-indent: -5px;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        margin-bottom: 40px;
    }

    #header {
        background: #000;
        width: 100%;
        height: 530px;
        position: relative;
        padding-bottom: 20px;
    }

}

@media only screen and (max-width: 480px) {

    .what-we-do-content, .get-in-touch-content {
        width: 90%;
        height: 100%;
        margin: 0 auto;
    }

    .get-in-touch-content-left {
        background-image: url('images/butcher.jpeg');
        background-size: cover;
        background-position: center;
        height: 190px;
        width: 300px;
        float: none;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .get-in-touch-content-right {
        height: 100%;
        width: 300px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .what-we-do-content-left {
        background-image: url('images/chickens.jpeg');
        background-size: cover;
        background-position: center;
        height: 190px;
        width: 300px;
        float: none;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .what-we-do-content-right {
        height: 100%;
        width: 300px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .premium-content {
        width: 300px !important;
        position: relative;
        float: none;
        margin: 0 auto;
        left: auto !important;
    }

    .premium-content h2 {
        font-size: 32px;
        padding-top: 140px;
        width: 300px;
    }

    .premium-content p {
        font-size: 16px;
        font-weight: 300 !important;
        line-height: 20px;
        width: 300px;
    }

    #header-content {
        position: relative;
        width: 300px;
        margin: 0 auto;
        left: auto !important;
    }

    #header-content-inner {
        width: 300px;
        background: #fff;
        height: auto;
        position: relative;
        float: right;
        margin-top: 122px;
    }

    #header-content-inner h1 {
        font-weight: 300;
        font-size: 32px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .header-content-inner-logo {
        background-image: url('images/logo-black.png');
        background-size: contain;
        width: 250px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto;
    }

    #header-content-inner p {
        font-weight: 300;
        width: 260px;
        padding: 0px 20px;
        text-align: center;
        line-height: 20px;
        font-size: 16px;
    }

}
				
 

