@charset "UTF-8";
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* #d3470f */
/* #4fa700 */
/* #003084 */
/* #eae79f */
body {
  width: 100%;
  height: 100%;
}

html {
  width: 100%;
  height: 100%;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #d34f0e;
}

a:hover {
  color: #333;
  text-decoration: none;
}

h1 {
  color: #fff;
  font-family: "Peralta", cursive;
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

h2 {
  color: #fff;
  font-family: "Peralta", cursive;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

h3 {
  color: #d2460f;
  font-family: "Peralta", cursive;
  font-size: 60px;
  line-height: 2;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

h5 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

h6 {
  color: #4fa800;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 30px;
}

p {
  color: #003185;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.list-unstyled {
  margin-left: 0px;
  list-style-type: none;
}

.brand h6 {
  font-family: "Fugaz One", cursive;
  font-size: 20px;
  line-height: 28px;
  padding-left: 20px;
  color: #fff;
}

.brand img {
  width: 160px;
  margin-left: 10px;
  margin-top: 8px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent !important;
}

.navbar-default .navbar-toggle .menu-toggle {
  background-color: #fff;
}

.navbar-toggle .menu-toggle {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-inner {
  margin: 0 60px;
}

.navbar .navbar-inner .nav li {
  float: none;
  display: inline-block;
}

.navbar .navbar-nav {
  float: none;
}

.navbar-lower {
  background-color: #003185;
  border: 0px;
  z-index: 1000;
  padding-top: 0px;
  text-align: center;
}

#navbar-secondary a {
  text-align: center;
  font-family: "Peralta", cursive;
  font-size: 16px;
  letter-spacing: 1pt;
  color: #fff;
  margin: 0 auto;
  float: none;
  line-height: 1;
}

#navbar-upper a {
  color: #4fa800;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.affix {
  top: 0px;
  width: 100%;
  z-index: 10000;
}

.navbar {
  margin-bottom: 0px;
}

#top-link-block.affix-top {
  position: absolute;
  /* allows it to "slide" up into view */
  bottom: -82px;
  /* negative of the offset - height of link element */
  left: 10px;
  /* padding from the left side of the window */
}

#top-link-block.affix {
  position: fixed;
  /* keeps it on the bottom once in view */
  bottom: 18px;
  /* height of link element */
  left: 10px;
  /* padding from the left side of the window */
}

/* buttons */
.btn.outline {
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 22px;
}

.btn-primary.outline {
  border: 2px solid #4fa700;
  color: #4fa700;
}

.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
  color: #4fa700;
  border-color: #4fa700;
}

.btn-primary.outline:active, .btn-primary.outline.active {
  border-color: #4fa700;
  color: #4fa700;
  box-shadow: none;
}

.btn-primary.outline a {
  color: #4fa700;
}

/* end buttons */
/* menu styles */
.menu h1 {
  color: #d2460f;
  font-family: "Peralta", cursive;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.menu h2 {
  text-align: left;
  color: #4fa800;
  font-family: "Fugaz One", cursive;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}

.menu h3 {
  color: #003185;
  font-family: "Peralta", cursive;
  font-size: 20px;
  line-height: 1.25;
  text-align: left;
}

.menu li {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #003185;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: "Peralta", cursive;
  font-size: 16px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.75;
  text-align: left;
}

.menu span {
  color: #003185;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
}

.menu-styles .container {
  background: #fff;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.menu-header {
  margin-top: 50px;
}

.menu-header p {
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #003185;
}

.menu-header h6 {
  font-family: 'Fugaz One', sans-serif;
  font-size: 30px;
  line-height: 37px;
  color: #4fa700;
}

.menu-header h2 {
  color: #4fa800 !important;
  font-family: "Fugaz One", cursive !important;
  font-size: 40px !important;
  margin-top: 50px;
  text-align: center !important;
}

.carousel-caption-alt {
  text-align: center;
}

.carousel-caption-alt h2 {
  font-family: "Satisfy", cursive !important;
  font-size: 60px !important;
  margin-top: 180px !important;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) !important;
  text-align: center !important;
}

/* end menu styles */
/* bakery styles */
.bakeryinfo-section {
  text-align: center;
}

.bakeryinfo-section h2 {
  color: #4fa800 !important;
  font-family: "Fugaz One", cursive !important;
  font-size: 40px !important;
  margin-top: 50px;
  text-align: center !important;
}

.bakeryinfo-section .btn {
  margin-bottom: 50px;
  margin-top: 20px;
}

.bakeryinfo-section .btn-danger {
  background-color: #d2460f;
  border-color: #d2460f;
}

.bakery-styles .container {
  background: #fff;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.bakery-styles h2 {
  color: #003185;
  font-family: "Peralta", cursive;
  font-size: 25px;
  line-height: 1.25;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.bakery-styles h1 {
  color: #d2460f;
}

.bakery-styles p {
  font-size: 13pt;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #003084;
}

.bakery-styles .row {
  margin-top: 0px;
  margin-bottom: 0px;
}

.bakery {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cheesecakes-section img {
  margin-bottom: 50px;
}

.bakery-footer .row {
  margin-bottom: 0px;
  margin-top: 0px;
}

@-moz-document url-prefix() {
  #cheesecakes {
    padding-top: 0px;
    margin-top: -200px;
  }
  .navbar.navbar-default.navbar-static-top.affix {
    position: fixed;
    /* to stop the div from scrolling */
    top: 0;
    /* to fix the div at the top its containing element */
    right: 0;
    /* to fix the div at the right of its containing element */
  }
}

/* end bakery */
/* misc */
.inline {
  display: inline-block !important;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
}

.twitter-timeline {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px !important;
}

/* end misc */
/* menu call to action */
.intromenu-section {
  background-image: url(../images/VGswirlbackground.png);
  background-attachment: fixed;
  text-align: center;
  background-size: cover;
  -o-background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
}

.intromenu-section img {
  size: 100%;
}

.intromenu-section h4 {
  text-align: center;
}

/* end menu call to action */
/* blue plate */
.blueplatespecial-section {
  background-color: #003185;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 0px;
}

.blueplatespecial-section h2 {
  font-family: "Satisfy", cursive;
  font-size: 35px;
  margin: 0;
  line-height: 1.5;
  color: #d2460f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.blueplatespecial-section h4 {
  font-family: "Fascinate", sans-serif;
  font-size: 25px;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1;
  color: #eae79f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-transform: none;
}

.blueplatespecial-section p {
  color: #eae79f;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 12px;
}

/* end blue plate */
/* social section */
#instafeed img {
  padding: 4px;
}

.social-section {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background: #fff;
}

.social-section h1 {
  color: #d2460f;
}

.social-section h2 {
  color: #4fa800;
  font-family: "Fugaz One", cursive;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
}

.social-section div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instagram-feed {
  width: 80%;
  margin-bottom: 60px;
}

/* end social section */
.homeabout-section {
  margin-bottom: 30px;
  margin-top: 30px;
}

.homeabout-section h2 {
  color: #4fa800;
}

.homeabout-section .contactinfo {
  background-color: #d2460f;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.homeabout-section .contactinfo h2 {
  font-family: "Satisfy", cursive;
  font-size: 30px;
  margin-top: 10px;
  line-height: 42px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.homeabout-section .contactinfo a {
  font-family: "Satisfy", cursive;
  font-size: 40px;
  margin-top: 10px;
  line-height: 42px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.homeabout-section .contactinfo p {
  color: #fff;
}

/* scrolling background images */
.aboutusphoto-section {
  background-image: url(../images/DinerStools.jpg);
  background-attachment: fixed;
  text-align: center;
  background-size: cover;
  -o-background-size: cover;
  height: 500px;
}

.photobreak-section {
  background-image: url(../images/BreakfastPoutine_Header.jpg);
  background-attachment: fixed;
  text-align: center;
  background-size: cover;
  -o-background-size: cover;
  height: 500px;
}

.locationphoto-section {
  background-image: url(../images/OutdoorSeating_5.jpg);
  background-attachment: fixed;
  text-align: center;
  background-size: cover;
  -o-background-size: cover;
  height: 500px;
}

.pressphoto-section {
  background-image: url(../images/BlueberryMuffins1.jpg);
  text-align: center;
  background-size: cover;
  -o-background-size: cover;
  height: 300px;
}

.pressphoto-section h1 {
  margin: 0 auto;
  line-height: 300px;
}

.press h2 {
  color: #d2460f;
}

/* intro carousel */
.carousel {
  margin-bottom: 0px;
  width: 100%;
  margin: 0 auto;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.slider-size {
  height: 200px;
  /* This is your slider height */
}

.slider-size-alt {
  height: 300px;
  /* This is your slider height */
}

.carousel-control {
  font-size: 15px;
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.carousel-inner:nth-of-type(1) h1, .item:nth-of-type(1) h1, .carousel-caption:nth-of-type(1) h1 {
  font-family: "Fugaz One", cursive;
  font-size: 80px;
  margin-top: 200px;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.carousel-inner:nth-of-type(1) h2, .item:nth-of-type(1) h2, .carousel-caption:nth-of-type(1) h2 {
  font-family: "Satisfy", cursive;
  font-size: 60px;
  margin: 0;
  line-height: 1.25;
  color: #d2460f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.carousel-inner:nth-of-type(2) h1, .item:nth-of-type(2) h1, .carousel-caption:nth-of-type(2) h1 {
  font-family: "Fascinate", sans-serif;
  font-size: 80px;
  margin-top: 200px;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.carousel-inner:nth-of-type(2) h2, .item:nth-of-type(2) h2, .carousel-caption:nth-of-type(2) h2 {
  font-family: "Satisfy", cursive;
  font-size: 60px;
  margin: 0;
  line-height: 1.25;
  color: #d2460f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.carousel-inner:nth-of-type(3) h1, .item:nth-of-type(3) h1, .carousel-caption:nth-of-type(3) h1 {
  font-family: "Fugaz One", cursive;
  font-size: 80px;
  margin-top: 200px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.carousel-inner:nth-of-type(4) h1, .item:nth-of-type(4) h1, .carousel-caption:nth-of-type(4) h1 {
  font-family: "Satisfy", cursive;
  font-size: 80px;
  margin-top: 200px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.carousel-caption .btn {
  margin-top: 5px;
  color: #4fa700;
}

/* end intro carousel */
/* misc */
.hidden {
  display: none;
}

.content {
  width: 900px;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.socialicons {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socialicons .list-unstyled {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.socialicons li {
  padding: 5px;
}

svg {
  width: 30px;
  height: 30px;
}

svg :hover {
  fill: #377500 !important;
}

svg path {
  fill: #4fa800 !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/* end misc */
/* form style */
.form-style {
  padding: 20px;
  font: 13px Helvetica, sans-serif;
  margin: 0px auto;
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.form-style-heading {
  font-weight: bold;
  font-style: italic;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  font-size: 15px;
  padding-bottom: 3px;
}

.form-style label {
  display: block;
  margin: 0px 0px 15px 0px;
}

.form-style label > span {
  width: 100px;
  font-weight: bold;
  float: left;
  padding-top: 8px;
  padding-right: 5px;
  text-align: left;
}

.form-style span.required {
  color: red;
}

.form-style .tel-number-field {
  width: 40px;
  text-align: center;
}

.form-style .long {
  width: 120px;
}

.form-style input.input-field {
  width: 48%;
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
.form-style .select-field {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #C2C2C2;
  box-shadow: 1px 1px 4px #EBEBEB;
  -moz-box-shadow: 1px 1px 4px #EBEBEB;
  -webkit-box-shadow: 1px 1px 4px #EBEBEB;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 7px 0px 7px 3px;
  outline: none;
}

.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,
.form-style .select-field:focus {
  border: 1px solid #0C0;
}

.form-style .textarea-field {
  height: 100px;
  width: 55%;
}

.form-style input[type="button"],
.form-style input[type="submit"] {
  box-shadow: inset 0px 1px 0px 0px #d3470f;
  background-color: #d3470f;
  border: 1px solid #d3470f;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  padding: 8px 18px;
  text-decoration: none;
  font: 12px Arial, Helvetica, sans-serif;
}

.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
  background: linear-gradient(to bottom, #d3470f 5%, #F36B35 100%);
  background-color: #d3470f;
}

.form-style .success {
  background: #D8FFC0;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  border: none;
  font-weight: bold;
  color: #2E6800;
  border-left: 3px solid #2E6800;
}

.form-style .error {
  background: #FFE8E8;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  border: none;
  font-weight: bold;
  color: #FF0000;
  border-left: 3px solid #FF0000;
}

/* award section */
.awards-section {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #d2460f;
}

.awards-section p {
  font-family: "Satisfy", cursive;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  width: 70%;
}

.awards-section h1 {
  color: #fff;
}

.awards-section .container {
  margin: 0 auto;
}

.awards-section ul li {
  padding: 10px;
}

.awards-section svg {
  width: 60%;
  height: 60%;
}

.awards-section svg :hover {
  fill: #fff !important;
}

.awards-section svg path {
  fill: #fff !important;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/* end award section */
/* faq */
.faq {
  height: 100%;
  width: 60%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

/* footer */
.map_canvas-section {
  height: 150px;
}

.footer-section {
  height: 50%;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
}

.footer-section .container {
  width: 100%;
}

.footer-section p {
  color: #8c8c8c;
  line-height: 1;
}

.footercredit p {
  color: #8c8c8c;
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  padding-top: 20px;
}

.footer-section-menu {
  height: 50%;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
}

.footersocicons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: #4fa800;
}

.footersocicons img {
  padding-bottom: 10px;
  width: 30px;
}

.footersocicons li {
  padding: 5px;
  float: left;
}

.border-right {
  border-right: 2px solid;
  border-color: #4fa800;
}

.border-left {
  border-left: 2px solid;
  border-color: #4fa800;
}

.footer-cta {
  background-color: #d2460f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}

.footer-cta h1 {
  font-size: 30px;
  line-height: 1;
}

#mc_embed_signup {
  border: none;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

/* Signup form container */
.mc-field-group {
  display: inline-block;
}

/* positions input field horizontally */
#mce-EMAIL {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  border: none;
  background-color: #fff;
  padding: .7em 9em .7em 1em;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
}

/* Input Styles */
.clear {
  display: inline-block;
}

/* positions button horizontally in line with input */
.button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: .03em;
  color: #fff;
  background-color: #bdbdbd;
  padding: .7em 2em;
  border: none;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
}

/* Button Styles */
:-webkit-input-placeholder {
  color: #ABB0B2;
}

/* WebKit browsers */
:-moz-placeholder {
  color:   #ABB0B2;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ABB0B2;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #ABB0B2;
}

/* Internet Explorer 10+ */
@media (max-width: 768px) {
  /* positions input field and button underneath each other with 100% width for tablet and mobile */
  .mc-field-group {
    display: block;
    max-width: 100%;
  }
  #mce-EMAIL {
    padding: .7em 0 .7em 1em;
    width: 96%;
    margin: 0;
  }
  .clear {
    display: block;
    width: 100%;
  }
  .button {
    width: 100%;
    margin: .5em 0 0 0;
  }
}

/* end footer */
/* mobile styles */
@media (min-width: 768px) {
  /* tablet */
  .brand h6 {
    display: none;
  }
  .brand img {
    margin-left: 0px;
  }
  #menu-page {
    background: url(../images/VGstarbackground.png) no-repeat bottom center fixed;
    background-size: cover;
    padding-top: 0px;
  }
  .menu h1 {
    font-size: 60px;
    line-height: 1.5;
  }
  .menu h2 {
    color: #4fa800;
    font-family: "Fugaz One", cursive;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .menu h3 {
    font-size: 20px;
    line-height: 1.25;
  }
  .menu li {
    font-size: 20px;
    line-height: 2;
  }
  .carousel-control {
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    border: 0;
    z-index: 10;
  }
  .slider-size {
    height: 500px;
    /* This is your slider height */
  }
  .map_canvas-section {
    height: 500px;
  }
  .intromenu-section {
    padding: 20px;
  }
  .intromenu-section img {
    size: 10%;
  }
  .blueplatespecial-section {
    background-color: #003185;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
    border: 0px;
  }
  .blueplatespecial-section h2 {
    font-family: "Satisfy", cursive;
    font-size: 60px;
    margin: 0;
    line-height: 1.5;
    color: #d2460f;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .blueplatespecial-section h4 {
    font-family: "Fascinate", sans-serif;
    font-size: 50px;
    margin: 0;
    line-height: 2;
    color: #eae79f;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: none;
  }
  .blueplatespecial-section p {
    color: #eae79f;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 100px;
  }
  /* blue plate */
  .blueplatespecial-section {
    background-color: #003185;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 50px;
    border: 0px;
  }
  .blueplatespecial-section h2 {
    font-family: "Satisfy", cursive;
    font-size: 60px;
    margin: 0;
    line-height: 1.5;
    color: #d2460f;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  .blueplatespecial-section h4 {
    font-family: "Fascinate", sans-serif;
    font-size: 50px;
    margin: 0;
    line-height: 2;
    color: #eae79f;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: none;
  }
  .blueplatespecial-section p {
    color: #eae79f;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-seriff;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 100px;
  }
  /* end blue plate */
  /* award section */
  .awards-section {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    background: #d3470f;
  }
  .awards-section .list-unstyled {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .awards-section p {
    font-family: "Satisfy", cursive;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    width: 70%;
  }
  .awards-section h1 {
    color: #fff;
  }
  .awards-section .container {
    margin: 0 auto;
  }
  .awards-section ul li {
    padding: 10px;
  }
  .awards-section svg {
    width: 80%;
    height: 80%;
  }
  .awards-section svg path {
    fill: #fff !important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
  .homeabout-section {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .homeabout-section .contactinfo h2 {
    font-size: 40px;
  }
  .footersocicons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    fill: #4fa800;
  }
  .footersocicons img {
    padding-bottom: 10px;
    width: 30px;
    fill: #4fa800;
  }
  .footersocicons .list-unstyled {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    fill: #4fa800;
  }
  .footersocicons li {
    fill: #4fa800;
    float: none;
    padding: 0px;
  }
  .bakeryinfo-section .bakery-intro-wrap {
    margin-left: 40px;
    margin-right: 40px;
  }
  .bakery-styles .container {
    padding-left: 40px;
    padding-right: 40px;
    width: 80%;
  }
  .bakery-styles .row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .menu-styles section {
    padding-top: 180px;
    margin-top: -180px;
  }
}

/*end tablet */
@media (min-width: 992px) {
  /* small desktop */
  h1 {
    color: #fff;
    font-family: "Peralta", cursive;
    font-size: 60px;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  h2 {
    color: #fff;
    font-family: "Peralta", cursive;
    font-size: 40px;
    line-height: 2;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  h3 {
    color: #d2460f;
    font-family: "Peralta", cursive;
    font-size: 60px;
    line-height: 2;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  h4 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #fff;
  }
  h5 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 1.25;
    text-align: center;
  }
  h6 {
    color: #4fa800;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
  p {
    color: #003185;
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header {
    background: url(../images/VeggieGreyStarPattern.jpg) no-repeat bottom center fixed;
    height: 250px;
    background-size: cover;
    overflow: hidden;
  }
  .masthead img {
    width: 100%;
  }
  .contactinfoheader {
    border-style: dotted;
    border-width: 4px;
    border-color: #003185;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 30px 0px 0px 50px;
  }
  .contactinfoheader h2 {
    font-family: "Satisfy", cursive;
    font-size: 40px;
    margin-top: 10px;
    line-height: 42px;
    color: #003185;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .contactinfoheader a {
    font-family: "Satisfy", cursive;
    font-size: 40px;
    margin-top: 10px;
    line-height: 42px;
    color: #003185;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .contactinfoheader a:visited {
    font-family: "Satisfy", cursive;
    font-size: 40px;
    margin-top: 10px;
    line-height: 42px;
    color: #4fa700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
  .contactinfoheader h4 {
    font-family: "Fugaz One", cursive;
    color: #d2460f;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  .contactinfoheader p {
    color: #003185;
    text-align: center;
  }
  #navbar-upper a {
    color: #4fa800;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    padding-left: 20px;
    display: inline-block;
  }
  .brand img {
    width: 240px;
    margin-left: 10px;
    margin-top: 0px;
  }
  .form-style {
    padding: 40px 40px 20px 40px;
  }

  .menu-styles .container {
    width: 80%;
  }
}

/* mobile call to action */
.mobileintro p {
  color: #fff;
}

.mobileintro h2 {
  font-family: "Satisfy", cursive;
  font-size: 30px;
  color: #eae79f;
}

.mobileintro h1 {
  font-size: 35px;
  line-height: 1;
}

/* end mobile call to action */
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
