/* roboto-condensed-300 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v19-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/roboto-condensed-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/roboto-condensed-v19-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/roboto-condensed-v19-latin-300.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/roboto-condensed-v19-latin-300.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/roboto-condensed-v19-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/roboto-condensed-v19-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/roboto-condensed-v19-latin-regular.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/roboto-condensed-v19-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/roboto-condensed-v19-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/roboto-condensed-v19-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */
    url("../fonts/roboto-condensed-v19-latin-700.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/roboto-condensed-v19-latin-700.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}

* {
  font-family: "Roboto Condensed", sans-serif;
}

html {
  background-image: linear-gradient(to right, #696969, #3a3a3a);
  background-image: "imgAndOther/MenuExtension.png";
}

nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-buttons {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.logo {
  margin: 0;
  z-index: 50;
  width: 75%;
  height: 75%;
  border-radius: 8px;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button {
  text-decoration: none;
  color: black;
  font-size: 22px;
  padding: 0.6rem;
  margin: 0.5rem;
  border-radius: 16px;
  background-image: linear-gradient(#ffc803, #ffdd61);
  border: solid 0.2rem transparent;
}

.button:hover {
  filter: brightness(80%);
}

.button-active {
  border-style: solid inset solid solid;
  border-top-color: #cca000;
  border-left-color: #cca000;
  border-right-color: #8d6e00;
  border-bottom-color: #8d6e00;
}

p {
  font-size: 20px;
  color: #fff9e9;
  margin: 0.5rem 0;
}

li {
  font-size: 18px;
  color: #fff9e9;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3.5rem;
}

.order-cnr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  max-width: 900px;
}

@media only screen and (max-width: 600px) {
  .content {
    width: 100%;
  }

  .content-image {
    width: 100%;
    height: auto;
  }

  .google-map {
    width: 100%;
  }

  .logo {
    width: 100%;
    height: auto;
  }
}

a {
  color: #ffc803;
}

h1 {
  text-align: center;
  font-size: 32px;
  color: #ffc803;
}

h2 {
  text-align: center;
  font-size: 28px;
  color: #ffc803;
}

h3 {
  text-align: center;
  font-size: 24px;
  color: #ffc803;
}

h4 {
  font-size: 22px;
  color: #ffc803;
  margin: 0;
}

.text-center {
  text-align: center;
}

footer {
  height: 3.2rem;
  width: 100%;
  background-image: linear-gradient(#ffc803bc, #ffc803);
  background-position: 0% 0%;
  position: fixed;
  bottom: 0pt;
  left: 0pt;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

footer>* {
  padding: 0.5rem;
}