.inknut-antiqua-light {
  font-family: "Inknut Antiqua", serif;
  font-weight: 300;
  font-style: normal;
}

.inknut-antiqua-regular {
  font-family: "Inknut Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}

.inknut-antiqua-medium {
  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  font-style: normal;
}

.inknut-antiqua-semibold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 600;
  font-style: normal;
}

.inknut-antiqua-bold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-style: normal;
}

.inknut-antiqua-extrabold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 800;
  font-style: normal;
}

.inknut-antiqua-black {
  font-family: "Inknut Antiqua", serif;
  font-weight: 900;
  font-style: normal;
}


html {
    color: black;
}

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

body {
    /* background-image: url("/pawns.jpg"); */
    background-color: #EEEEEE;
}

.green-bkgd{
    background-color: #17803a;
    color:white;
    border-radius: 25px;
    font-size: 24px;
    padding: 15px 25px;
}

.main-menu {
    display: flex;
    align-items: flex-start;
}

#menu-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-wrap{
    margin: 0;
    padding: 0;
}

#menu-links, .logo-wrap {
      background-color: #b0b0b0;
}

.menu-item {
    padding: 8px 12px;
    font-size: 18px;
}

a.menu-item {
    color: black;
    text-decoration: none;
}

.main-wrap {
    /* padding: 0 10vw 5vh 10vw; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrap {
    margin: 5vh 10vw;
    width: 80vw;
}

.construction {
    background-color: #CAFFE7;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 25px;
}

h1 {
    font-size: 18px;
    text-align: center;
    margin-top: 0;
}


button.menu-item {

    font-size: 20px;
    font-weight: bold;
    
    background: none;
    color: inherit;
    border: none;

    cursor: pointer;
    outline: inherit;
    text-align: right;
    margin-right: 12px;
}


.product-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product {
    display: flex;
    flex-direction: column;
    width: 75%;
    font-weight: bold;
    border-radius: 15px;
    margin: 15px;
    padding: 15px 5px;
    background-color: white;
    align-items: center;

    border: 1px solid gold;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.view-item {
    background-color: #0fba48;
    color: white;
    border-radius: 15px;
    padding: 3px 8px;
    flex: 0 0 50px;
    width: 150px;
    font-size: 18px;
    border-color: #d9c129;
}

.mr-med {
    margin-left: 25px;
}

.shopping-text {
    width: 100%;
    text-align: center;
    font-weight: bold;
}


    .search-form input {
	padding: 3px;
    }
    .search-form button {
	border: 1px solid black;
	height: 30px;
	width: 30px;
    }

/* Tablet & desktop */
@media(min-width:576px) {
    html {
    font-size: 14px;
    }

    .desktop-hidden{
	display: none !important;
    }

    .logo-wrap {
	height: 100px;
	width: 100px;
	flex-grow: 0;
	padding: 8px;
	border-radius: 4px;
    }

    .logo-wrap img {
	width: 100px;
	background-color: white;
    }

    h1 {
    font-size: 34px;
    text-align: left;
    }

    .menu-separator {
            border-left: 1px solid black; /* Creates a 1px solid black line at the left */
            height: 25px; /* Adjust height as needed */
	    margin: 5px 0;
        display: inline-block; /* Or use float/flexbox for positioning */
    }

    #menu-links {
        width: 100%;
	border-bottom-left-radius: 15px;
    }

    .product-list {
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
    }

    .product {
	margin: 15px 25px;
	flex-grow: 0;
    }
    
#features-list {
    width: 50%;
    padding-left: 28%;
}

}

/* Mobile only */
@media(max-width: 575px) {
    .mobile-hidden {
	display: none !important;
    }

    #menu-links {
	/* display: flex; */
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	max-width: 50vw;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
    }

    .menu-separator {
        border-bottom: 1px solid black; /* Creates a 1px solid black line at the left */
        width: 100%; /* Adjust height as needed */
	margin: 5px 0;
	display: inline-block; /* Or use float/flexbox for positioning */
    }
    
    .main-menu {
	justify-content: center;
	padding-top: 20px;
    }

    .logo-wrap img {
	height: 110px;
	width: 110px;
    }
    
    .logo-wrap {
	background-color: unset;
    }

    #menu-button {
	position: absolute;
	top: 5px;
	right: 5px;
    }

    #features-list {
	padding-left: 15px;
    }

    #features-list li {
	margin: 10px 0;
    }

    .search-form {
	display: flex;
	justify-content: center;
    }

    .search-form input {
	width: 70%;
	padding: 3px;
    }
    .search-form button {
	margin-left: 20px;
	padding: 5px;
	border: 1px solid black;
    }

}
