html {
  height: 100%;
  background-color: #ffffff;
}

body {
  background-color: #ffffff;
}

* {
  box-sizing: border-box;
}

/* Section */
.landing {
  position: relative;
  background-image: url('../img/fischer-gourmet-menu-steaktips.jpg') !important;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
}

.landing-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  text-align: center;
  padding-top: 125px;
}

.landing h1 {
  font-size: 35px;
  padding: 2%;
  font-family: 'Courgette', cursive;
  line-height: 1.5em;
  border: 3px solid;
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 40%;
  margin: auto;
  letter-spacing: 8px;
}

.landing img {
  width: 45%;
}

.landing p {
  font-size: 25px;
  padding: 0px 25px 35px;
  margin: 10px auto;
  width: 65%;
}

.landing a {
  color: #ffffff;
}

.fab, .fas {
  padding: 0 15px;
  font-size: 50px;
}

.intro {
  background-color: #ffffff;
  border: none;
  padding: 2em 5%;
}

.intro h2 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #000000;
}

/* Food Menu Options */
section.main-container {
  background-color: #ffffff;
  border: none;
  padding: 2em 5%;
  height: 100%;
  display: flow-root;
}

#comfort, #italian, #asian, #grilled, #soup, #sides, #salad, #bread {
  padding-top: 75px;
}

hr {
  border-color: #550000;
  width: 50%;
}

.services-header {
  text-align: center;
  color: #000000;
  background-color: #ece4f1
}

.services-header h2 {
  font-size: 26px;
  padding-top: 30px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

#services {
  background-color: #ece4f1;
  border: none;
  padding: 0 5%;
  justify-content: center;
  display: flex;
}

#services .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  }

.mb-4, .my-4 {
  margin-bottom: 1.5rem!important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
  margin: 10%;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .5rem 1.25rem;
  font-size: 15px;
  color: #000000;
}

.card-body h3 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.card-text {
  text-align: center;
}

.row {
  clear: both;
  max-width: 900px;
  margin: 0 auto;
}

.btn-group {
  margin: 30px 0;
}

.btn {
  color: #ffffff;
  border-color: #025b52;
  font-weight: 700;
  font-size: 18px;
  background-color: #025b52;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 30px;
}

.btn:hover {
  background-color: #0c665c;
  border-color: #0c665c;
}

.personalized-info {
  text-align: left;
}

.personalized {
  margin: 30px 0;
  text-align: left;
}

.col-7 {
  width: 55%;
  height: 100%;
  background-color: #ffffff;
  float: left;
  margin: 0 3% 0 0;
  list-style: none;
  position: relative;
}

#text-main {
  color: #000000;
  text-align: center;
  font-size: 24px;
}

#text-main h2 {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin-top: 0;
}

#text-main p {
  font-size: 15px;
  line-height: 1.7em;
  text-align: left;
}

.col-5 {
  width: 40%;
  height: 100%;
  background-color: #ffffff;
  float: left;
  list-style: none;
  position: relative;
}

.col-6 {
  width: 50%;
  text-align: center;
}

#img-main img {
  width: 90%;
}

/* Footer */
footer {
  display: block;
  min-height: 200px;
}

#footer {
  width: 100%;
  background-color: #171717;
  position: relative;
}

.back-to-top-link {
  display: block;
  z-index: 100;
  background-color: #fff;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
  padding-top: 2px;
}

.back-to-top-link a {
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  color: #363636;
  padding-left: 2px;
  padding-top: 20px;
  text-decoration: none;
}

.back-to-top-link a .arrow {
  display: block;
  text-align: center;
  width: 16px;
  margin: 0 auto 4px;
}

footer a {
  color: #ffffff;
}

.mast {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.footer-content {
  padding-top: 3%;
}

.fab, .fas {
  font-size: 35px;
}

span {
  font-size: 20px;
  font-weight: 800;
}

.span {
  text-decoration: none;
}

@media screen and (max-width: 650px) {
#logo {
  width: 70%;
  background-size: 250px 70px;
}

.landing {
  height: 300px;
  overflow: auto;
}

.landing-inner {
  height: 100%;
}

.landing span.title {
  font-size: 40px;
  width: 60%;
}

.landing img {
  width: 80%;
}

.landing h1 {
  font-size: 25px;
}

.landing p {
  width: 85%;
  font-size: 16px;
}

section.main-container {
  min-height: 100%;
  padding-top: 2em;
}

section.main-container.main-personalized {
  min-height: 1300px;
}

.row {
  display: flex;
  flex-flow: column-reverse;
}

#italian, #asian, #grilled, #soup, #sides, #salad, #bread {
  padding-top: 90px;
}

#text-main h2 {
  padding-top: 20px;
  text-align: center;
}

#text-main p {
  text-align: center;
}

.col-7 {
  width: 100%;
  height: 100%;
}

.col-7.menu {
    height: 600px;
}

.col-5 {
  width: 100%;
}

#img-main img {
  width: 75%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.col-6 {
  width: 100%;
}

.footer-content {
  padding-top: 7%;
 }
}

@media screen and (max-width: 425px) {
#logo {
  width: 70%;
  background-size: 225px 50px;
}

#main {
  width: 100%;
}

.landing {
  height: 250px;
  overflow: auto;
}

.landing-inner {
  height: inherit;
  padding-top: 100px;
}

.landing h1 {
  font-size: 20px;
  margin-top: 40px;
}

.fab, .fas {
  font-size: 30px;
 }
}

@media screen and (max-width: 375px) {
#logo {
  width: 70%;
  background-size: 200px 50px;
}

.fab, .fas {
  font-size: 25px;
  }
}

/* Sticky Nav */
.anchr {
  position: relative; 
}

.anchr-lnks {
  height:60px; /*same height as header*/
  margin-top: -60px; /*same height as header*/
  visibility: hidden;
  position: absolute;
}

.fas.fa-angle-right {
  color: #550000;
}


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
   position: fixed;
   top: 0;
   width: 100%;
   max-width: 1700px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.imgnavmbl {
   display: none;
}

#imgbnnr {
   background-color:#f6f6f7; 
   text-align: center; 
   padding: 10px 15px 5px;
   letter-spacing: 2.3px;
   border-bottom: 1px solid #d9e4ed;
}

.imglnkspan {
   display:none;
}
  
.imglnk {
   text-decoration: none !important;
   font-size: 14px;
   padding: 6px 12px;
   letter-spacing: 2.3px;
   cursor: pointer;
   margin-bottom: 0;
}

.imgnavlnk {
   text-transform: uppercase;
   font-weight: 400;
   color: #550000;
   font-size: 16px;
   text-decoration: none !important;
}

  .imgnavlnk:focus {
   color: #fff !important;
  }

.imgnavdsktp li {
   display: inline;
   padding: 30px 20px;
}

.imgnavdsktp a {
   display: inline-block;
   position: relative;
   font-weight: 500;
   text-decoration: none;
   color: #550000;
}

.imgnavdsktp a:hover{
   color: #7d0505 !important;
   font-weight: 600;
}

.imgnavdsktp a:before{
   content: "";
   position: absolute;
   width: 100%;
   height: 2px;
   bottom: -3px;
   left: 0;
   background-color: #7d0505;
   visibility: hidden;
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: all 0.15s ease-in-out 0s;
   transition: all 0.15s ease-in-out 0s;
}

.imgnavdsktp a:hover:before , .imgnavdsktp a.active:before {
   visibility: visible;
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}

@media screen and (max-width: 991px) {
   .sticky {
    margin-top: 60px;
 }
}

@media screen and (max-width: 793px) {
   .imgnavdsktp li {
    display: inline;
    padding: 20px 17px;
 }
}

@media screen and (max-width: 768px) {
   .imgnavlnk {
    font-size: 14px;
}
   .imgnavdsktp li {
    display: inline;
    padding: 20px;
}
   #imgbnnr {
    padding: 10px;
}
   .sticky {
    margin-top: 0px;
 }
}

  @media screen and (max-width: 742px) {
   .imgnavdsktp li {
    display: inline;
    padding: 20px 10px;
   }
  }

  @media screen and (max-width: 664px) {
   .anchr-lnks {
    height: 115px;
    margin-top: -115px;
   }

   .imgnavdsktp {
    display: none;
   }

   .imgnavmbl {
    display: block;
    overflow: hidden;
    background-color:#f6f6f7; 
    text-align: center; 
    padding: 0px; 
    letter-spacing: 1.5px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2.3px;
   }

   .imgnavmbl #sublinks {
    display: none;
   }

   .imgnavmbl a {
    color: #550000;
    padding: 12px 0px;
    text-decoration: none;
    font-size: 17px;
    display: block;
   }

   .imgnavmbl a.icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
   }

   #imgcarat {
    height: 15px;
    padding: 0px;
    margin: 5px 10px 5px 0;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
   }

   .imgFlip {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
   }

   .imgnavmbl span {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
   }

   .imgnavlnk {
    font-size: 14px;
   }

   #sublinks {
    padding-bottom: 14px;
    display: none;
   }

   a.imglnk.btn-style.btn-md.btn-border.btn-color-blue {
    padding: 10px;
    margin: 10px;
    font-size: 14px;
   }

   span.active-mbl {
    background-color: #f6f6f7;
    color: #550000;
   }
  }

/**
 * ----------------------------------------
 * animation bounce
 * ----------------------------------------
 */

.bounce-top:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
