html, body {
    height: 100%;
}

.wrapper, .container {
    height: 100%;
}
.app-container {
    display: table;
    background: #f4fffc;
    padding: 0;
    box-shadow: 1px -2px 10px 3px grey; 
}
.menu-container {
    min-height: 1000px;
    min-height: -webkit-fill-available; /* fallback */
}
.logo {
    border-radius: 5px;
    box-shadow: 5px 5px 5px gray;
    width: 350px;
}
.app-title {
background: url(images/math.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.app-title-item {
    color: #59bff2;
    padding: 20px;
    margin-bottom: 40px;
}
.app-navbar {
    position: sticky;
    top: 0px;
    box-shadow: 0px 4px 6px grey;
    z-index: 20;
    border: 3px solid #59bff2;
}
.nav-link {
    color: #59bff2;
}
.nav-link-left {
    width: 30%;
}
.nav-link-right {
    width: 70%;
}
.nav-link:hover {
    background-color: #59bff2;
    color: white;
    text-decoration: none;
}
.my-image {
    text-align: center;
    z-index: 1
}
.home-menus-row {
    justify-content: center;
}
.button {
    background: #59bff2;
    color: #f4fffc;
    padding: 10px;
    border: none;
    width: 270px;
    font-weight: bold;
    transition: transform 1s ease-in-out;
}
.cart-button {
    width: 90%;
    margin-bottom: 10px;
}
.menu-left-buttons:hover, .menu-right-buttons:hover, .technologies-used img:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
    text-decoration: none;
    color: #f4fffc;
}
.button:hover {
    color: black;
}
.active {
    background-color: #59bff2;
    color: #f4fffc;
}
.menu-left-buttons {
    border-top-left-radius: 97px;
    border-bottom-left-radius: 97px;
    text-align: left;
    margin-right: -43px;
    padding-left: 20px;
}
.menu-right-buttons {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
    text-align: right;
    margin-left: -43px;
    padding-right: 20px;
}
.app-menu-sides {
    margin-top: 42px;
}
.app-menu-item {
    height: 74px;
}
.primary-heading{
    background-color: #59bff2;
    color: #f4fffc;
    padding: 10px;
    margin-top: 40px;
}
.secondary-heading {
    color: #59bff2;
    border: 1px solid #59bff2;
    padding: 5px 10px;
}
.text-styles {
    color: #59bff2;
    font-weight: bold;
    text-decoration: underline;
    font-size: 20px;
}
.steps-text {
    width: 100%;
    margin-left: 0px;
    text-align: center;
    border-radius: 15px;
}
.steps-text:hover {
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Safari 3-8 */
    transform: none; 
    text-decoration: none;
}
.stepsGif {
    vertical-align: middle;
    border-style: none;
    border-radius: 15px;
    opacity: 0.1;
    z-index: 10;
}
.animate-text {
    opacity: 0.1;
}
.target:target::before {
    content: "";
    display: block;
    height: 30px; /* fixed header height*/
    margin: -30px 0 0; /* negative fixed header height */
}
.product-container {
    text-align: center;
}
.product-search {
    margin: 80px auto 20px;
    width: 60%;
    border: 2px solid #59bff2;
    padding: 10px;
    border-radius: 25px;
    background: white;
}
.product-search input {
    width: 94%;
    border: none;
    outline: none;
}
.product-container-buttons-div {
    margin-bottom: 18%;
}
.product-container-recipe-buttons-div {
    margin-bottom: 0%;
}
.product-recipe-search {
    margin-top: 45px;
    padding: 0;
}
.product-recipe-search input {
    height: 40px;
    border-radius: 10px;
}
.product-recipe-search:hover, .product-recipe-search input:hover {
    background: #f8f9fa;
}
.top-rated-recipes {
    padding: 30px;
    padding: 30px;
    margin: 10px;
    border: 2px solid #59bff2;
    border-radius: 5px;
}
.more {
    padding-left: 32px;
}

.recipe .results {
    margin: 25px;
}

.recipe .results ul {
    list-style: none;
}

.hide {
    display: none;
}

.recipe-img {
    text-align: center;
}

.recipe-img img {
    width: 250px;
}

.recipe-title {
    display: block;
    text-align: center;
}
.store-sale-images img{
    border: 2px solid #59bff2;
    height: 210px;
}
.store-sale-images img:hover {
    box-shadow: 5px 5px 5px gray;
}
.store-hot-images {
    padding: 20px 0;
    background: #59bff2;
    margin: 0px;
}
.hot-offer-list {
    border: 4px double gray;
    text-align: center;
    background: #f4fffc;
    width: 23%;
    display: inline-block;
    margin: 10px;
}
.map-image {
    width: 818px;
    margin: auto;
    position: relative;
}
.here-image img {
    width: 150px;
    position: absolute;
    top: -56px;
    left: 309px;
}
.here-image label {
    width: 114px;
    position: absolute;
    top: 101px;
    left: 329px;
    background: darkred;
    color: white;
    border-radius: 5px;
}
.here-image-recipe img {
    width: 150px;
    position: absolute;
    top: -93px;
    left: 322px;
}
.here-image-recipe label {
    width: 114px;
    position: absolute;
    top: 62px;
    left: 338px;
    background: darkred;
    color: white;
    border-radius: 5px;
}
.arrow-image img {
    position: absolute;
    top: 261px;
    width: 100px;
    right: 142px;
}
.arrow-image1 img {
    position: absolute;
    top: 162px;
    width: 80px;
    right: 215px;
}
.arrow-image2 img {
    position: absolute;
    top: 133px;
    width: 80px;
    right: 371px;
}
.arrow-image3 img {
    position: absolute;
    top: 133px;
    width: 80px;
    right: 313px;
}
.home-mobile {
    display: none;
}
.home-desktop {
    display: flex;
}
.nav-desktop {
    display: block;
}
.profilePicture {
    border-radius: 25px;
}
.displayLogin {
    text-transform: capitalize;
}
.bioList {
    list-style: none;
    padding: 0;
    margin: 2% 20%;
} 
.bioList li {
    padding: 10px;
    border-bottom: 1px dotted #59bff2;
}
.bioList li span {
    text-transform: capitalize;
    color: #59bff2;
    float: right;
}
.profileImg {
    display: block;
    margin: 20px auto;
    border: 10px double #59bff2;
    width: 200px;
}
.pagination {
    border: 2px solid #59bff2;
}
.pagination li:last-child {
    border:none;
}
.pagination li{ 
    display: inline-block;
    border-right: 2px solid #59bff2;
}
@media (max-width: 768px) {
    .home-mobile {
        display: block;
    }
    .home-desktop {
        display: none;
    }
    .my-image{
        margin-bottom: 30px;
    }
    .app-menu-item {
        text-align: center;
    }
    .app-menu-item a {
        border-radius: 15px;
        width: 300px;
    }
    .nav-desktop {
        display: none;
    }
    .product-search, .product-search input {
        width: 88%;
    }
    .map-image {
        top: 48px;
    }
    .map-image > img {
        width: 350px;
    }
    .here-image img {
        width: 122px;
        position: absolute;
        top: -83px;
        left: 103px;
    }
    .here-image label {
        width: 96px;
        position: absolute;
        top: 47px;
        left: 133px;
        background: darkred;
        color: white;
        border-radius: 5px;
    }
    .arrow-image img {
        position: absolute;
        top: 100px;
        width: 45px;
        right: 58px;
    }
    .map-image{
        width: 350px;
    }
    .here-image-recipe img {
        width: 122px;
        position: absolute;
        top: -83px;
        left: 105px;
    }
    .here-image-recipe label {
        width: 96px;
        position: absolute;
        top: 47px;
        left: 133px;
        background: darkred;
        color: white;
        border-radius: 5px;
    }
    .arrow-image1 img {
        position: absolute;
        top: 103px;
        width: 50px;
        right: 51px;
    }
    .arrow-image2 img {
        position: absolute;
        top: 100px;
        width: 50px;
        right: 100px;
    }
    .arrow-image3 img {
        position: absolute;
        top: 100px;
        width: 50px;
        right: 147px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .app-container {
        max-width: 100%;
    }
    .menu-container {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .app-container {
        max-width: 100%;
    }
    .menu-container {
        max-width: 100%;
    }
}
