body {
    font-family: BalooRegular !important;
    src: url("/static/Fonts/Baloo2-Regular.ttf");
    font-size: 20px !important;
}


html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


@font-face {
    font-family: BalooBold;
    src: url("/static/Fonts/Baloo2-Bold.ttf");
}

.baloo-bold {
    font-family: BalooBold;
}

@font-face {
    font-family: BalooExtraBold;
    src: url("/static/Fonts/Baloo2-ExtraBold.ttf");
}

.baloo-extra-bold {
    font-family: BalooExtraBold;
}

@font-face {
    font-family: BalooMedium;
    src: url("/static/Fonts/Baloo2-Medium.ttf");
}

.baloo-medium {
    font-family: BalooMedium;
}

@font-face {
    font-family: BalooRegular;
    src: url("/static/Fonts/Baloo2-Regular.ttf");
}

.baloo-regular {
    font-family: BalooRegular;
}

@font-face {
    font-family: BalooSemiBold;
    src: url("/static/Fonts/Baloo2-SemiBold.ttf");
}

.baloo-semi-bold {
    font-family: BalooSemiBold;
}

.font-blue {
    color: rgb(0, 191, 255);
}

.font-blue-shadow {
    text-shadow: 0 0 2px rgba(50, 50, 50, 0.1), 0 0 15px rgba(50, 50, 100, 0.2);
}

.font-charcoal {
    color: rgb(54, 69, 79);
}

.font-pink {
    color: rgb(205, 55, 93);
}

.font-16px {
    font-size: 16px;
}

.font-20px {
    font-size: 20px;
}

.font-22px {
    font-size: 22px;
}

.font-26px {
    font-size: 26px;
}

.font-50px {
    font-size: 50px;
}

.font-60px {
    font-size: 60px;
}

.grey-border {}

li {
    font-size: 20px;
    padding-bottom: 10px;
}

/*End of Font Family and Sizing*/

/*Button*/

/* From Uiverse.io by alexmaracinaru */
.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #b1dae7;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #234567;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #b1dae7;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.95);
}


/*End of Button*/


.bkground-colour-pink {
    background-color: rgba(205, 55, 93);
}


.bkground-colour-blue {
    background-color: rgb(0, 191, 255);
}

.box-wrapper {
    position: relative;
    text-align: center;
    color: white;
}

.box-wrapper img {
    z-index: -1;
    position: relative;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.20);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}

.coaching-image {
    max-width: 90%;
    border-radius: 5px;
}

.box-transparency {
    background: rgb(54, 69, 79, 0.7);
    width: 100%;
    height: 500px;
    border-radius: 20px;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.20);
}

.box-fully-transparency {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.20);
    padding: 20px;
}




.bkground-children-1 {
    background-image: url("/static/img/ChildrenPlaying.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.bkground-headphones {
    background-image: url("/static/img/Headphones.png");
    max-width: 100%;
}

.bkground-support {
    background-image: url("/static/img/Support.png");
    max-width: 100%;
}

.background-services-1 {
    background: url("/static/img/Services1.png");

}

.bkground-small-services {
    background: url("/static/img/Services1-small-v1.png");
    background-repeat: no-repeat;

}

.background-services-2 {
    background: url("/static/img/Services2.png");

}

.btn-pink {
    color: rgb(205, 55, 93) !important;
    font-family: BalooSemiBold !important;
    font-size: 20px !important;
}

.checked {
    color: orange;
}

a.email-link {
    text-decoration: none;
    font-weight: bold;
    color: rgb(205, 55, 93);
}

a:hover {
    text-decoration: none;
    font-weight: bold;
    color: rgb(0, 191, 255);
}



.header-pink {
    background-color: rgb(205, 55, 93);

}

.col-wrapper {
    width: 500px;
    height: auto;

}

.col-img-wrapper {
    width: 500px;
    height: auto;

}

.header-img-wrapper {
    /*keep*/
    max-width: 90%;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.20);
}

.header-portrait-img-wrapper {
    /*keep*/
    max-width: 50%;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.20);
}


.wrapper {
    height: auto;
    width: 450px;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    margin: auto;
}

.wrapper-portrait {
    height: auto;
    width: 300px;
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    margin: auto;
}

.header-text-wrapper {
    width: auto;
    padding: 1px;
    margin: 20px;
}

.paragraph-text-wrapper {
    width: auto;
    padding: 5px;
    margin: 40px;
}

.list-group-item {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: rgba(255, 255, 255, 0) !important;
}

/*.list-group-item-action{
    background-color: rgba(205, 55, 93, 0.8)!important;
    border-color:rgb(255, 255, 255)!important;
}*/

.img-container {
    height: auto;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
    transform: rotate(22deg);
    overflow: hidden;
    box-shadow: 1px 0px 3px rgba(100, 50, 50, 0.5), 5px 1px 12px rgba(100, 50, 50, 0.6);
}

.input-group {
    justify-content: center;
}

.top-cover-img {
    background: url("/static/img/IndexCoverImg.png");
    background-size: cover;
    height: 500px;
}

.border-gold {
    border-radius: 12px;
    height: 100%;
    border-style: double;
    border-color: rgba(54, 69, 79, 0.2)
}

.services-cover-img {
    background: url("/static/img/ServicesCoverImg.png");
    background-size: cover;
    height: 500px;
}

.next-steps-cover-img {
    background: url("/static/img/coffee.png");
    background-size: cover;
    height: 700px;
}

.row-shadow {
    box-shadow: 0 0 5px rgb(10, 10, 1);
    z-index: 1;
    position: relative;
}


.top-cover-text {
    width: auto;
    padding: 60px;
    margin: 47px;
    position: absolute;
    top: 84px;
    bottom: 0;
    left: 77px;
    right: 371px;

}

.page-intro-title {
    width: auto;
    padding: 30px;
    margin: 20px
        /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
}

.intro-title {
    width: auto;
    padding: 30px;
}



.services-cover-text {
    padding: 30px;
    position: relative;
    top: 15%;
    left: 24%;
    width: 50%;

}

.transparent-pink {
    background-color: rgba(205, 55, 93, 0.8);
    overflow: hidden;
}

.transparent-pink-skewed {
    background-color: rgba(205, 55, 93, 0.8);
    overflow: hidden;
    width: 1000px;
    border: 1px solid rgb(205, 55, 93, 0.8);
    border-radius: 0 50px 0 0;
    transform: rotate(22deg);
    margin: 0px 0px 0px -76px;
    position: relative;
}

.transparent-blue-skewed {
    background-color: rgba(0, 191, 255, 0.8);
    overflow: hidden;
    width: 1000px;
    border: 1px solid rgb(0, 191, 255);
    border-radius: 0 0 0 50px;
    transform: rotate(22deg);
    margin: -58px -22px 0px 0;
    position: relative;
    float: right;
}

.transparent-blue-skewed-2 {
    background-color: rgba(0, 191, 255, 0.8);
    overflow: hidden;
    width: 1000px;
    border: 1px solid rgb(0, 191, 255);
    border-radius: 50px 0 0 0;
    transform: rotate(-25deg);
    margin: -84px -66px 0 0;
    position: relative;
    float: right;
}

.transparent-blue {
    background-color: rgba(0, 191, 255, 0.8);
    overflow: hidden;
}

.text-wrapper {
    width: auto;
    padding: 60px;
    margin: 40px;
}

/* Social Media Links and Logo */

.logo-title {
    width: auto;
    padding: 24px;
}

.email-address {
    line-height: 0;
    margin-bottom: 0;
}

.social-media-icons {
    float: right;
}

.social-media-icons svg {
    fill: white;
}

/* Navigation */
.nav-link {
    font-family: BalooMedium;
    font-weight: bold !important;
    color: rgb(205, 55, 93) !important;
}

.nav-link:hover {
    font-family: BalooMedium;
    font-weight: bold !important;
    color: rgb(0, 191, 255) !important;
}

/*Flip-box*/

.flip-box-outter {
    margin-top: -400px
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 500px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    border-radius: 20px;
    /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border-radius: 20px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
    border-radius: 20px;
}

/* Style the front side */
.flip-box-front {}

/* Style the back side */
.flip-box-back {
    background-color: rgb(0, 191, 255);
    color: white;
    transform: rotateY(180deg);
}

.flip-box-transparency {
    /*background: rgb(54, 69, 79, 0.6);*/
    width: 100%;
    height: 500px;
    border-radius: 20px;
}

.flip-box-text-wrapper {
    width: auto;
    height: 100%;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*End of Flip Box */

/* Quotes Slider */
.rs-wrap {
    overflow: hidden;
    width: 100%;
}

.rs-track {
    display: flex;
    will-change: transform;
}

.rs-card {
    flex: 0 0 calc(33.333% - 16px);
    margin-right: 3px;
    background: rgb(205, 55, 93);
}

/*.rs-stars { color: #f59e0b; font-size: 14px; margin-bottom: 8px; }*/
.rs-text {
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
    padding: 14px 30px 0 30px;
}

/* .rs-author { font-size: 13px; color: #6b7280; font-weight: 500; }*/
.rs-author {
    visibility: collapse;
}


/*End of Quotes Slider*/

/*Accordion*/

.accordion {
    box-shadow: 8px 8px 18px 0px rgba(0, 0, 0, 0.20);
}

.accordion-wrapper {
    background-color: rgb(0, 191, 255);


}

.accordion-button {
    font-size: 20px !important;
    color: rgb(205, 55, 93) !important;
}

/*End of Accordion*/

.bk-ground-gold {
    float: right;
    margin-top: -140px;
    margin-right: -25px;
    filter: opacity(78%) blur(0px);
    rotate: 20deg;

}

.coaching-top-1 {
    float: right;
    margin-top: -87px;
    margin-right: 0px;
    filter: opacity(78%) blur(0px);
    rotate: -20deg;

}

.coaching-bottom-1 {
    /*keep*/
    margin-top: -500px;
    margin-right: 0px;
    filter: opacity(78%) blur(0px);
    rotate: 78deg;
    z-index: 3;
    position: absolute;

}

.about-bottom-1 {
    float: right;
    margin-top: -500px;
    margin-right: 0px;
    filter: opacity(78%) blur(0px);
}

.selector-for-some-widget {
    box-sizing: content-box;
}


@media (min-width: 1200px) {}

@media (max-width: 800px) {
    .rs-card {
        flex: 0 0 calc(100% - 16px);
    }
}

@media (max-width: 575.98px) {

    /*Home page*/
    .social-media-icons {
        float: none;
        text-align: center;
    }

    .logo-text h1 {
        font-size: 50px;
        text-align: center;
    }

    .logo-text p {
        font-size: 30px;
        text-align: center;
    }

    .email-address {
        text-align: center;
    }

    .top-cover-img .services-cover-img {
        height: 260px;
    }

    .top-cover-text {
        width: auto;
        padding: 40px;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .services-cover-img {
        height: 260px;
    }

    .services-cover-text {
        padding: 10px;
        position: relative;
        top: -175px;
        left: 0;
        right: 0;
        bottom: 0;

    }

    .font-20px {
        font-size: 18px;
    }

    .font-22px {
        font-size: 20px;
    }

    .font-50px {
        font-size: 40px;
    }

    .text-wrapper {
        width: auto;
        padding: 40px;
        margin: 20px;
    }

    /*1:2:1 Page */
    body {
        font-size: 18px !important;
    }

    .flip-box-outter {
        margin-top: -277px;
    }

    .bk-ground-gold {
        margin-top: 0;
    }

    .flip-box {
        margin-top: 15px;
    }

    .transparent-pink {
        padding: 10px;
    }

    .list-group-item {
        font-size: 18px;
    }

    .next-steps-cover-img {
        height: 260px;
    }

    /*Coaching and Workshops Page */
    .coaching-image {
        max-width: 100%;
    }

    .rs-track {

        will-change: transform;
    }

    .rs-text {
        font-size: 25px;
    }

    /*About Me Page */
    .wrapper-portrait {
        width: 100%;
    }
}



@media (max-width: 400px) {

    /*Home page*/
    .top-cover-img {
        height: 200px;
    }

    .top-cover-text {
        padding: 20px;
    }

    .font-50px {
        font-size: 30px;
    }

    .logo-text h1 {
        font-size: 40px;
        text-align: center;
    }

    /*1:2:1 Page*/
    .page-intro-title {
        width: auto;
        padding: 0;
        margin: 8px;
    }

    .wrapper {
        height: auto;
        width: 360px;
    }

    /*Coaching and Workshops Page */
    .rs-track {
        will-change: transform;
    }

    .rs-text {
        font-size: 20px;
    }

}


.grad1 {
    background-image: linear-gradient(177deg, rgb(205, 55, 93) 0% 74.5%, white 75% 100%);
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.content {
    max-width: 1200px;

}

.container-fluid {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.gold {
    background-image: url("/static/img/gold-splatter500px.png");
    background-repeat: no-repeat;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.img-sizing img {
    display: block;
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
}