/*
Red:
  #ee3b36
  rgba(238, 59, 54, ?)
*/

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../ato-sushi-assets/img/top.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

#mainNav {
  min-height: 3.5rem;
  background-color: #000;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #fff;
  border: 1px solid #ee3b36;
}

#atoMenuLogo {
  height: 50px;
}

.masthead .arrow-down svg {
  color: rgba(238, 59, 54, 0.7);
  padding-top: 2.5rem;
  font-size: 2.5rem;
}

.data-section h5 {
  padding-top: 2rem;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ee3b36;
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink .nav-link:hover {
    color: #ee3b36;
  }

  #mainNav.navbar-shrink .nav-link:active {
    color: #ee3b36;
  }

  #mainNav.navbar-shrink .nav-link.active {
    color: #ee3b36;
    outline: none;
    border-bottom: 0.25rem solid #ee3b36;
  }

  .about-section .img-fluid {
    max-width: 65%;
    height: auto;
  }
}





.onlinemenu-nav {
  font-size: 0.7em;
}

.about-section {
  margin-bottom: 3rem;
}

.menu-content {
  line-height: 2;
}

.menu-content .onlinemenu {
  font-weight: bold;
}

#map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.data-section .data {
  margin-top: 5rem;
  margin-bottom: 5rem;
}








.signup-section {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 75%, #000 100%), url("../ato-sushi-assets/img/bottom.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .social {
  margin-top: 5rem;
}

.signup-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(150, 150, 150, 0.5);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.9);
}

.signup-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.signup-section .social a:active {
  color: #fff;
}