
:root {
  --clr-brown: #433A33;
  --clr-darkbrown: #2E2113;
  --clr-white: #fff;
  --clr-tan:  #BC8C65;
  --clr-bg:  #f8f4f0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
}

/* end reset css */

body { 
   margin:0; padding:0; 
   background: var(--clr-bg);
   color: #fff;
   font-style: normal;
   font-size: 14px;
}
main { 
   background: var(--clr-brown);
   width:100%;
   max-width: 1440px;
   margin-inline: auto;
}

#logo { width: 100%; max-width: 630px; margin: 0 auto 100px; }
#text { width: 100%; max-width: 875px; margin: 0 auto 120px; }

h1 {
  text-align: center;
}
h1 span {
  display: none;
}
h2 {
  font-size: 2.2em;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 25px;

}
h3 {
  font-size: 1.45em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 25px;
}
p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  margin-bottom: 25px;
}
p#contact {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
}
footer p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
  color: var(--clr-darkbrown);
}
hr {
  color: var(--clr-tan);
  background-color: var(--clr-tan);



  display: block;
  border: none;;
  width: 100%;
  width: 106px;
  height: 1px;

  margin: 0;
  padding: 0;



}

.columns {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.column {
  box-sizing: border-box; 
}
.column:first-child {
  flex-basis: 45%;
}
.column:last-child {
  flex-basis: 55%;
}





.logo {
  width: 220px;
  margin: 0 auto 90px;
  text-align: center;
}
#mini-shears {
  width: 65px;
  margin-bottom: 30px;
}

.row-1 .column:first-child {
  padding: 75px 5% 40px 10%;
}
.row-1 .column.grapes {
  background: transparent url(grapes.webp) no-repeat right center;
  background-size: cover;
} 
.row-2 .column.vines {
  background: transparent url(vines.webp) no-repeat right center;
  background-size: cover;
}
.row-2 .column:last-child {
  padding: 110px 20% 110px 7%;
  background: transparent url(half-shears.svg) no-repeat right center;
  background-size: auto 95%;
}
.row-3 {
  padding: 100px 13% 100px 13%;
  background: transparent url(sheep.webp) no-repeat center center;
  background-size: cover;
}
#bottle {
  max-width: 190px;
}


footer {
   background: var(--clr-tan);

  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: flex;
  flex-direction: row;;
  padding: 40px 13% 60px 10%;
}

footer .columns {
  column-gap: 30px;
  width: 100%;
}
footer .column {
  align-content: flex-end;
}

footer img.logo {
  max-width: 155px;
  margin: 0; 
}


footer a, 
footer a:visited {
  color: var(--clr-darkbrown);
  text-decoration:none;
}
footer a:hover, 
footer a:active  {
  text-decoration:underline;
}
footer .col-1,
footer .col-2,
footer .col-3 {
   flex: 1 1;
}

footer .col-2 {
}





@media only screen and (max-width: 1140px), screen and (max-device-width: 1140px) {
  .column:first-child,
  .column:last-child {
    flex-basis: 50%;
  }
}







@media only screen and (max-width: 780px), screen and (max-device-width: 780px) {
   body { 


   }
   #logo { margin-bottom: 50px; }
   #text { margin-bottom: 50px; }
   h1 {
   font-size: 1.6em;
   }

  h2 {
    font-size: 1.5em;
    line-height: 1.8;
    margin-bottom: 25px;

  }
  h3 {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  #mini-shears {
    width: 30px;
    margin-bottom: 15px;
  }
  img.logo {
    width: 170px;
    margin-bottom: 15px;
  }

  .columns {
    display: block;
  }
  .column:first-child,
  .column:last-child {
    flex-basis: 100%;
  }
  .row-1 .column:first-child {
    padding: 30px 45px 30px 45px;
  }
  .row-2 .column:last-child {
    padding: 55px 45px 35px 45px;
  }
  .row-1 .column.grapes,
  .row-2 .column.vines {
    height:  124vw;
  } 
  .row-3 {
    text-align: center;
    padding: 20px 0 ;
  }
  #bottle {
    max-width: 115px;
  }
  footer {
    padding: 40px 70px 60px 70px;
  }
  footer img.logo {
    margin: 0 auto 30px;
  }
  footer .col-1 {
    text-align: center;
  }
  footer .col-2 {
    padding-bottom: 30px;
  }
   footer span {
    display: block;
    width: 100%;
   }

}
