body {
  line-height: 24px;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #000;
  position: relative;
  padding:0;
  margin:0;
  background:#FEBD17;
}
.workarea{
    position:relative;
    width:100%;
    height:100%;
}
.left{
    width:50%;
    float:left;
    height:100%;
}
.logo{text-align:center;}
.info{
    width:494px;
    margin:120px auto 0;
}
.text{margin: 0 0 30px;}
.phone{
    margin: 0 0 20px;
    height:33px;
    line-height:33px;
    background:url(/img/call.svg) no-repeat left center;
    padding:0 0 0 40px;
}
.email{
    margin: 0 0 20px;
    height:33px;
    line-height:33px;
    background:url(/img/mail.svg) no-repeat left center;
    padding:0 0 0 40px;
}
.phone a, .email a{
    color:#000;
}
.btn{
    display:inline-block;
    background:#fff;
    padding:20px;
    text-decoration:none;
    color:#000;
    text-transform:uppercase;
}
.copy{
    width:494px;
    position:absolute;
    bottom:20px;
    left:calc(25% - 247px);
    font-size:13px;
}
.right{
    background:url(/img/Woodworking_G1.jpg) no-repeat center center;
    background-size:cover;
    width:50%;
    float:right;
    height:100%;
}
.logo_mobile, .picture_mobile{display:none;}

@media(max-width:1000px){
    body {
        line-height: 20px;
        font-size: 16px;
    }
    .workarea{
        padding-bottom:60px;
        height:auto;
    }
    .logo, .right{display:none;}
    .logo_mobile{
        display:block;
        text-align:center;
    }
    .left{
        width:100%;
        float:none;
        height:auto;
    }
    .info{
        width:100%;
        margin:20px auto 0;
        text-align:center;
    }
    .picture_mobile{
        background:url(/img/Woodworking_G1.jpg) no-repeat center center;
        background-size:cover;
        width:100%;
        height:295px;
        display:block;
    }
    .copy{
        width:100%;
        position:absolute;
        bottom:20px;
        left:0;
        text-align:center;
    }
    .text{
        padding:0 20px;
    }
    .phone {
        margin: 0 0 20px;
        height: auto;
        line-height: 20px;
        background: url(/img/call.svg) no-repeat center top;
        padding: 40px 0 0 0;
    }
    .email {
        margin: 0 0 20px;
        height: auto;
        line-height: 20px;
        background: url(/img/mail.svg) no-repeat center top;
        padding: 40px 0 0 0;
    }

}
