:root {
  --main-blue: #2f0578;
  --hover-blue: #5d00ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  background-color: var(--main-blue);
}

.container {
  max-width: 1200px;
}

.navbar-container.container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navlink {
  color: #fff;
  font-size: 16px;
}

.navlink:hover {
  background-color: var(--hover-blue);
}

.home-container.container {
  height: 90vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.home-heading {
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 4px rgba(0, 0, 0, .4);
  margin-top: 10px;
  font-size: 42px;
  line-height: 60px;
}

.hero {
  background-image: url('../images/home-image.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.primary-button {
  background-color: var(--main-blue);
  text-align: center;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 22px;
}

.primary-button:hover {
  background-color: var(--hover-blue);
}

.hero-button.primary-button {
  margin-left: 5px;
  margin-right: 5px;
}

.login-container.container {
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  min-width: 500px;
  margin-bottom: 0;
  padding: 16px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}

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

.login-button-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.search-button-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-form {
  max-width: 600px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.search-results-container.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.search-result-main-heading {
  text-align: center;
  margin-bottom: 20px;
}

.search-results-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.search-result-block {
  margin-bottom: 20px;
  padding: 16px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.search-block-button.primary-button {
  margin-right: 6px;
}

.search-block-image {
  width: 100%;
  height: 220px;
  background-image: url('../images/pexels-photo-674681.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
  display: block;
}

.leave-review-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.lr-select-heading {
  text-align: center;
}

.lr-button-wrapper {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lr-select-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.lr-select-input {
  background-color: #fff;
  margin-bottom: 3px;
}

.star-icon {
  width: 30px;
  margin-left: 1px;
  margin-right: 1px;
  display: inline-block;
}

.lr-subheading {
  margin-bottom: 4px;
}

.lr-add-restaurant-link {
  color: var(--main-blue);
}

.lr-add-restaurant-link:hover {
  color: var(--hover-blue);
}

.ar-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.ar-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.ar-button-wrap {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rv-main-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.rv-img {
  height: 350px;
  background-image: url('../images/pexels-photo-674681.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rv-data {
  padding: 16px;
}

.rv-button.primary-button {
  margin-right: 6px;
}

.rv-richtext {
  margin-bottom: 10px;
}

.mr-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.mr-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.mr-button-wrap {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.standard-error {
    text-align: center;
    color: red;
    margin-top: 20px;
    font-weight: bold;
}
