
html, body {
    font-family: "Raleway",sans-serif;
    font-weight: 400;
    height: 100%;
    margin: 0;
}


p {
    font-size: 15px;
    line-height: 1.7;
}


.eleft{
width:100%;
float:left;
}

form{
padding:25px;
border:solid 1px #eee;
background:#fcfcfc;
margin-right:3px;
}

form input, form select, form textarea{
width:95%;
padding:4% 2.5%;
border:solid 1px #ddd;
margin-bottom:10px;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
margin-top:4px;
background:#fff;
-webkit-box-sizing:content-box; 
box-sizing:content-box;
}

form input[type="submit"]{
background: none repeat scroll 0 0 #ffe046;
    border-radius: 2px;
    color: #111;
    display: inline-block;
    padding: 15px 20px;
    font-size:14px;
    text-decoration: none;
    text-transform: uppercase;
    border:none;
    width:auto;
}


.eright{
float:right;
width:30%;
    display:none;
}

nav{
float:right;
padding:5px 0;
}

.logo{
float:left;
padding:5px 0;
}

nav ul{
margin:0;
list-style-type:none;
}

nav ul li{
float:left;
display:inline-block;
}

nav ul li a{
padding:15px 28px;
display:block;
text-transform:uppercase;
font-size:15px;
color:#111;
text-decoration:none;
}

nav ul li a.contact{
background:#ffe046;
    display:none;
border-radius:2px;
}

nav ul li a.home{
border-bottom:solid 2px #ffe046;
}


footer{
overflow:hidden;
}

footer p{
float:left;
width:50%;
}

footer a{
color:#111;
}

footer ul{
list-style-type:square;
float:right;
padding:20px;
margin:0;
}

footer ul li{
display:inline-block;
}

section.banner {
    background: url("banner.jpg") no-repeat fixed center top / cover rgba(0, 0, 0, 0);
    height: 100%;
    min-height: 900px;
    position: relative;
}
.lainshaw {
    padding-top: 8%;
    text-align: center;
}
.lainshaw h1 {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 55px;
    font-weight: 200;
}
.lainshaw a {
    background: none repeat scroll 0 0 #ffe046;
    border-radius: 2px;
    color: #111;
    display: inline-block;
    font-size: 18px;
    padding: 20px 60px;
    text-decoration: none;
    text-transform: uppercase;
}
section.farm {
    background: url("farm.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
}
section.eggs {
    background: url("eggback.jpg") no-repeat fixed center top / cover rgba(0, 0, 0, 0);
    padding-top: 400px;
}
.yellowrap {
    background: none repeat scroll 0 0 #ffe046;
    color: #111;
    font-size: 38px;
    font-weight: 300;
    text-align: center;
}
.yellowrap .inside {
    line-height: 1.4;
    padding: 80px 0;
}
.farm h3 {
    color: #111;
    font-family: "Raleway",sans-serif;
    font-size: 50px;
    font-weight: 200;
    margin-left: 20px;
    margin-top: 30px;
}
.white {
    background: none repeat scroll 0 0 #fff;
}
.white .inside {
    padding: 100px 0 120px;
}
.white h3 {
    color: #111;
    font-family: "Raleway",sans-serif;
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 30px;
    margin-top: 30px;
}
header {
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
}
.inside {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
section.farm img {
    margin-left: 20px;
}
section.farm img.egg {
    display: inline-block;
    margin: 20px;
}
.farm .inside {
    padding: 100px 0 120px;
}


.team{
overflow:hidden;
min-height:300px;
}

.fifty1{
background:url(team.jpg) no-repeat bottom left;
width:50%;
height:420px;
min-height:300px;
float:left;
}

.inside2{
padding:10%;
}

.fifty2{
background:#fff;
width:50%;
float:right;
}

.team h3{
color: #111;
    font-family: "Raleway",sans-serif;
    font-size: 47px;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 30px;
}

footer{
background:#FFE400;
text-align:center;
padding:10px 0;
}

footer p{
text-align:center;
color:#111;
padding:20px;
margin:0;
}


@media (min-width: 601px) and (max-width: 1050px) {



section.banner{
background-size:1920px 1070px;
}

section.eggs{
background-size:1920px 802px;
background: url("eggback.jpg") no-repeat bottom center;
}

.lainshaw img{
max-width:400px;
}

.farm img{
max-width:26%;
margin:1%;
float:left;
}

.team h3{
font-size:40px;
}

.white h3{
font-size:45px;
}

.farm h3{
font-size:40px;
}

.yellowrap{
padding-left:20px;
padding-right:20px;
font-size:35px;
}

.white .inside{
 padding-left: 20px;
padding-right: 20px;
}

footer ul, footer p{
float:none;
text-align:center;
margin-bottom:0;
padding-bottom:0;
margin-top:0;
line-height:1.8;
padding-top:0;
display:block;
}

}

@media (max-width: 600px) {

body{
min-width:300px;
}


.eright, .eleft{
width:100%;
}


section.banner{
background-size:1920px 1070px;
}

section.eggs{
background: url("eggback.jpg") no-repeat bottom center;
padding-top:0;
}


header{
display:none;
}

.white .inside{
padding-left:20px;
padding-right:20px;
}



.yellowrap{
padding-left:20px;
padding-right:20px;
font-size:30px;
}

.farm img{
max-width:90%;
margin-left:auto;
margin-right:auto;
}


.fifty1, .fifty2{
width:100%;
display:block;
}

.lainshaw{
padding-left:20px;
padding-right:20px;
padding-top:9%;
}

.lainshaw img{
max-width:90%;
margin:0 auto;
}

footer{
padding:20px;
}

.lainshaw h1{
font-size:45px;
}

footer ul, footer p{
float:none;
width:100%;
text-align:center;
margin-bottom:0;
padding-bottom:0;
margin-top:0;
padding-left:0;
line-height:1.8;
padding-top:0;
display:block;
}

section.farm img.egg {
    display: block;
    margin: 20px auto;
}

.fifty1{
background:url(team.jpg) no-repeat top center;
background-size:500px;
height:160px;
}
    
