* {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: 400ms !important;
  -o-transition: 400ms !important;
  transition: 400ms !important;
}

a:hover {
  opacity: .6;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
}

.row {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 10px;
  background: url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.row.top {
  height: 100vh;
  background: url("../img/img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

img {
  width: 90%;
  height: auto;
  max-width: 300px;
}

.copyblock {
  padding: 40px 0;
  text-align: center;
  max-width: 90%;
  width: 500px;
  color: #cbcfce;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.opentable--link {
  width: 142px;
  padding-top: 50px;
  max-width: 60%;
  height: auto;
}

.opentable--link > img {
  max-width: none;
  width: 100%;
  height: auto;
}

footer {
  z-index: 6;
  background-color: #cbcfce;
  width: 100%;
  padding: 20px 14px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  flex-flow: row wrap;
  color: white;
}

footer a {
  color: white;
  text-decoration: none;
}

.container {
  outline: 2px solid #fff;
  outline-offset: -16px;
  z-index: 2;
}

.footer__left {
  display: flex;
  justify-content: center;
}

.footer__left > span {
  margin-right: 5px;
}

.social-links {
  font-weight: normal;
  margin-right: 5px;
}

.tamz-link {
  font-weight: 900;
  font-family: font-family: 'Roboto', sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

@media screen and (max-width: 596px) {
  footer {
    flex-flow: column nowrap;
  }

  .footer__right {
    text-align: center;
    margin-top: 10px;
  }

  .next-level {
    float: left;
    min-width: 100%;
    margin-top: 5px;
  }

  .footer__left {
    flex-flow: column;
    width: 100%;
    text-align: center;
  }

  .phone-number {
    margin-top: 5px;
  }
}