body,
html {
    margin: 0;
    background-color: #ffe1e1;
    font-family: 'Bad Script', cursive;
    color: #523e67 !important;
}

.bg {
    background-image: url("img/header2.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headerBox {
    color: white;
    margin-top: 150px !important;
}

.btn-round {
    border-radius: 30px;
}

.text-cyan {
    background: inherit;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    border-radius: 3px;
}

#contact {
    background: #f9f9f9;
    padding: 25px;
    margin: 50px 0;
    width: auto;
    border-radius: 5px;
}

#contact h3 {
    color: #f96;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid green;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #dfd7e7;
    color: black;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

@media (max-width: 575.98px) {
    .leading2 {
        padding-top: 10px;
        font-size: 20px;
        font-weight: lighter;
    }

    h2#header-title {
        padding-top: 50px;
    }
}

@media (max-width: 991.98px) {
    .quoteBox {}

    .leading {
        font-size: 45px !important;
    }

    .leading2 {
        font-size: 25px !important;
    }

    .desktop-spacer {}

    #contact {
        margin: 10px;
    }
}

@media (min-width: 768px) {
    .leading {
        font-size: 70px;
    }

    .leading2 {
        font-size: 30px;
        font-weight: lighter;
    }

    .h-md-100 {
        height: 100vh;
    }

    .quoteBox {
        margin-top: 70px !important;
    }

    .desktop-spacer {
        margin-top: 100px;
    }
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards__item {
    display: flex;
    padding: 1rem;
}

@media (min-width: 40rem) {
    .cards__item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards__item {
        width: 33.3333%;
    }
}

.card {
    background-color: white;
    border: none;
    border-radius: 0.7rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem;
}

.card__image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    overflow: hidden;
    position: relative;
}

.card__image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

@media (min-width: 40rem) {
    .card__image::before {
        padding-top: 66.6%;
    }
}

.card__image--1 {
    background-image: url(img/classic-1.jpg);
}

.card__image--2 {
    background-image: url(img/classic-2.jpg);
}

.card__image--3 {
    background-image: url(img/sponge.jpg);
}

.card__image--4 {
    background-image: url(img/sponge-2.jpg);
}

.card__image--5 {
    background-image: url(img/sponge-3.jpg);
}

.card__image--6 {
    background-image: url(img/cheesecake-1.jpg);
}

.card__image--7 {
    background-image: url(img/cheesecake-2.jpg);
}

.card__image--8 {
    background-image: url(img/cheesecake-3.jpg);
}

.card__image--9 {
    background-image: url(img/macaron-1.jpg);
}

.card__image--10 {
    background-image: url(img/macaron-2.jpg);
}

.card__image--11 {
    background-image: url(img/macaron-3.jpg);
}

.card__image--12 {
    background-image: url(img/tartlet-1.jpg);
}

.card__image--13 {
    background-image: url(img/tartlet-2.jpg);
}

.card__image--14 {
    background-image: url(img/tartlet-3.jpg);
}

.card__image--15 {
    background-image: url(img/tartlet-4.jpg);
}

.card__image--16 {
    background-image: url(img/tartlet-5.jpg);
}

.card__title {
    font-weight: bolder;
    color: #523e67;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
}

.card__text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.quoteCall {
    background-color: #dfd7e7;
    border-radius: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    border: none;
    margin-left: 20px;
}

.callToAction {
    margin-top: 170px;
}

.footer {
    margin-top: 100px;
    width: 100%;
    padding-bottom: 20px;
}

.row {
    --bs-gutter-x: none;
}

.btn-primary {
    color: #523e67 !important;
    background-color: #dfd7e7;
    border: none;
    font-weight: bold;
}

.btn:hover {
    color: #523e67 !important;
    background-color: #dfd7e7;
    border: none;
    font-weight: bold;
}

.btn:clicked {
    color: #523e67 !important;
    background-color: #dfd7e7;
    border: none;
    font-weight: bold;
}

.card:hover {
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.6);
    transition: .7s;
    animation: ease-in-out;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

a:clicked {
    color: inherit;
}

.options {
    color: black;
    background-color: white;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    width: 300px;
    height: auto;
    padding: 7px;
    padding-bottom: 20px;
    margin: 10px;
    font-size: 20px;
}

/*.btn {
    padding: 0px !Important;
}*/

.img-func {
    border-radius: 7px;
}

.logo-container {
    margin: auto;
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
}

.logo-img {
    position: relative;
    width: 80%;
    height: 50%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translateY(calc(-50% - 3px)) translateX(calc(-50% - 3px));
    border: 3px solid #fff;
    overflow: hidden;
}

.logo-img>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.quoteCall {
    background-color: white;
    border-radius: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    border: none;
    margin-left: 20px;
}

input {
    width: 300px;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid #523e67;
    margin-top: 5px;
    font-weight: bold;
}

textarea {
    width: 300px;
    height: 70px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #523e67;
}

.order-btn {
    color: #523e67 !important;
    background-color: white;
    border: none;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    width: 300px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
}

::-webkit-input-placeholder { /* Edge */
  color: lightgray;
  font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: lightgray;
  font-weight: normal;
}

::placeholder {
  color: lightgray;
  font-weight: normal;
}