
.menuitem {
    font-family: 'PT Sans', sans-serif;
    color: #D7A550;
    text-transform: uppercase;
    font-size: 1.75vw;
    max-height: 22px;
    max-width: 200px;
    text-align: center;
    margin-left: 1vw;
    margin-right: 1vw;
    width: 100%;
    text-decoration: none;
}

.imagelink {
    max-width: 510px;
    width: 100%;
    height: auto;
    z-index: 2;
}

.imagelink:hover {
    border-radius: 179px;
}

.imagelink:hover {
    border-radius: 10%;
    transition: transform .5sec;
    transform: scale3d(110%, 110%, 110%);
}

.paragraph {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 0PX;
}

.imagelink2 {
    max-width: 510px;
    margin-left: 1vw;
    margin-right: 1vw;
    width: 100%;
    height: auto;
}

.imagelink3 {
    max-width: 350px;
}

.imgdescr {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-align: justify;
    width: auto;
    max-width: 350px;
    height: auto;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0;
}

.image-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.regionname {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 40px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    color: #fff;
    margin: 0 25px -5vw;
    text-shadow: 1px 1px 10px #000;
    z-index: 24;
    text-decoration: none;
}

.imglinklink2 {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-left: 25px;
    margin-right: 25px;
}

.heading2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 40px;
}

.heading3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 40px;
    color: #d7a550;

}

.h1 {
    color: #D7A550;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 17px;
}

.linktext {
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    color: #D7A550;
    text-align: center;
}

.map {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border: 1px solid #000000;
    margin-bottom: 10px;
}

.section1 {
    display: flex;
    margin: 23px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

.adress {
    color: #D7A550;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.paragraph-left {
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.adress-center {
    text-align: center;
}

.h3-center {
    text-align: center;
    margin-bottom: 4vw;
    padding-bottom: auto;
}

.shopitem {
    max-width: 300px;
    width: 100%;
    height: auto;
    z-index: 3;
}

.shopnow {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: inline-flex;
    font-size: 40px;
    max-width: 300px;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shopitem:hover {
    box-shadow: 0px 0px 19px -6px #000;
    opacity: 70%;
    border-radius: 192px;
    transition: all,.05s;
}

.shopnow:hover {
    color: #000;
    transition: all .02s;
}

.mapsection {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    flex-direction: column;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 50px;
}

.wineries-grid-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    width: auto;
    height: auto;
}

.dropdown-content a:hover {
    background-color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover button {
    background-color: #3e8e41;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    color: #D7a550;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    padding: 5px;
}

.menubutton {
    text-decoration: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
    z-index: 3;
}

.dropdown-menu-content {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    color: #D7a550;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: black;
    padding: 5px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 3;
    flex-direction: column;
    background-color: #000;
}

.dropdown-menu a {
    color: #D7a550;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    padding: 5px;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

@media only screen and (max-width:767px) {
    menu {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .dropdown {
        display: none;
    }
}

.menuitem-dropdown {
}

.menu {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4vw;
    align-items: center;
    max-width: 800px;
    justify-content: space-evenly;
    min-width: 500px;
}

@media only screen and (max-width:767px) {
    .menu {
        display: none;
    }
}

.mainimgmenu {
    display: flex;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 36px;
}

@media only screen and (max-width:767px) {
    .mainimgmenu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .imagelink {
        margin: 5px auto;
    }
}

.logo-main {
    width: 100%;
    height: 100%;
    margin-left: 4vw;
    max-width: 300px;
    z-index: 500;
    max-height: 300px;
}

@media only screen and (max-width:767px) {
    .logo-main {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    .imagelink2 {
        margin-left: auto;
        margin-right: auto;
        object-fit: cover;
        overflow: hidden;
        width: auto;
    }
}

.article-section {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
}

.article-heading {
   	display: grid;
 	align-items: center; 
 	grid-template-columns: 1fr 1fr 1fr;
 	column-gap: 5px;
}

.article-image {
  	max-width: 100%;
  	max-height:100%;
}

.grid-wineries {
    max-width: 1500px;
    justify-content: center;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
    margin-right: 2vw;
    margin-left: 2vw;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    grid-gap: 2vw;
}

@media only screen and (max-width:767px) {
    .grid-wineries {
        grid-template-columns: auto;
    }
}

body {
    padding: 0px; 
    margin: 0; 
}

/* not used
.page-container {
  position: relative;
  min-height: 100vh;
}
*/

.main-container {
 	min-height: 100vh;
  	overflow: hidden;
  	display: block;
  	position: relative;
  	padding-bottom: 4.0rem;
}

/* forces the footer to the bottom of the page*/
.content-wrap {
	min-height: 100vh;
	padding-bottom: 4.0rem;
}

footer {
    background-color: #000;
    height: 4.0rem; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    position: relative; 
    bottom: 0; 
    left: 0; 
    width: 100%;
}


p {
    font-size:20px;
    text-align: justify;
    margin-left: 4%;
    margin-right: 4%;
}
h2 {
    margin-left: 4%;
}