﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.login-container {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.login-container p {
  margin: 0 5px 0 0;
}

/* Custom CSS */
.container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.pb-3 {
  padding: 0 !important;
}

.active {
  background-color: #FFF;
  border-radius: 1px;
  padding: 8px 24px !important;
  transition: all 0.2s;
}
.active a {
  color: black !important;
}

.active:hover {
  opacity: 0.7;
}

.navbar {
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  width: 40%;
  top: 4em;
  background-color: transparent !important;
  box-shadow: none;
  border: none !important;
  color: #FFF;
  z-index: 1000;
}
.navbar .container {
  flex-direction: row-reverse;
}
.navbar a {
  color: #FFF;
  font-weight: 600;
  transition: all 0.2s;
}
.navbar button {
  color: #FFF;
  font-weight: 600;
  transition: all 0.2s;
  background-color: transparent;
  border: none;
  outline: none;
}

.navbar-nav {
  width: 50% !important;
  justify-content: space-between;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
}

#pt1 {
  height: 100vh;
  background-image: url("../images/pizza.jpg");
  background-size: cover;
}

.hero {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero img {
  width: 400px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -129px auto auto auto;
  top: 50%;
  max-width: 400px;
}
.hero button {
  width: 150px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: -129px auto auto auto;
  bottom: 30%;
  background-color: #FFF;
  padding: 0.7rem;
  outline: none;
  border: none;
  transition: 0.3s all;
  font-weight: 600;
}
.hero button:focus, .hero button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#pt2 {
  height: 75vh;
  background-image: url("https://images.unsplash.com/photo-1543352634-a1c51d9f1fa7?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1650&q=80");
  background-size: cover;
  position: relative;
}

.pt2-box {
  width: 400px;
  text-align: center;
  padding: 30px;
  border: 3px solid black;
  margin: -150px auto auto auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.pt2-box button {
  background-color: #FFF;
  border-radius: 1px;
  padding: 8px 24px !important;
  transition: all 0.2s;
  border: 1px solid black;
  width: 100%;
}
.pt2-box button:hover {
  background-color: rgb(230, 230, 230);
}

#pt3 {
  padding: 11.5em 0;
  width: 80%;
  margin: auto;
  transition: 0.3s all;
}
#pt3 b {
  font-weight: 600;
}
#pt3 center h2 {
  margin-bottom: 2em;
  text-align: center;
}
#pt3 button {
  background-color: #FFF;
  border-radius: 1px;
  padding: 8px 24px !important;
  transition: all 0.2s;
  border: 1px solid black;
  margin: auto;
}
#pt3 button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.pt3-boxes {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  height: auto;
  opacity: 1;
}

.pt3-box {
  text-align: center;
  width: 29%;
  padding: 1em;
  margin: 1em;
}
.pt3-box h3 {
  font-size: 1.3rem;
}
.pt3-box h2, .pt3-box .subheader {
  border-bottom: 3px solid #000;
  line-height: 0.1em;
  margin-bottom: 2rem;
}
.pt3-box h2 span, .pt3-box .subheader span {
  background: #fff;
  padding: 0 5%;
}
.pt3-box .subheader {
  margin-top: 1rem;
}

#nav-menu {
  cursor: pointer;
  font-weight: 600;
}

.menu-content {
  position: absolute;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  padding: 0.5em 2em;
  transition: all 0.3s;
}
.menu-content li {
  cursor: pointer;
}

#hideMenu {
  display: none;
}

.nav-menu-item, #menu-content {
  display: none;
  color: #FFF;
  margin: 0px;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
  padding: 0;
}

.showing {
  opacity: 1;
  width: auto;
  height: auto;
  margin: 5px;
  color: black;
}

.hidden {
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.show {
  padding: 1rem !important;
  height: auto !important;
  opacity: 1 !important;
}

#showMenu {
  display: block;
}

#pt4 {
  height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
}
#pt4 img {
  display: none;
  width: 60px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 51%;
  margin: -100px auto;
}

.map {
  margin: 0 0 0 auto;
  background-image: url("../images/snazzy-image-bright.png");
  background-size: contain;
  background-position: center;
  width: 50%;
  height: 100vh;
}

.contact-box {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100vh;
  position: absolute;
  padding: 4em 11em;
  background-color: rgb(235, 235, 235);
}
.contact-box form {
  display: flex;
  flex-direction: column;
}
.contact-box form input, .contact-box form textarea {
  width: 100%;
  margin: 10px 0;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 8px;
}
.contact-box form button {
  width: 150px;
  margin: 10px 0;
  background-color: #FFF;
  padding: 0.7em;
  border-radius: 10px;
  border: none;
  outline: none;
}
.contact-box form button:focus, .contact-box form button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.footer {
  background-color: #FFF;
  line-height: 50px;
  padding: 50px 10% 0 10%;
  position: relative;
}
.footer li {
  list-style-type: none;
}
.footer p {
  margin: 0;
  line-height: 50px;
}
.footer h2 {
  font-size: 1.5rem;
}
.footer img {
  height: 50px;
  width: 50px;
  padding: 10px;
  margin-right: 5px;
}

.contact-info {
  padding: 0;
}

.info-object {
  display: flex;
  flex-direction: row;
}

.sub-footer {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.sub-footer a {
  color: black;
  text-decoration: none;
}
.sub-footer img {
  width: 50px;
  height: 50px;
}

#tv {
  height: 100vh;
  max-height: 100vh;
  background-image: url("https://images.unsplash.com/photo-1543352634-a1c51d9f1fa7?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1650&q=80");
  background-size: cover;
  position: relative;
  display: flex;
  padding: 50px;
  justify-content: space-around;
}
#tv h2 {
  font-size: calc(1em + 1.8vh);
}
#tv h3 {
  font-size: calc(0.3em + 1.8vh);
}
#tv p, #tv i {
  font-size: calc(0.1em + 1.8vh);
}

.tv-box {
  width: 35%;
  text-align: center;
  padding: 30px;
  border: 3px solid black;
  z-index: 1000;
}
.tv-box button {
  background-color: #FFF;
  border-radius: 1px;
  padding: 8px 24px !important;
  transition: all 0.2s;
  border: 1px solid black;
  width: 100%;
}
.tv-box button:hover {
  background-color: rgb(230, 230, 230);
}

.white-shade {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 100;
}

.no-margin-bottom {
  margin-bottom: 0;
}

@media only screen and (max-height: 850px) {
  #tv h2 {
    font-size: calc(1em + 1.4vh);
  }
  #tv h3 {
    font-size: calc(0.3em + 1.4vh);
  }
  #tv p, #tv i {
    font-size: calc(0.1em + 1.4vh);
  }
}
@media only screen and (max-width: 576px) {
  .nav-menu-item, #menu-content {
    display: block !important;
  }
  .menu-content {
    position: inherit;
    padding: 0.5rem;
  }
  .menu-content li {
    margin: 5px 0;
  }
  #nav-menu {
    cursor: pointer;
    color: black !important;
  }
  .footer {
    padding: 50px 15px 0 15px;
    margin-top: 40vh;
  }
  .footer p {
    text-align: center;
    font-size: 0.9rem;
  }
  .sub-footer {
    flex-direction: column;
    text-align: center;
  }
  .navbar {
    top: 0;
    width: 100%;
    background-color: #FFF !important;
    padding: 7px 10%;
    color: black;
  }
  .navbar a, .navbar button {
    color: black !important;
  }
  .navbar .container {
    flex-direction: row;
  }
  .navbar-collapse {
    padding: 0 14px !important;
  }
  .login-container {
    width: 60%;
  }
  .hero img {
    width: 100%;
    padding: 0 10%;
  }
  .hero button {
    bottom: 16%;
  }
  #pt2 {
    background-position: center;
  }
  .pt2-box {
    width: auto;
    margin: -150px 10% auto 10%;
  }
  #pt3 {
    padding: 3.5em 10%;
    width: 100%;
  }
  .pt3-box {
    width: 100%;
  }
  .flex-row-reverse {
    flex-direction: row !important;
  }
}
@media only screen and (max-width: 1000px) {
  .map {
    display: none;
  }
  .contact-box {
    width: 100%;
    padding: 3em;
    height: 100vh;
  }
  .contact-box form input, .contact-box form textarea {
    width: 100%;
  }
  #pt4 {
    height: 60vh;
  }
}
@media only screen and (max-width: 340px) {
  .footer p {
    font-size: 0.8rem;
  }
}
