/* Custom - CSS */

.colorback {
    padding: 30px 0px;
    background-color: #606F43;

}

.colorback p {
    color: white;
}

.colorback li {
    color: white;
}

.colorback ul {
    color: white;
}

.colorback b {
    color: white;
}

.colorback h2 {
    color: white;

}

.colorback h1 {
    color: white;

}

.colorback h3 {
    color: white;

}

.colorback h4 {
    color: white;

}

.colorback strong {
    color: white;
}

.colorback .heading {
    color: white;
    border-bottom: 1px solid white;
}



.colorback2 {
    padding: 30px 0px;
    background-color: rgba(131, 87, 64, 1);

}

.colorback2 p {
    color: white;
}

.colorback2 li {
    color: white;
}

.colorback2 ul {
    color: white;
}

.colorback2 b {
    color: white;
}

.colorback2 h2 {
    color: white;

}

.colorback2 h1 {
    color: white;

}

.colorback2 h3 {
    color: white;

}

.colorback2 h4 {
    color: white;

}

.colorback2 strong {
    color: white;
}

.colorback2 .heading {
    color: white;
    border-bottom: 1px solid white;
}

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

hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: black;
    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;
}

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

.imageback h2 {

    color: white
}

.imageback p {

    color: white
}

.imageback strong {

    color: white
}


.zoom {
    transition: transform .2s;
}

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





.cardyc {

    border: 5px solid rgb(159, 29, 32);
    padding: 32px;
    border-radius: 8px;
    background-color: black;
    text-align: center;
    /*
        width: 455px;
	    height: 250px;
*/
}



.cardyc p {

    color: white;

}

.cardyc h1 {

    color: white;

}

.cardyc h4 {

    color: white;

}



.cardyb {

    border-top: 4px solid #4DCBBD;
    padding: 32px;
    border-radius: 5%;
    background-color: #525252;
    /*    width: 256px;*/

    box-shadow: 10px 10px 10px rgb(0, 0, 0, 0.9);
    /*
    -webkit-box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.6);
-moz-box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.6);
box-shadow: 3px 3px 15px 5px rgba(0,0,0,0.6);
*/


}

.cardyb p {

    color: white
}

.cardyb h3 {

    color: white
}

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

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



@-webkit-keyframes bounce {
    0% {
        transform: scale(1, 1) translate(0px, 0px);
    }

    30% {
        transform: scale(1, 0.8) translate(0px, 10px);
    }

    75% {
        transform: scale(1, 1.1) translate(0px, -25px);
    }

    100% {
        transform: scale(1, 1) translate(0px, 0px);
    }
}


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



/* CSS */
.button-56 {
    align-items: center;
    background-color: rgb(226, 26, 48);
    border: 2px solid #0B05B3;
    border-radius: 8px;
    box-sizing: border-box;
    color: #0B05B3;
    cursor: pointer;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    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: #0B05B3;
    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: #0B05B3;
    outline: 0;
}

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

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


/* CSS */
.button-562 {
    align-items: center;
    background-color: #CBCECD;
    border: 2px solid #0B05B3;
    border-radius: 8px;
    box-sizing: border-box;
    color: #0B05B3;
    cursor: pointer;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    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: #0B05B3;
    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: #0B05B3;
    outline: 0;
}

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

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

/* CSS */
.button-74 {
    background-color: #DAAF9B;
    border: 2px solid #606F43;
    border-radius: 30px;
    box-shadow: #606F43 4px 4px 0 0;
    color: #606F43;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    touch-action: manipulation;
}

.button-74:hover {
    background-color: #82563F;
}

.button-74:active {
    box-shadow: #606F43 2px 2px 0 0;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .button-74 {
        min-width: 120px;
        padding: 0 25px;
    }
}


.buttonback {
    padding: 30px 0px;
    background: rgb(25, 155, 234);
    background: linear-gradient(313deg, rgba(25, 155, 234, 1) 26%, rgba(34, 34, 34, 1) 26%);
    /*        background: linear-gradient(217deg, rgba(25, 155, 234, 1) 26%, rgba(34, 34, 34, 1) 26%);*/
    border-bottom: 4px solid black;

}



/* CSS */
.button-73 {
    appearance: none;
    background-color: #FFFFFF;
    border-radius: 40em;
    border-style: none;
    box-shadow: #ADCFFF 0 -12px 6px inset;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.24px;
    margin: 0;
    outline: none;
    padding: 1rem 1.3rem;
    quotes: auto;
    text-align: center;
    text-decoration: none;
    transition: all .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-73:hover {
    background-color: #179AE9;
    box-shadow: #096196 0 -6px 8px inset;
    transform: scale(1.125);
}

.button-73:active {
    transform: scale(1.025);
}

@media (min-width: 768px) {
    .button-73 {
        font-size: 1.5rem;
        padding: .75rem 2rem;
    }
}
