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

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

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

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

    color: #000;
}

.colorback b {

    color: #06F5FE
}


.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: 69px;
    border: 0;
    position: relative;
}

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #163020;

    height: 3px;
    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;
}



.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: #47B4B3;

    border: 3px solid #E38C3C;
    border-radius: 10px;
    text-align: center;


}


.cardyc p,
.cardyc b {

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

.cardyc h1 {

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


}

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

    color: #fff;
    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);
    }
}


.shineytext {

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



.colortext {

    color: #335F46;
}


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

.bg-white h1 {

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

.bg-white p {

    color: #000;

}

.bg-white h4 {

    color: #000;
    text-align: center
}




.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-79 {
    backface-visibility: hidden;
    background: #E38C3C;
    border: 0;
    border-radius: .375rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-79:disabled {
    color: #787878;
    cursor: auto;
}

.button-79:not(:disabled):hover {
    transform: scale(1.05);
}

.button-79:not(:disabled):hover:active {
    transform: scale(1.05) translateY(.125rem);
}

.button-79:focus {
    outline: 0 solid transparent;
}

.button-79:focus:before {
    border-width: .125rem;
    content: "";
    left: calc(-1*.375rem);
    pointer-events: none;
    position: absolute;
    top: calc(-1*.375rem);
    transition: border-radius;
    user-select: none;
}

.button-79:focus:not(:focus-visible) {
    outline: 0 solid transparent;
}

.button-79:not(:disabled):active {
    transform: translateY(.125rem);
}

.button-79 h4 {

    font-size: larger;
    color: white;
}
