*{
box-sizing: border-box;
}
h1{margin: 0;
    font-size: 4.5em;
}

h2{font-size: 2.8rem;
    margin: 0;
}

h3{margin: 0;
    font-size: 1.8rem;
}

h4, { font-size: 1.3rem;}

p { font-size: 1.3rem;
    font-weight: 500;}


figcaption{font-size: 1.8em;
            line-height: 1;
}

img{
        max-inline-size:100%;
        object-fit: cover;
    object-position: center;}

header, nav, main{font-family: 'Sulphur Point', sans-serif;}

.scriptfont{
    font-family: 'Sacramento', cursive;
    text-align: right;
    padding-right: 5%;
    font-weight: 300;}


header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #330000;
    background-color:#CCCC99;
    border-bottom: 8px solid #660000;
    text-align: center; 
}
#visit1{
    color: #CCCC99;
    background-color: #666600;
    line-height:3em;
    padding: .3em 2em;
    margin: 1.5em;
    letter-spacing: .1em;}

nav{
    background-color: #ffffff; 
    }

nav ul{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content:center;
    column-gap: 5%;
     list-style-image: none;
}
nav li{
    display: inline; 
    font-size: 1.5em;
    font-weight: 1000;
    letter-spacing: .1em;
}

nav a{
        color:#660000;
        text-decoration: none;
}

#home{
    background-image:  url(images/Vineyard_Wine_Bottle_Image.jpg) ;
    color: #ffffff;
    padding: 12%;
    background-size:cover;
    background-repeat: no-repeat;
    border-bottom: 8px solid #ffffff;
    letter-spacing: .2em;
}

#home h1{
    margin-bottom: 1em
}
#shopnow{
    background-color: #660000;
    color: #cccc99;
    width: 225px;
    text-align: center;
    padding: .3em 1em;
    margin-top: 1em;
}
#sec1{background-color: #330000;
    color: #ffffff;
    padding: 2%;
     letter-spacing: .1em;

}
#sec1 h3{color:#cccc99;
    }
#sec1 figcaption{line-height:1.1em;
                padding-top: 2%;
}

#flex{display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    column-gap: 8%;
    padding-bottom: 2%
}

#sec1 h4{margin-top: 0; }

.centeralign{ text-align: center;}

#sec2{color: #660000;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 18%;
    text-align: center;
    letter-spacing: .2em;
    padding: 1em;

}
#sec2 h1{
    font-size: 5em;
    line-height: 1;
    border-bottom: solid 2px gray;
}
#vineyards{
    background-color: #ffffcc;
    color: #000000;
    letter-spacing: .1em;
    padding: 3% 12%;
    display: grid;
    justify-content: space-between;
    grid-gap: 1%;
    grid-template-columns: 50% 50%;
    grid-template-areas: "image1 text"
                        "subgrid text" ;
}
#text{grid-area: text;}

#text h1{font-size: 3.5em;}


#image1{
    grid-area: image1;
    object-fit: cover;
}



#subgrid{grid-area: subgrid;
        //border: black solid;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: auto;

}

#image2, #image3, #image4{     object-fit: cover;}


/**
#grid1{
    margin: 0 10%;
    display: grid;
    grid-template-columns: 17% 17% 17% 49%;
    grid-template-rows: auto;
    grid-template-areas: "image1 image1 image1 text"
                        "image2 image3 image4 text" ;
}
#text{grid-area: text;}

#text h1{font-size: 3.5em;}

#image1{
    grid-area: image1;
    width: 75.5vh; 
    height: 60vh;
}
#image2{
    grid-area: image2;
    width: 23vh; 
    height: 24vh;
}

#image3{
    grid-area: image3;
    width: 23vh; 
    height: 24vh;
}

#image4{
    grid-area: image4;
    width: 23vh; 
    height: 24vh;
}

**/

#text h1{
    color: #660000;
    margin-bottom: 8%;
    line-height: 1;
}

#sec3{margin:0;
    padding: 2%;
    background-color: #cccc99;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;  
}

#visit2{
    color: #ffffcc;
    background-color: #666600;
    padding: .3em 1em;
    margin: 1.5em;
    letter-spacing: .05em;}
}

#sec3 h3{
    //font-weight: bold;
    font-size: 2em;
    margin: 0;
}

#sec3 h1{
    font-size: 2.3em;
    
}

#wineshop{
    background-color: #ffffff;
    padding-top: 2em;
    text-align: center;
}

#wineshop h1{
    font-size: 3.8em;
    letter-spacing: .03em;
}
#wineshop h3{
    letter-spacing: .1em;
}
#wineshop p{padding: 0 25% 0 25%;
        text-align: justify;
        letter-spacing: .03em;
}

#wineimages{
    padding: 2% 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 3%;
}

#wineshop img{
    border: 5px solid #660000;
    width: 27.5vh;
    height: 50vh;
}

#wineshop figcaption{ 
    color: #660000;
    font-size: 1.3em; 
    letter-spacing: normal;
}

#restaurant{
    background-image: url(images/wine_food_landscape.jpg);
    background-size:100%;
    padding: 2% 12%;    
}
#restaurant h1{
    color: #ffffff;
    line-height: 1;
    letter-spacing: .05em;

}
#reserve{
    background-color: #ffffcc;
    color: #660000;
    width: 255px;
    margin-top: 1em;
    text-align: center;
    padding: 1%;
    letter-spacing: .03em;
}

#sec4{
    background-color: #ffffff;
    padding-top: 2em;
}


#grid2{
    margin: 0 12%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr 1fr;
    grid-gap: 1% 1%;
    grid-template-areas: "header header header"
                        "text2 text2 image5"
                        "image6 image7 image8" 
                        "symbles symbles symbles";
}

#header {grid-area: header;
        font-size: 2.5em;
        margin-bottom: 0;
        letter-spacing: .03em;
        word-spacing: .5em;
}

#text2{grid-area: text2;
        margin: 0;
        text-align: justify;
        letter-spacing: .03em;
}
#image5{grid-area: image5;}
#image6{grid-area: image6;}
#image7{grid-area: image7;}
#image8{grid-area: image8;}
    
#grid2 img{object-position: center;
    width: 350px;
    height: 330px;}

#symbles{
    grid-area: symbles;
    padding: 5% 0 2% 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    color: #666600;
    justify-content: center;
    text-align: center;
}
#symbles img{
    background-color: #666600;
    color: beige;
    padding: 10%;
    width: 150px;
    height: 150px;
}
#contact{
    padding-top: 2%;
    background-color: #330000;
    color: #cccc99;
    border-bottom: 8px solid #cccc99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10%;
    text-align: center;
}
#contact h2{
    color:#ffffcc;
    line-height: 1;
    letter-spacing: .05em;
}

#contact h4{
    font-size: 1.5em;
    font-weight: 500;
    margin-top: .5em;
}

footer{
    padding: .5%;
    background-color: #660000;
    color: #cccc99;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    column-gap: 2%;
}

footer img{
    margin: 2px;
}

footer h2{
    font-weight: 100;
}

.maroon{
        color: #660000;
}
dt{    color:#cccc99;}

.olive{color:#666600;}

/**

shoshi mandle 029951291

home- bakcground image is cut on bottom
#restaurant- improve image location
improve responseivness of images grid 1, align bottom
**/