@font-face {
  font-family:Aller {
    src: url("../fonts/AllerDisplay.ttf");
  }
}

body {
  font-size: 20px;
  color: black;
  background-image: url("background1.png");
  background-size: cover;
  background-attachment: fixed;
  background-opacity: 0.5;
}

header {
  border-bottom: 3px solid black;
  background-color: #FFFFFF;
}

.info {
  padding-left: 15px;
  padding-right: 15px;
}

.top-menu {
  background-color: #FFFFFF;
  width: 50%;
  overflow: auto;
  display: block;
  margin: auto;
  position: relative;
}

.logo {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo img {
  max-width: 210px;
}

.menu-toggle {
  display: none;
  padding: 10px;
  border-radius: 5px;
  height: 50px;
  width: 65px;
  background-color: #6493A2;
  border: 1px solid #FFFFFF;
  float: right;
  margin-top: 20px;
  cursor: pointer;
}

.stripe {
  height: 2px;
  width: 90%;
  padding: 2px;
  display: block;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 1px;
  background-color: #FFFFFF;
}

.top-menu ul {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-top: -79px;
}

.top-menu li {
  float: right;
  /* padding: 20px; */
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 42px;
  margin-bottom: 34px;
  display: block;
  border-bottom: 5px solid white;
}

.top-menu a {
  color: #000000;
  font-size: 28px;
  font-weight: 800;
}

.top-menu a:hover {
  text-decoration: none;
}

.top-menu li:hover {
  border-bottom: 5px solid black;
}

.info-wrap {
  width: 62%;
  position: absolute;
  right: 0;
}

.openinghours {
  color: #000000;
  margin-top: 20px;
  float: left;
  display: inline-block;
  margin-right: 20px;
}

.openinghours p {
  font-weight: 800;
  margin: 0;
  float: left;
}

.openinghours i {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  color: #6493A2;
}

.phone {
  float: left;
  margin-top: 20px;
}

.phone p {
  font-weight: 800;
  letter-spacing: 2px;
  color: #000000;
  margin: 0;
  float: left;
}

.phone i {
  color: #6493A2;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.info p {
  padding: 50px;
  border: 1px solid rgba(103, 103, 103, 0.54);
  box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.74);
  color: white;
  background-color: #6493A2;
  font-size: 29px;
  text-align: center;
  font-weight: 800;
  border-radius: 15px;
  margin: 0;
  text-shadow: 0px 0px 5px #525252;
}

.info {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15px;
}

.item-wrap overflow:hidden {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 #e5e5e5;
  border: 1px 1px 1px 1px #e5e5e5;
}

.item {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.slide-text {
  position: absolute;
  bottom: 0;
  background-color: #6493A2;
  border-top-right-radius: 30px;
}

.slide-text p {
  font-size: 30px;
  font-weight: 800;
  padding: 30px;
  color: white;
  font-family: "open sans";
  text-shadow: 0px 0px 5px #525252;
}

.item img {
  border-left: 1px solid rgba(103, 103, 103, 0.54);
  border-right: 1px solid rgba(103, 103, 103, 0.54);
  border-bottom: 1px solid rgba(103, 103, 103, 0.54);
  box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.74);
}

#homeimg {
  position: relative;
}

#homeimg:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

#homeimg p {
  color: white;
  position: absolute;
  bottom: 0px;
  padding: 20px;
  margin: 0;
  font-family: "open sans";
  font-weight: 900;
  background-color: #6493A2;
  border-top-right-radius: 32px;
  text-shadow: 0px 0px 2px black;
}

#homeimg img {
  width: 100%;
  display: block;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.item-wrap {
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.74);
  border: 1px solid rgba(103, 103, 103, 0.54);
}

#menu {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}

.menu-header {
  background-color: #FFFFFF;
  background-image: url("img/wood-background.jpg");
  background-size: cover;
  height: 130px;
  border-radius: 15px;
  border: 1px solid rgba(103, 103, 103, 0.54);
  box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.74);
}

.menu-header h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  padding-top: 20px;
}

#menu i {
  position: absolute;
  color: black;
  background-color: white;
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 55px;
  font-size: 60px;
  border: 3px solid #6493A2;
  left: 46%;
}

#menu i:hover {
  color: #6493A2;
}

.menu {
  padding-top: 55px;
  background-color: #1E2221;
}

.menu ul {
  list-style: none;
  padding: 0;
}

.menu li:last-child {
  padding-bottom: 20px;
}

#menu-section {
  text-decoration: underline;
}

#menu-image:hover {
  cursor: pointer;
}

.menu p {
  font-weight: 300;
  font-size: 18px;
  font-family: cursive;
  color: #A7A7A7;
  margin: 0 0 10px;
}

.meny-section ul {
  background-color: #6493A2;
  color: white;
  padding: 20px;
  list-style: none;
}

.meny-section li {
  border-bottom: 1px solid white;
}

.meny-section .small {
  font-size: 14px;
  font-family: cursive;
}

.meny-section h2 {
  font-weight: 900;
  font-family: sans-serif;
  color: #6493A2;
}

.meny-section .price {
  float: right;
}

footer {
  border-top: 3px solid black;
  margin-top: 100px;
  width: 100%;
  display: table;
  background-color: #FFFFFF;
}

.contact {
  width: 50%;
  display: table;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.contact-text {
  float: left;
  width: 40%;
}

.contact-map {
  float: right;
}

.contact p {
  color: #000000;
}

.contact i {
  color: #000000;
  float: left;
  margin-right: 10px;
}

.footer-links {
  color: #000000;
  display: inline-block;
  position: absolute;
  bottom: 100px;
  left: -50px;
}

.footer-links li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-links a {
  color: #000000;
}

.contact iframe {
  float: right;
  box-shadow: 0px 0px 6px rgba(51, 51, 51, 0.74);
}

@media (max-width: 1400px) {
  .contact {
    width: 90%;
  }
  .top-menu {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .logo {
    float: none;
  }
  #homeimg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .top-menu ul {
    position: initial;
    display: none;
  }
  .top-menu li {
    float: none;
  }
  .menu-toggle {
    display: block;
  }
  .info-wrap {
    position: initial;
    width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
  }
  .slide-text p {
    font-size: 100%;
  }
  #menu {
    margin-bottom: 50px;
  }
  #menu i {
    left: 37%;
  }
}

@media (max-width: 870px) {
  .contact-text {
    float: none;
    width: 50%;
    display: block;
    margin: auto;
  }
  .footer-links {
    position: initial;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .contact-map {
    float: none;
  }
  .contact-map iframe {
    width: 100%;
  }
}
