* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background: #171717;
  overflow: auto;
  overflow-x: hidden;
}

header {
  width: 100%;
  position: absolute;
  z-index: 3;
  background-color: rgba(255,255,255,0.9);
}

header nav {
  float: right;
  margin-right: 5em;
}

nav {
  position: relative;
  display: block;
}

div .container {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}

/* Main Menu */
#main-nav a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  font-size: 0.875em;
  text-decoration: none;
  padding: 1em 1.2em;
  margin-top: 1em;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 3px solid transparent; 
}

#main-nav ul {
  display: block;
  list-style: none;
}

#main-nav li {
  float: left;
  display: block;
}

#main-nav a:hover {
  color: #f04;
}

#logo {
  display: block;
  text-indent: -9999em;
  width: 80%;
  height: 100px;
  background: url(../img/fischer-gourmet-main-logo-v2.png) no-repeat;
  margin: 0.9375em 0 0.9375em 5em;
  float: left;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Side Menu */ 
.open-slide {
  display: none;
}

.side-nav {
  display: none;
}

/* Section */
.landing {
  position: relative;
  background-image: url('../img/fischer-gourmet-hero-banner-catering-services.jpg') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 400px;
}

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

.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.7);
  max-width: 55%;
  margin: auto;
  margin-top: 5%;
  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;
}

/* About Me */
section.main-container {
  background-color: #ffffff;
  border: none;
  padding: 3em 5%;
  height: 550px;
}

.email {
    color: #550000;
}

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

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

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

#services {
  background-color: #ffffff;
  border: none;
  padding: 0 5% 2%;
  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%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

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

.card-img-top.right-pic {
  background-image: url('../img/fischer-gourmet-baking-bread-cooking-classes.jpg') !important;
  height: 250px; 
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-img-top.left-pic {
  background-image: url('../img/fischer-gourmet-meal-prep-services.jpg') !important;
  height: 250px; 
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

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

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

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

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

.btn {
  color: #ffffff;
  border-color: #550000;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  background-color: #550000;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 30px;
}

.btn:hover {
  background-color: #7d0505;
  border-color: #7d0505;
}

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

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

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

section.main-container.main-personalized {
  background-color: #fafafa;
  height: 450px;
}

.main-personalized #text-main {
  background-color: #fafafa;
}

.main-personalized #img-main {
  background-color: #fafafa;
}

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

#text-main h2 {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
}

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

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

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

#img-main img {
  width: 90%;
  display: block;
  margin: auto;
}

#img-main img.img-responsive {
  width: 95%;
  display: block;
  margin: auto;
}

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

footer a {
  color: #ffffff;
}

#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;
}

.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 (min-width: 1500px) and (max-width: 2200px) {
  .landing h1 {
    margin-top: 3%;
  }
}

@media screen and (max-width: 1024px) {
.landing h1 {
  font-size: 40px;
 }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
#logo {
  width: 30%;
  background-size: 200px 70px;
  margin-left: 2em;
  }
}

@media screen and (max-width: 768px) {
.open-slide {
  display: block;
  float: right;
  padding-top: 1.6em;
  margin-right: 2em;
}

.side-nav {
  display: block;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

 .side-nav a {
  padding: 10px 10px 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.side-nav a:hover {
  color: #f04;
}

.side-nav .btn-close {
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-right 0.5s;
  overflow: hidden;
  padding: 20px;
}

#main-nav {
  display: none;
}

#logo {
  display: block;
  width: 30%;
  background-size: 230px 50px;
  margin-left: 2em;
}

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

.landing p {
  font-size: 20px;
  width: 80%;
}

.fa {
    padding-bottom: 20px;
}

i.fa.fa-bars {
    color: #000000;
}

.fab, .fas {
  font-size: 35px;
}
/*section.main-container {
  min-height: 700px;
}*/
section.main-container.main-personalized {
  min-height: 400px;
}
}

@media screen and (max-width: 768px) {
section.main-container {
    height: 635px;
 }
}

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

.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;
  }
}

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

#main {
  width: 100%;
}

.landing {
  overflow: auto;
}

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

.landing h1 {
  font-size: 18px;
  margin-top: 70px;
  max-width: 75%;
}

.title span {
  font-size: 15px;
}

section.main-container {
  min-height: 1020px;
  padding-top: 2em;
}

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

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

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

.col-5 {
  width: 100%;
}

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

.col-6 {
  width: 100%;
}

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

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

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

.landing {
    background-size: cover;
    height: 300px;
}

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

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

.col-7 {
  height: 650px;
}

.col-5 {
  height: 290px;
}

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

@media screen and (max-width: 325px) {
section.main-container {
  min-height: 1115px;
}
.col-7 {
  height: 720px;
}
 .col-7.menu {
  height: 360px;
}
 .col-5 {
    height: 250px;
 }
}

/**
 * ----------------------------------------
 * 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)
  }
}
