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

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

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

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

    color: #EC7100 !important;
}

.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;
}



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: #013148;

    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: white !important;
    text-align: center;
    justify-self: center;
    font-size: xx-large;

}



.imageback h2 {

    color: white !important;
    text-align: center;
    justify-self: center;


}

.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: #45B1B1;

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


}


.cardyc p {

    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, #99702B, #cca964, #99702B);
    -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-78 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-78 {
        padding: 19px 32px;
    }
}

.button-78:before,
.button-78:after {
    border-radius: 80px;
}

.button-78:before {
    background-image: linear-gradient(92.83deg, #ff7426 0, #EC7100 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.button-78:after {
    background-color: initial;
    background-image: linear-gradient(#013148 0, #013148 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-78:hover:not(:disabled):before {
    background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, #EC7100 100%);
}

.button-78:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
}

.button-78:active:not(:disabled) {
    color: #ccc;
}

.button-78:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #EC7100 100%);
}

.button-78:active:not(:disabled):after {
    background-image: linear-gradient(#013148 0, #013148 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-78:disabled {
    cursor: default;
    opacity: .24;
}

.button-78 h4 {

    font-size: larger;
    color: white;
}


/*

2*/


/* CSS */
.button-782 {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .button-782 {
        padding: 19px 32px;
    }
}

.button-782:before,
.button-782:after {
    border-radius: 80px;
}

.button-782:before {
    background-image: linear-gradient(92.83deg, #ff7426 0, #EC7100 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.button-782:after {
    background-color: initial;
    background-image: linear-gradient(#fff 0, #fff 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.button-782:hover:not(:disabled):before {
    background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, #EC7100 100%);
}

.button-782:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
}

.button-782:active:not(:disabled) {
    color: #ccc;
}

.button-782:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #EC7100 100%);
}

.button-782:active:not(:disabled):after {
    background-image: linear-gradient(#fff 0, #fff 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
}

.button-782:disabled {
    cursor: default;
    opacity: .24;
}

.button-782 h4 {

    font-size: larger;
    color: #013148 !important;
}
