* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  font-family: "Source Sans Pro", sans-serif;
}

body {
  letter-spacing: 0.9px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-animation-name: contentFadeIn;
          animation-name: contentFadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  letter-spacing: 2px;
}

@-webkit-keyframes contentFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes contentFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

p {
  color: #1A659E;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
}

#cart-prod-desc, #cart-prod-cost {
  line-height: 5px;
}

/* Navbar - START*/
@media (min-width: 992px) {
  .navbar-collapse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bg-light {
  background-color: #B8F2E6 !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-light .navbar-toggler {
  color: #297373;
  border-color: transparent;
  outline: none;
  padding: 15px;
}

.navbar {
  padding: 0rem !important;
}

.disclaimer {
  width: 100%;
  text-align: center;
  background-color: cadetblue;
  color: #fff;
}

/* Navbar - END*/
.hamburger-icon {
  font-size: 35px;
}

/* Hero image - START*/
.jumbotron {
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(#f8f8f8)), url("https://yves91.github.io/mahe-munch/assets/doughnuts/doughnuts-4-612x471.jpg");
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, #f8f8f8), url("https://yves91.github.io/mahe-munch/assets/doughnuts/doughnuts-4-612x471.jpg");
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px !important;
  background-color: transparent;
}

.jumbotron-product {
  text-align: center;
  color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(0, 0, 0, 0)), to(#FFA69E));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 1%, #FFA69E);
}

.jumbotext {
  padding: 40px;
}

.jumbo-desc {
  text-shadow: 2px 1px 2px #606060;
  font-weight: bold;
  color: #fff;
}

/* Hero image - END*/
/* H Tags - START*/
h1 {
  text-shadow: 2px 1px 14px #6f6f6f;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 3.9px;
  -webkit-animation-name: productHeader;
          animation-name: productHeader;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes productHeader {
  from {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes productHeader {
  from {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

h2 {
  color: #1A659E;
  font-weight: bold;
  border-top: 2px solid #fff1ff;
  border-bottom: 2px solid #fff1ff;
  padding: 25px;
  font-size: 40px;
  text-align: center;
}

h1, h2 {
  font-family: "Lobster Two", cursive;
  letter-spacing: 0px;
}

h3 {
  text-align: center;
  color: #1A659E;
  font-weight: bold;
}

/* H Tags - END*/
label {
  color: #39393A;
}

a:link {
  color: #297373;
  background-color: transparent;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 2px;
  font-family: "Lobster Two", cursive;
}

a:visited {
  color: #297373;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FFA69E;
}

li {
  padding: 10px;
  color: #297373;
  font-weight: bold;
  text-align: center;
}

.btn:not(:disabled):not(.disabled) {
  background-color: #297373;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  border-radius: 10px !important;
  padding: 15px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  letter-spacing: 0.9px;
}

.btn-primary {
  border: none;
}

.fab {
  font-size: 60px;
}

#addCart {
  background-color: #FFA69E;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  -webkit-box-shadow: 4px 6px 5px #d1d1d1;
          box-shadow: 4px 6px 5px #d1d1d1;
}

.navbar-light .navbar-brand {
  text-align: center;
  margin-right: 0rem !important;
}

img {
  border-radius: 10px;
}

#product > img {
  height: 75%;
  opacity: 1.0;
  width: 60%;
}

#product > #storefront {
  width: -webkit-fill-available;
}

#product > #cart-image {
  width: 20%;
}

#product > img:hover {
  opacity: 0.5;
}

.col-sm {
  text-align: center;
}

.col-lg {
  padding-bottom: 20px;
  contain: content;
}

.row {
  margin: 0 !important;
  text-align: center;
  padding: 30px;
}

.form-group {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
}

input {
  border: none;
  padding: 8px;
  width: 300px;
}

.delivery-notice {
  text-align: center;
}

#submitBtn {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  letter-spacing: 0.9px;
  background-color: #FFA69E;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 4px 6px 5px #d1d1d1;
          box-shadow: 4px 6px 5px #d1d1d1;
}

#submitBtn:hover {
  background-color: #FFA69E;
  cursor: pointer;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.btn-lg {
  border-radius: 10rem !important;
}

#footer {
  background-color: #B8F2E6;
  /*height:200px;*/
  border-top: 2px solid #fff1ff;
  border-bottom: 2px solid #fff1ff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.designedBy {
  margin-top: 50px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */
