.background {
    background-color: rgb(240, 240, 240) !important;
    /* background-color: rgb(108, 59, 59) !important; */
}

.warm {
    color: #eb883192;
}

.cold {
    color: #4a91e296;
}

section {
    /* scroll-margin-top: 30px; */
    min-height: 5em;
    width: 100%;
    /* padding: 0.25em; */
    /* margin-bottom: 10em; */
    /* border: 1px solid lightgray; */
    background-color: aliceblue;
}

#home {
    background-color: #ececec;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-position-x: center;

    @media (min-width: 992px) {
        background-position-x: right;
        justify-content: flex-start;
    }
}

.banner-block {
    width: 400px;
    /* height: 150px; */
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-around;
    background-color: white;
    margin: 10px;
    @media (min-width: 992px) {
        margin-left: 20px;
    }
  }


#howItWorks {
    /* height: 800px; */
    background-color: #f0f0f0;
}

#service {
    /* height: 600px; */
    background-color: #ececec;
}

#about {
    /* min-height: 300px; */
    background-color: #f0f0f0;
}

#contact {
    /* height: 600px; */
    background-color: #ececec;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;

    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 45px;
    box-shadow: 0 0 10px #00000096;
    background-color: white !important;
    /* border-color: #c14b7b !important; */
}

.avatar {
    background: #fff;
    border-radius: 9999px;
    box-shadow: -1rem 0.5rem 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.nav .active {
    font-weight: bold;
}

.card {
    transition: box-shadow 600ms ease;
}

.card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.full_size_link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.small_note {
    font-size: 10px;
}