/* Custom - CSS */
/* Custom - CSS */

.colorback {
    padding: 30px 0px;
    background-color: #862A5F;
}

.colorback p,
.colorback li,
.colorback ul,
.colorback strong {
    color: #fff;
}

.colorback h2,
.colorback h3,
.colorback h4,
.colorback h1 {

    color: #F4EADD;
}



.colorback2 {
    padding: 30px 0px;
    background-color: #BC7CAF;
    border-bottom: 5px white solid;
}

.colorback2 p,
.colorback2 li,
.colorback2 ul,
.colorback2 b,
.colorback2 strong {
    color: #fff;
}

.colorback2 h2,
.colorback2 h3,
.colorback2 h4,
.colorback2 h1 {

    color: #F8B4D4;
}


.centered {
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1,
.centered h2,
.centered h3,
.centered h4,
.centered p,
.centered a {
    justify-self: center;
    text-align: center;
}

hr {
    background: url("../img/hr.png") no-repeat top center;
    background-size: contain;
    display: block;
    height: 84px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #862A5F;
    height: 2px;
    top: 22px;
}

hr:before {
    left: 0;
    right: 60%;
    margin-right: 10px;
    margin-left: 70px;
}

hr:after {
    right: 0;
    left: 60%;
    margin-left: 10px;
    margin-right: 70px;
}


.roof .workspace .element {
    align-self: center;
    justify-self: center;
}

.roof .workspace .element .element h1,
.roof .workspace .element .element h2,
.roof .workspace .element .element h3,
.roof .workspace .element .element h4,
.roof .workspace .element .element p {
    justify-self: center;
    text-align: center;
}



/*
@media(max-width: 768px) {
    .roof .workspace .element {
        align-self: left;
        justify-self: left;
    }

    .roof .workspace .element .element h1,
    .roof .workspace .element .element h3,
    .roof .workspace .element .element p {
        justify-self: left;
        text-align: left;
    }
}*/


.imageback {
    padding: 120px 0px;
    /*    background-color: #41BBAE;*/
    background-image: url("../img/imgback.jpg");
    background-repeat: no-repeat;
    background-size: cover;



}


.imageback h1 {

    color: #50FD00;

    text-align: center;
    justify-self: center;
    font-size: xx-large;

}

.imageback p,
.imageback ul,
.imageback li,
.imageback b,
.imageback strong {

    color: #fff;
}

.imageback h2 {

    color: #253236;
    text-align: center;
    justify-self: center;


}




/*
.imageback h3,
.imageback h4 {

    color: #fff;
    font-size: xx-large;
}*/


/*
.imageback strong {

    color: #fff
}
*/


.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}


.cardyc {

    padding: 20px;
    background: rgb(168, 169, 171);
    background: linear-gradient(90deg, rgba(168, 169, 171, 1) 0%, rgba(170, 171, 173, 1) 38%, rgba(218, 216, 217, 1) 100%);
    border: 3px solid #191919;
    border-radius: 10px;
    text-align: center;


}


.cardyc p {

    color: #000;
    text-align: center;
    justify-self: center;
}

.cardyc h1 {

    color: #000;
    text-align: center;
    justify-self: center;


}

.cardyc h2,
.cardyc h3,
.cardyc h4,
.cardyc ul,
.cardyc li {

    color: #000;
    justify-self: center;
    text-align: center;

}

.cardyb {

    border: 5px solid #ECA054;
    padding: 20px;
    border-radius: 40px;
    background-color: #F5CDA7;
    text-align: center;

}


.cardyb p {

    color: black;
    text-align: left;
    justify-self: left;
}

.cardyb h1 {

    color: black;
    text-align: left;
    justify-self: left;

}

.cardyb h3,
.cardyb ul,
.cardyb li {

    color: black;
    justify-self: left;
    text-align: left;
}


.bounce {
    -webkit-animation: bounce 1.5s infinite;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.mobishow {
    display: none !important;
}

.mobihide {
    display: grid !important;
}

@media (max-width: 600px) {
    .mobishow {
        display: grid !important
    }

    .mobihide {
        display: none !important;
    }
}

.shineytext {

    background: linear-gradient(to right, #84673D, #C0965F, #84673D);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.bluetext {

    color: #303A97;
}


.bg-white {
    padding: 40px;
    background-color: rgba(189, 229, 255, 0.8);
    border: 9px #BFC2E4 double;
}

.bg-white h1 {

    color: #fff;
    font-size: xx-large;
}

.bg-white h4 {

    color: #fff;
    text-align: center
}


/* CSS */
.button-18 {
    align-items: center;
    background-color: #F04C9A;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.button-18:hover,
.button-18:focus {
    background-color: #F04C9A;
    color: #ffffff;
}

.button-18:active {
    background: #B9A5C7;
    color: rgb(255, 255, 255, .7);
}

.button-18:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}

.button-18 h3 {

    z-index: 9999;
    color: black
}


.sparkley {

    /*    background: lighten(#2c3e50, 10%);*/
    color: white;
    transition: all 0.25s ease;


    /*    box-shadow: 0 38px 32px -23px black;*/

    /*
    &:hover {

                background: #2c3e50;
        color: transparentize(white, 0.8);

    }
*/

}

.sparkley:hover {

    color: transparentize(white, 0.8);
}


/* CSS */
.button-56 {
    align-items: center;
    background-color: #862A5F;
    border: 2px solid #2B2B2B;
    border-radius: 8px;
    box-sizing: border-box;
    color: #2B2B2B;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-56:after {
    background-color: #2B2B2B;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.button-56:hover:after {
    transform: translate(0, 0);
}

.button-56:active {
    background-color: #D7D0C4;
    outline: 0;
}

.button-56:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button-56 {
        padding: 0 40px;
    }
}

.button-56 h3 {

    color: white;
}



/* CSS */
.button-562 {
    align-items: center;
    background-color: #F3EADC;
    border: 2px solid #2B2B2B;
    border-radius: 8px;
    box-sizing: border-box;
    color: #2B2B2B;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-562:after {
    background-color: #2B2B2B;
    border-radius: 8px;
    content: "";
    display: block;
    height: 48px;
    left: 0;
    width: 100%;
    position: absolute;
    top: -2px;
    transform: translate(8px, 8px);
    transition: transform .2s ease-out;
    z-index: -1;
}

.button-562:hover:after {
    transform: translate(0, 0);
}

.button-562:active {
    background-color: #2B2B2B;
    outline: 0;
}

.button-562:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .button-562 {
        padding: 0 40px;
    }
}

.button-562 h3 {

    color: #2B2B2B;

}
