﻿a.buttonlink {
    background: #4793cd;
    border-radius: 6px;
    color: #fff;
    display: flex;
    margin: 8px;
    padding: 6px;
    text-decoration: bold;
    text-align: center;
    width: 120px;
   }

a.buttonlink:hover {
    background: #8dbc01;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.logo {
    display: block;
    margin: 0 50px;
    object-fit: contain;
}

* {
    font-family: 'Poppins';
}

header.home-page-header {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
    padding: 38px;
    width: 100%;
    
}

.img {
  max-width: 100%;
  height: auto;
  display: flex;
}

.food-panel {
    margin: 5.2% 5.8%;
}

.side-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

ul.b-recipes li {
    list-style: none;
    padding: 0px 0 12px 0;
    line-height: 20px;
}

ul.b-recipes li a {
    text-decoration: none;
    color: #666666;
    font-size: 15px;
}

ul.b-recipes li a:hover {
    color: #149eff;
}

ul.b-recipes {
    padding: 0;
    margin-bottom: 0;
}

.food-side-menu {
    /* border: 1px solid #dee4e9;
  border-radius: 5px;
  padding: 20px 28px; */
    width: 240px;
    margin-bottom: 20px;
}

.food-banner {
    border-radius: 5px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.food-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 35px;
    color: #000;
}

.food-content {
    color: #666666;
    font-size: 15px;
    line-height: 25px;
}

.tag-title {
    color: #149eff;
    font-size: 27px;
    margin-top: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}

.tag-content {
    color: #666666;
    font-size: 15px;
}

ul.tag-data li {
    color: #666666;
    padding: 4px 0;
}

ul.tag-data {
    padding-left: 20px;
    margin-top: 25px;
}

.procedure-title {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.procedure-content {
    color: #666666;
    font-size: 15px;
    line-height: 25px;
}

.procedure {
    background-color: #f7f7f7;
    padding: 30px 38px;
    border-radius: 5px;
    border: 1px solid #dee4e9;
    margin-top: 40px;
}

.food-footer {
    background-color: #ffffff;
    width: 80%;
    height: 100%;
    text-align: center;
    color: #000000;
    padding: 10px;
    font-size: 14px;
}

.footer-links {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    padding: 0 7px;
}

.footer-links a:hover {
    color: #149eff;
}

p.copyright {
    margin-bottom: 10;
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
}

.side-menu-panel {
    padding-right: 0;
}

.food-content-panel {
    padding-left: 5px;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button {
    padding: 23px 28px;
}

.accordion-body {
    padding: 0px 28px;
}

/* MEDIA QUERY STARTS HERE */
@media (max-width: 767px) {
    .side-menu-panel {
        padding-left: 0;
    }

    .food-banner {
        height: 200px;
    }

    .food-side-menu {
        width: 100%;
        margin-bottom: 30px;
    }

    .procedure {
        padding: 15px;
    }

    p.food-title {
        font-size: 24px;
    }

    p.tag-title {
        font-size: 20px;
    }
}

@media (min-width: 768px){
    .accordion-button::after {
        background-image: none;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: none;
    }
}

@media (min-width: 768px) and (max-width: 1060px) {
    .food-banner {
        height: 350px;
    }

    .food-side-menu {
        width: 90%;
        padding: 5px;
    }

    .row.food-panel {
        margin: 15px !important;
    }

    p.food-title {
        font-size: 34px;
    }

    .procedure {
        padding: 1px;
    }
 }
    
/*body {
  margin: 0;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
}*/

.header {
  background-color: #ffffff;
  padding: 30px;
  text-align: left;
}

navbar {
  overflow: hidden;
  background-color: #0f0f0f;
}

navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
	}

}
