/*-- FONTS --*/
/*-- COLORS --*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "manrope", sans-serif;
  font-weight: 100;
  color: black; }

#page-wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center; }

#page-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  opacity: .2; }

.wrapper {
  width: 100%;
  max-width: 1150px;
  display: flex; }

.container {
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "montserrat", sans-serif;
  color: #27313a;
  font-weight: bold; }

p {
  font-family: "manrope", sans-serif;
  font-size: 16px;
  color: #597287; }

footer > p {
  font-size: 10px; }

input {
  font-size: 16px; }

button {
  font-size: 16px; }

strong {
  font-weight: 900; }

/*-- BUSINESS NAME STYLES --*/
#name-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  height: 100vh;
  background-size: auto;
  background-position: left;
  padding-top: 4rem; }

#logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%; }

.logo-img {
  width: 90%; }

.logo-btl {
  width: 8rem; }

#name-address {
  display: flex;
  flex-direction: column; }

#contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#name-address > p {
  color: #597287; }

#social-icons {
  display: flex;
  justify-content: center;
  margin-top: 8px; }

.social-icons {
  font-size: 25px;
  color: #597287;
  padding: 5px 15px;
  transition: all .2s ease-in-out; }

.social-icons:hover {
  transform: scale(1.25);
  transition: all .2s ease-in-out; }

.fa-instagram:hover {
  color: #fdc665;
  transition: all .2s ease-in-out; }

.fa-facebook-f:hover {
  color: #3d5b99;
  transition: all .2s ease-in-out; }

.fa-yelp:hover {
  color: #d32323;
  transition: all .2s ease-in-out; }

.fa-phone-alt {
  padding-right: 10px;
  font-size: 20px;
  color: #597287; }

#contact-container > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px; }

#contact-container > div:nth-child(2) > p {
  color: #597287; }

#hook {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px;
  line-height: 20px;
  background-color: rgba(7, 242, 242, 0.6); }

#hook > p {
  text-align: left;
  letter-spacing: 1px;
  margin: 5px auto;
  padding: 0 10px; }

#hook > a > input {
  align-self: center;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 16px;
  padding: 10px 30px;
  width: fit-content; }

#order-btn {
  position: fixed;
  bottom: 0;
  border: none;
  width: 100%;
  padding: 16px;
  background-color: red;
  z-index: 999; }

#order-btn > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff; }

/*-- ORDER STYLES --*/
.header-row {
  display: flex;
  flex-direction: column; }

.order-wrapper {
  display: flex;
  flex-direction: column;
  padding: 8px 20px; }

#order > div > h2 {
  margin-bottom: 12px; }

#order-link-grp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto; }

.order-link {
  margin: 10px auto; }

.order-icon {
  transition: all .3s ease-in-out; }

.toast-icon {
  max-height: 3rem; }

.postmates-icon {
  max-height: 3.5rem; }

.gh-icon {
  max-height: 3.5rem; }

.maritime-icon {
  max-height: 6rem; }

.order-icon:hover {
  transform: scale(1.25);
  transition: all .3s ease-in-out; }

.order-container > p {
  text-align: justify;
  padding: 0 12px; }

#order-wrapper > div > div:nth-child(2) > p {
  padding: 5px 10px 1rem; }

#order-wrapper > div > div:nth-child(2) > p > a {
  color: #F25A38;
  font-weight: bold;
  text-decoration: none; }

#order-wrapper > div > div:nth-child(2) > p > a:hover {
  color: #f79680; }

.img {
  width: 100%; }

/*-- NAV STYLES -- */
.coming-soon-container {
  background-color: rgba(7, 242, 242, 0.6);
  background-size: cover;
  padding: 8px 20px;
  display: flex;
  flex-direction: column; }

#page-wrapper > div.wrapper.coming-soon-wrapper > div > ul > li {
  padding: 6px 0;
  list-style-type: circle;
  margin-left: 20px; }

#page-wrapper > div.wrapper.coming-soon-wrapper > div > p {
  color: #fff;
  margin-bottom: 10px; }

/*--- NEWSLETTER FORM STYLES ---*/
#small-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 8px 20px 16px;
  background-color: rgba(7, 242, 242, 0.9); }

#small-form > h2 {
  width: 100%;
  align-self: flex-start;
  margin: 8px 0 0; }

#small-form > p {
  align-self: flex-start;
  margin-bottom: 1rem;
  color: #fff; }

#small-form > button {
  align-self: center;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  outline: 1px solid white;
  box-shadow: none;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 8px 24px;
  width: fit-content;
  margin: 10px auto;
  transition: all .2s ease-in-out;
  color: #fff; }

#small-form > input {
  padding: 6px 5px;
  margin-bottom: 12px;
  width: 100%;
  border: none;
  outline: none;
  background: white; }

#small-form > button:hover {
  cursor: pointer;
  transition: all .2s ease-in-out; }

/*--- GOOGLE MAP STYLES ---*/
#map-container {
  width: 100%;
  padding: 18px;
  display: flex;
  flex-direction: column;
  background-color: #fff; }

#map {
  height: 300px;
  width: 100%; }

/*---  FOOTER STYLES ---*/
#footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(59, 75, 89, 0.6);
  max-width: 100%; }

footer {
  display: flex;
  max-width: 1150px;
  width: 100%;
  align-items: center;
  padding: 0 12px; }

footer > p {
  text-align: left;
  padding: 2rem 0;
  color: white; }

footer > p > a {
  color: #F25A38;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 4px;
  padding-left: 5px;
  transition: all .2s ease-in-out; }

footer > p > a:hover {
  color: #f58268;
  letter-spacing: 5px;
  transition: all .2s ease-in-out; }

/*---  MEDIA QUERIES ---*/
/*---  IPHONE 6/7/8 ---*/
/*-- IPHONE 6/7/8 PLUS --*/
/*---  IPHONE X ---*/
@media screen and (min-height: 800px) {
  #map-container {
    display: flex; } }
/*---  IPAD ---*/
@media screen and (min-width: 750px) {
  h2 {
    font-size: 30px; }

  p {
    font-size: 20px; }

  footer > p {
    font-size: 16px; }

  #name-container {
    flex-direction: row;
    align-items: flex-start;
    height: auto; }

  #name-address {
    justify-content: center;
    align-items: center;
    padding: 2rem; }

  #logo-container {
    flex-direction: row;
    align-items: baseline;
    width: 90%; }

  .logo-btl {
    width: 3.5rem; }

  #name-address > p {
    font-size: 20px; }

  .social-icons {
    font-size: 30px; }

  #name-address > div:nth-child(4) {
    margin-top: 12px; }

  .fa-phone-alt {
    font-size: 20px; }

  #contact-container > div:nth-child(2) > p {
    font-size: 20px; }

  #order-btn {
    position: fixed;
    right: 0;
    top: 260px;
    width: 180px;
    height: 4rem;
    transition: all .25s; }

  #order-btn:hover {
    background-color: #dd3232;
    width: 250px;
    cursor: pointer; }

  /*--- HOOK ---*/
  #hook {
    align-self: flex-start; }

  #hook > p {
    padding: 5px 1.5rem;
    line-height: 28px; }

  .newsletter-wrapper {
    justify-content: center;
    margin-bottom: 2rem;
    background-image: url(../Images/storefront-2.jpg);
    background-position: right; }

  #small-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 12px 40px; }

  #small-form > h2 {
    width: 100%;
    align-self: flex-start;
    margin: 8px; }

  #small-form > p {
    margin-bottom: 10px;
    color: #fff; }

  #small-form > button {
    align-self: center;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    outline: 1px solid white;
    box-shadow: none;
    font-size: 16px;
    padding: 8px 24px;
    width: fit-content; }

  #small-form > input {
    padding: 6px 5px;
    font-size: 16px;
    margin-bottom: 12px;
    width: 100%;
    border: none;
    outline: none;
    background: white; }

  #small-form > button:hover {
    background-color: #06d9d9;
    cursor: pointer; }

  #small-form > button:active {
    background-color: #80eaff; }

  #newsletter-form {
    display: none; }

  #order-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    margin: 2rem 0; }

  .order-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem; }

  .header-row {
    flex-direction: column; }

  #order-link-grp {
    flex-direction: row;
    justify-content: space-between;
    margin: 0; }

  .order-link {
    margin: 10px; }

  #order-wrapper > div > div:nth-child(2) > p {
    padding: 0 20px; }

  #map-container {
    width: 100%; } }
/*---  1000px ---*/
@media screen and (min-width: 950px) {
  .logo-btl {
    width: 5rem; }

  #order-wrapper > div > div:nth-child(2) > p {
    padding: 0 5rem; }

  #order-link-grp {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    width: 100%; }

  #small-form {
    width: 33%; } }

/*# sourceMappingURL=style.css.map */
