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

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

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

.colorback h2,
.colorback h3,
.colorback h4,
.colorback h1 {
    color: #000;
}

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: #01b3f3;
    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 h3,
.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,
.imageback p {
    color: #add8e6;
    text-align: center;
    justify-self: center;
    font-size: xx-large;
}

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

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

.cardyc {
    border: 3px double #3eb3f3;
    padding: 20px;
    border-radius: 10%;
    background-color: #222;
    text-align: center;
    /*    box-shadow: #473d44 7px 7px;*/
}

.cardyc p {
    /*    color: #828B5E;*/
    text-align: center;
    justify-self: center;
}

.cardyc h1 {
    color: #a74d0e;
    text-align: center;
    justify-self: center;
}

.cardyc h2,
.cardyc h3,
.cardyc h4,
.cardyc ul,
.cardyc li {
    color: white;
    justify-self: center;
    text-align: center;
    /*font-size: larger;*/
}

.cardyc h4, {
    color: white;
    justify-self: center;
    text-align: center;
    font-size: 18px;
}

.cardyc p {
    color: white;
}

.cardyb {
    border: 5px solid #eca054;
    padding: 20px;
    border-radius: 40px;
    background-color: white;
    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, #996b31, #cab06c, #996b31);
    -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;
}

.boom h1 {
    font-size: xx-large;
    color: #595d51;
}

.boom h2 {
    color: #a39b8b;
}

/* CSS */
.button-19 {
    appearance: button;
    background-color: #1899d6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 16px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter 0.2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    /*    width: 100%;*/
}

.button-19 h3 {
    color: white;
}

.button-19:after {
    background-clip: padding-box;
    background-color: #1cb0f6;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.button-19,
.button-19:focus {
    user-select: auto;
}

.button-19:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.button-19:disabled {
    cursor: auto;
}

.button-19:active {
    border-width: 4px 0 0;
    background: none;
}

.card-container {
    width: 390px;
    height: 390px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #ededed;
    justify-self: center;
}

.card {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.card .front-content {
    width: 100%;
    height: 100%;
    /* display: flex; */
    display: grid;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card .front-content p {
    font-size: 32px;
    font-weight: 700;
    opacity: 1;
    background: linear-gradient(-45deg, #6699ff 0%, #969696 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(-45deg, #6699ff 0%, #969696 100%);
    color: #fff;
    line-height: 1.5;
    border-radius: 5px;
    pointer-events: none;
    transform: translateY(-96%);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.card .content .heading {
    font-size: 32px;
    font-weight: 700;
}

.card:hover .content {
    transform: translateY(0);
}

.card:hover .front-content {
    transform: translateY(30%);
}

.card:hover .front-content p {
    opacity: 0;
}

.about {
    border: 3px double #473d44;
    background-color: #05b4f3;
    padding: 20px;
    align-self: center;
    justify-self: center;
}

.about h2,
.about p,
.about b {
    justify-self: center;
    text-align: center;
    color: #444;