body {
    /* background-image: url('../images/home_reference_twitch.png'); */
    background-image: url('../images/bg.png');
    background-attachment: fixed;
    background-size: cover;
    /* background: #fef8f1; */
    overflow-x: hidden;
}


/* <--- Commissions ---> */

.comms {
    position: relative;
    display: block;
    width: 60%;
    margin: 50px auto;
    min-height: 600px;
}

.images {
    display: flex;
    width: 100%;
}

.image {
    opacity: 50%;
    width: 20vw;
    height: 20vw;
    border-bottom: 5px solid white;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
    transition: width 0s;
    transition: height 0s;
}

.image:first-of-type {
    justify-content: left;
}

.image:nth-of-type(3) {
    justify-content: right;
}

.image img {
    height: 95%;
    position: absolute;
    bottom: 0;
}

.active img {
    width: 100%;
    height: 100%;
}

.active {
    opacity: 100%;
    border-width: 5px;
    border-style: solid;
    border-bottom: 0px;
}

.comms .textcont {
    width: 100%;
    display: inline-block;
    padding: 35px 0px;
    border-width: 5px;
    border-style: solid;
    border-top: 0px;
    background-color: #f7eeec;
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
}

.textcont .left {
    margin-top: -5px;
    margin-left: 50px;
    width: 40%;
    float: left;
    font-size: 35pt;
    letter-spacing: -6px;
    color: white;
    -webkit-text-stroke-width: 3px;
}

.title,
.price {
    font-family: 'LuloCleanW01-OneBold', sans-serif;
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
}

.textcont .right {
    width: 45%;
    float: right;
    font-size: 17.5pt;
    margin-right: 50px;
    font-weight: bolder;
}

.desc {
    font-family: 'Poppins', sans-serif;
    white-space: pre-line;
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
}

@media screen and (orientation:portrait),
(max-width:1500px) {
    .comms {
        width: 90%;
    }
    .image {
        width: 30vw;
        height: 30vw;
    }
    .textcont .left {
        font-size: 3.75vw;
    }
}

@media screen and (max-width:1000px) {
    .textcont .left {
        font-size: 7.5vw;
        float: none;
        margin: 0px auto;
        width: 90%;
        margin-bottom: 35px;
    }
    .textcont .right {
        font-size: 5.5vw;
        float: none;
        margin: 0px auto;
        width: 85%;
        text-align: left;
    }
    .comms .textcont {
        display: block;
        text-align: center;
    }
}


/* <--- end ---> */


/* <--- Dos and Donts ---> */

.dosanddonts {
    display: block;
    padding: 75px 0px;
}

.row1 {
    width: 40%;
    margin: 0px auto;
    margin-bottom: 100px;
}

.row1 .title {
    font-size: 35pt;
    letter-spacing: -6px;
    color: white;
    -webkit-text-stroke-width: 3px;
    text-align: center;
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
}

.row1 .title p {
    font-family: 'LuloCleanW01-OneBold', sans-serif;
}

.row2 {
    display: block;
    width: 60%;
    margin: 0px auto;
}

.row2 .row{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.row2 .row .col{
    width: 50%;
    display: flex;
}

.row2 .row .col .left {
    width: 7.5%;
    height: 100%;
    margin-right: 10px;
    font-size: 30pt;
    padding-top: 6px;
}
.fa-solid{
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
}

.row2 .row .col:first-of-type .left {
    margin-right: 20px;
}

.row2 .row .col .right {
    width: 80%;
    height: 100%;
    font-size: 20pt;
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
}

.row2 .row .col .right p {
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width:1300px) {
    .row1 {
        width: 80%;
    }
    .row2 {
        width: 85%;
    }
    .row2 .row .col .left {
        font-size: 3vw;
    }
    .row2 .row .col .right {
        font-size: 2vw;
    }
}

@media screen and (max-width:1100px) {
    .row2 .row .col .left {
        font-size: 7vw;
        margin-right: 30px;
    }
    .row2 .row .col:first-of-type .left {
        margin-right: 50px;
    }
    .row2 .row .col .right {
        font-size: 5vw;
    }
}

/* <--- end ---> */

/* <--- Order ---> */
.order{
    display: block;
    width: 100%;
    text-align: center;
    padding: 100px 0px;
    background-color: #f8e6da;
}
.bigtext{
    font-size: 35pt;
    letter-spacing: -6px;
    color: white;
    -webkit-text-stroke-width: 3px;
    text-align: center;
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
    font-family: 'LuloCleanW01-OneBold', sans-serif;
    margin-bottom: 100px;
}
.button{
    display: block;
    text-decoration: none;
    font-family: 'LuloCleanW01-OneBold', sans-serif;
    letter-spacing: -5px;
    font-size: 25pt;
    color: white;
    margin: 0px auto;
    padding-top: 15px;
    width: 330px;
    padding-bottom: 16px;
    border-radius: 40px;
    -webkit-text-stroke-width: 0px;
    cursor: pointer;
    margin-bottom: 10px;
}
.smalltext{
    font-weight: bolder;
    font-size: 20pt;
    transition: .5s cubic-bezier(.14, .4, .09, .99)!important;
    letter-spacing: -6.5px;
    font-family: 'LuloCleanW01-OneBold', sans-serif;
}