.container {
  max-width: 1280px;
  padding: 0 1.5rem;
  margin: auto;
  overflow: hidden; }

button {
  padding: 10px 18px;
  background: #8d1456;
  color: #f5ef92;
  border-radius: 5px;
  font-family: Catamaran, serif; }

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

body {
  font-family: 'Catamaran', sans-serif; }

a {
  text-decoration: none; }

img {
  width: 10%;
  height: auto;
  margin-top: 1rem;
  display: inline-block; }

ul li {
  list-style: none; }

#header-home .top {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#header-home #main-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row; }
  #header-home #main-nav ul li {
    margin: 0 0.5rem;
    border-bottom: 1px solid transparent; }
    #header-home #main-nav ul li a {
      color: #333;
      text-decoration: none; }
    #header-home #main-nav ul li:hover {
      border-bottom: 1px solid black; }

#treats h2 {
  font-family: 'Catamaran', sans-serif;
  line-height: 1.2;
  text-align: center; }

#treats .treats-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem; }
  #treats .treats-container img {
    width: 150px; }
  #treats .treats-container .lead {
    color: #666;
    font-size: 0.7rem; }
  #treats .treats-container .bold {
    color: #333;
    font-size: 0.7rem; }

#order-here .order {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

#order-here img {
  width: 100%;
  height: auto; }

#testimonials {
  padding-top: 55px;
  padding-bottom: 55px; }
  #testimonials .testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    #testimonials .testimonials .card {
      border: none; }
    #testimonials .testimonials .card-title {
      text-align: center; }
  #testimonials .recom {
    color: #3d4246;
    text-align: center;
    font-size: 1.5rem; }

#like_follow .follow_icons {
  text-align: center; }
  #like_follow .follow_icons .fab {
    font-size: 10rem; }
    #like_follow .follow_icons .fab.fa-facebook-square {
      color: #3b5998; }
    #like_follow .follow_icons .fab.fa-youtube-square {
      color: #c4302b; }
    #like_follow .follow_icons .fab.fa-twitter-square {
      color: #1da1f2; }
  #like_follow .follow_icons .icon-img {
    margin-top: 0;
    margin-bottom: 5.5rem; }

#main_footer {
  text-align: center;
  padding: 3rem;
  background-color: #f5f5f5;
  color: #3d4246; }
