@charset "UTF-8";
/* ***********************************************************************
*******_________________**************************************************
*******`***************,*******************************THIS PAGE WAS******
********`*************,********************************DESIGNED BY********
*********`***********,***********************************LUISA!***********
**********|*********|*.___.********.___.**********************************
**********|*********|*|***|********|***|**********************************
**********|*********|*|***|********|***|**********************************
**********|*********|*|***|********|***|**********************************
**********|*********|*|***|********|***|**********************************
**********|*********|*|***|********|***|**********************************
**********|*********|*|***|********|***|*****|****************************
**********|*********|*|***|********|***|****,|****************************
**********|*********|*|***|********|***|***,*|****************************
**********|*********|*|***|________|***|**,**|****************************
**********|*********|*`****************'*,***|****************************
**********|*********|*`_______________'*,****|****************************
*********,**********|******************,*****|****************************
********,***********|_________________,******|****************************
*******,*************************************|****************************
******,______________________________________|****************************
**************************************************************************
*********************************************************************** */

*{
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: Cinzel-Regular;
  src: url("../fonts/cinzel/Cinzel-Regular.otf");
}

@font-face {
  font-family: Hello;
  src: url("../fonts/hello/Hello.ttf");
}


body {
	background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-= PHOTO CAROUSEL FIGURE =-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
	figure {
		width: 100vw;
		height: 90vh;
		margin: 0 auto;
	}



/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-= LOGO STYLES =-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
#logo {
  width: 19%;
  height: auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-= NAV STYLES =-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
.navbar {
  list-style-type: none;
  padding-top: 1vh;
  padding-bottom: 2vh;
  width: 100vw;
  background-color: #262525;
  color: white;
  padding-bottom: 2vh;
  text-align: center;
}

/* turns list items horizontal */
    .nav-menu li{
      text-transform: uppercase;
      letter-spacing: 4px;
      display:inline-block;
      font-family: "Montserrat", sans-serif;
      font-weight: 590;
    }

        .nav-menu li a {
          padding:10px; 
          display: block; 
          width:150px; 
          color: white;
        }

         a:link {
            color:white; 
            text-align:center; 
            text-decoration:none;
        }
          
        a:visited {
          background-color:#fff5ee;
        }
          
        a:hover {
          background-color:#ef6a0f;
        }
          
        a:active {
          background-color:#ef990f;
        }


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-= TEXT STYLES =-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
h1 {
  font-size: 54pt;
  font-weight: 450;
	font-family: "Montserrat", sans-serif;    
	color: #000;
    }

h2 {
  font-size: 69pt;
  font-weight: 420;
	font-family: "Cinzel-Regular", sans-serif;    
	color: #000;
    }

h3 {
	font-size: 44pt;
  font-weight: 410;
	font-family: "Hello", sans-serif;
	color: #000;
}

h4 {
  font-size: 26pt;
  font-weight: 370;
  font-family: "Hello", sans-serif;
  color: #000;
}

h5 {
  font-size: 20pt;
  font-weight: 370;
  font-family:  "Montserrat", sans-serif;
}

p {
	font-size: 13pt;
	font-family: "Montserrat", sans-serif;
	color: #000;
  margin-top: 2%;
  line-height: 33px;
  text-align: center;
	}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-= text in the middle of homepage =-=-=
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-= */
.splash-text {
  width: 97%;
  margin: 1%;
  padding: 1%;
}

.text-center{
  text-align:center;
  line-height: 95px;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=about us on homepage =-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-= */
.chef-hand {
  transition: transform 1s;
    -moz-transform: transform 1s;
    -ms-transform: transform 1s;
    -o-transform: transform 1s;
    -webkit-transform: transform 1s;
}

.chef-hand:hover {
  transform: skewX(5deg);
    -moz-transform: skew(5deg);
    -ms-transform: skew(5deg);
    -o-transform: skew(5deg);
    -webkit-transform: skew(5deg);
}

.map {
  margin: 2%;
  padding: 1%;
}
.about-homepage  {
  width: 50%;
  padding: 2%;
  float: left;
}
.about-text-homepage p {
  text-align: left;
  width: 100%;
}
.about-text-homepage h4 {
  font-size: 35pt;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=READ ON BUTTON =-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
.white {
  color:#ff8c00!important;
  background-color:#fff!important;
}

.read-button {
  margin-top: 1%;
  background-color: #fff;
  text-align: center;
  border-radius: 1vh;
  border: solid;
  display: inline-block;
  padding: .55% 3.5%;
  color: white;
  cursor: pointer;
}

.read-button:hover {
  color:#ff8c00 !important;
  background-color:#000!important;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=store info on homepage =-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-= */
.mid-section img {
  border: 2px solid lightgray;
}

.location {
  margin: 2%;
  padding: 1%;
}

.mid-section {
  width: 50%;
  padding: 2%;
  float: left;
}

.loc-desc p {
  text-align: center;
}

.loc-desc h4 {
  margin-top: 4%;
  font-size: 35pt;
}



/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=MENU PAGE =-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=- */
.side-nav-bar {
  position: fixed;
  top: 30vh;
  right: 2vw;
  list-style-type: none;
}

.side-nav-bar li a:link {
    display: inline-block;
    width: 4vw;
    height: 4vw;
    border: 0.1vw solid lightgray;
    border-radius: 40%;
    margin-bottom: 2vh;
    text-decoration: none;
  }

    /* MENU HEADLINES */
  .side-nav-bar span {
        color: #ff8c00;
        display: block;
        text-align: right;
        width: 10vw;
        font-size: 1.2vw;
        right: 0;
        opacity: 0;
        position: relative;
        top: 0.2vw;
        transition: right 0.2s, opacity 0.2s, transform 2s;
      }

 .side-nav-bar a:hover {
          transform: scale(1.2);
          box-shadow: 0.2em 0.2em;
        }

  .side-nav-bar a:hover span {
          font-size: 1.2vw;
          right: 11vw;
          opacity: 1;
          background-color: transparent;
        }


.menu-title p{
  padding-top: 1vw;
  margin-right: auto;
  margin-left: auto;

}

.menu-starter {
  padding-top: 1vw;
  margin-right: auto;
  margin-left: auto;
}

.menu-center {
  padding: 1vw;
  margin-right: 20%;
  margin-left: 20%;
  display: inline;
}

.menu-left {
  padding: 1vw;
  float: left;
  margin-left: 20%;
}
.menu-right{
  padding: 1vw;
  float: right;
  margin-right: 20%;
}

.menu-sides {
  padding-top: 1vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 11%;
}

.menu-sides h4 {
  text-align: center;
  padding: 5vw;

}

.menu-sides h5{
  text-align: center;
  padding: 1vw;
  font-size: 16pt;
  font-weight: 370;
  font-family:  "Montserrat", sans-serif;
  color: darkgray;
}

.mid-menu {
  margin-top: 1vw;
  padding-top: 1vw;
}

.specials {
  padding-top: 4.2vw;
  float: left;
  margin-left: 20%;
}

.a-la-carte p {
  padding-top: 3vw;
  float: right;
  margin-right: 20%;
}

.bottom-menu {
  margin-top: 1vw;
  padding-top: 1vw;
}

.bottom-menu h4{
  margin-top: 18%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.box-one {
  padding-top: 2vw;
  float: left;
  margin-left: 20%;
}

.box-two p {
  padding-top: 3vw;
  float: right;
  margin-right: 20%;
}

.drinks p {
  padding-top: 2vw;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.drinks h4{
  margin-top: 20%;
  text-align: center;
}

.homemade {
  padding: 1vw;
  margin-right: 20%;
  margin-left: 20%;
  display: inline;
}

.pie-one {
  padding: 1vw;
  float: left;
  margin-left: 20%;
}
.pie-two{
  padding: 1vw;
  float: right;
  margin-right: 20%;
}

.homemade h5{
  text-align: center;
  padding: 1vw;
  font-size: 16pt;
  font-weight: 370;
  font-family:  "Montserrat", sans-serif;
  color: darkgray;
}

.order-menu-button {
  margin-top: 15%;
  margin-bottom: 3%;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=ORDER NOW PAGE =-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */ 
.bg-order-text h2 {
  font-family: "Cinzel-Regular", sans-serif; 
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%; 
  color: #FFFFFF;
  font-weight: 550;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%)
}

.order-info h3, h4 {
  padding-top: 2%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.order-info h4 {
  font-family: "Cinzel-Regular", sans-serif; 
}
 
.container {
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
}

.btn {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 26px;
  display: block;
  border: 1px solid lightgray;
  background-color: none;
  padding: 20px 38px;
  color: #ff8c00;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Hello,' sans-serif;
  cursor: pointer;
  border-radius: 1vh;
  box-shadow: 0 9px #999;
  transition: transform 1s;
}

.btn:hover {
  color:#ff8c00;
  background-color:#000;
  transform: scale(1.2);
}

.btn:active {
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=ORDER BUTTON =-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
.red {
  color:#fff!important;
  background-color:#f00!important;
}

.order-button {
  margin-top: 1%;
  background-color: #fff;
  text-align: center;
  border-radius: 1vh;
  border: solid;
  display: inline-block;
  padding: .65% 4.5%;
  color: white;
  cursor: pointer;
}

.order-button:hover {
  color: #FF5733 !important;
  background-color: #000!important;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=CONTACT PAGE =-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
.display-container {
  position: relative;
}

.bg-contact-text h2 {
  font-family: "Cinzel-Regular", sans-serif; 
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%; 
  color: #FFFFFF;
  font-weight: 550;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%)
}

/* ******* CONTACT FORM ******** */
.form-box {
  transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    -webkit-transition: background-color 1s;
}

.form-box:hover {
  background-color: darkgray;
    -moz-background-color: darkgray;
    -ms-background-color: darkgray;
    -o-background-color: darkgray;
    -webkit-background-color: darkgray;
}

.form-box {
  margin-right: auto;
  margin-left: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 1%;
  width: 33%;
  border-radius: 1.4vh;
  border:  2px solid lightgray;
  background-color: #F5F5F5;
}


.contact-form{
  text-align: center;
  padding-bottom: 1%;
  width:470px; 
  margin: 11px auto;
}


h2 {
  font-weight: 550;
  margin:30px auto; 
  width: 100%; 
  font-family: "Hello", sans-serif;
}

p {
  margin: 30px auto;
}

.label {
  float: left; 
  margin-right: 10px; 
  width: 135px; 
  border-left: solid 3px #ef6a0f; 
  padding-left: 16px; 
  text-align: left; 
  height:37px; 
  display:flex; 
  align-items: center; 
  font-size: 17px;
}

.inputs{
  width: 280px; 
  padding: 10px;
}

.line{
  width: 350px; 
  height: 10px; 
  background-color:#ef6a0f; 
  margin:0 auto;
}

.contact-section {
  margin: 30px auto; 
}

.button {
  text-align: center;
}

.submit {
  padding:20px 80px; 
  background-color:#ef6a0f; 
  color: white; 
  border: none; 
  font-weight: bold; 
  font-size: 16px; 
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=ABOUT PAGE =-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
.bg-about-text h2 {
  font-family: "Cinzel-Regular", sans-serif;  
  font-size: ;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%; 
  color: #FFFFFF;
  font-weight: 550;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%)
}

.about-text h3 {
  font-family: "Hello", sans-serif;
  padding-top: 3%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-text p {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14pt;
  line-height: 33px;
  width: 61%;
}


/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-=-=-=FOOTER INFO =-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-= */
.socials {
  list-style-type: none;
  padding-top: 3vh;
  width: 100vw;
  background-color: #262525;
  color: white;
  padding-bottom: 3vh;
  text-align: center;
}

/* turns list items horizontal */
    .socials li{
      text-transform: uppercase;
      display:inline-block;
      font-family: "Montserrat", sans-serif;
      font-weight: 590;
      letter-spacing: .1rem;
    }

        .socials li a {
          padding:10px; 
          display: block; 
          width:150px; 
          color: white;
        }

         a:link {
            text-align:center; 
            text-decoration:none;
        }
          
        a:visited {
          background-color:#f3e3d6;
        }
          
        a:hover {
          background-color:#ef6a0f;
        }
          
        a:active {
          background-color:#ef990f;
        }


@media screen and (max-width: 992px) {
  .socials li {
    width: 100%;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 600px) {
  .socials li {
    width: 70%;
    margin-bottom: 20px;
}
}

