@import url('https://fonts.googleapis.com/css?family=Cantata+One');
@import url('https://fonts.googleapis.com/css?family=Lato');

/*html {
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background-color: #bdc2e8;
    background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%);
    background-repeat: no-repeat;
}*/

/* CARD STYLING */

.container-flip,
.card-flip,
.card_front,
.card_back {
    width: 397px;
    height: 440px;
    margin: 3em auto;
}

.card_front,
.card_back {
    /*   height: 100%; */
    /*background: url('http://i280.photobucket.com/albums/kk195/thelittleblacksmith/lobster-nebula_zps2j1cvbkx.jpg') no-repeat;*/
    box-shadow: 0px 5px 25px 0px rgba(51,51,51,0.28);
}

.card-symbol {
    margin: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: 'Cantata One', serif;
    font-size: 13em;
    mix-blend-mode: lighten;
}

@supports(display:flex) {
    .card_front {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .card_front .card-symbol {
            margin: 0 0.15em;
            border-radius: 50%;
            font-size: 15em;
        }
}

.card_front {
    position: relative;
    padding: 0 1em;
}

    .card_front .card-symbol {
        font-size: 15em;
    }



.card_back {
    /*   display: none; */
    padding: 1em;
}

    .card_front > *,
    .card_back > * {
        background-color: white;
        background-color: rgba(255, 255, 255, 0.75);
    }

.card-text {
    padding: 0 4.5em 1em;
    line-height: 1.4;
}

p-flip:first-of-type {
    margin-top: 0;
    padding: 1.5em 0 0;
    border-top: 8px solid #333;
}

/* FLIP CARD STYLING */
.container-flip {
    perspective: 1000px;
}

    .container-flip:hover .card-flip,
    .container-flip.hover {
        transform: rotateY(-180deg);
    }

.card-flip {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.card_front,
.card_back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.card_front {
    z-index: 2;
    transform: rotateY(0deg);
}

.card_back {
    transform: rotateY(-180deg);
}




/*        Flipping Cards          */


/** {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
    font-size: 2.5rem;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #444;
    text-align: center;
    margin: 2rem 0;
}*/
/**/
/*.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 80rem;
}

.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col {
    width: calc(25% - 2rem);
    margin: 1rem;
    cursor: pointer;
}*/

.container-sys {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
  
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #cedce7 0%,#596a72 100%);
    background: -o-linear-gradient(45deg, #cedce7 0%,#596a72 100%);
    background: linear-gradient(45deg, #f18757 0%, #0531b8 100%);
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #00000036;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.container-sys:hover .front,
.container-sys:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    font-size: 12px;
    color:white;
}

.container-sys .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container-sys .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container-sys:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container-sys:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10rem;
    position: relative;
    color: #0025ff;
    /*text-shadow: -1px 0px 0px #e83806, 0.5px 0px 0px #e83806, 0px -1px 0px #e83806, 0px 0.5px 0px #e83806;*/
}

    .front .inner p:after {
        content: '';
        width: 5rem;
        height: 3px;
        position: absolute;
        background: #F44336;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -.75rem;
        font-size: 12px;
        font-weight: 400;
    }

.front .inner span {
    /*color: rgba(255,255,255);*/
    /*font-family: 'Montserrat';*/
    font-weight: bold;
    font-size: 20px;
    color: #0025ff;
    /*text-shadow: -1px 0px 0px #e83806, 0.5px 0px 0px #e83806, 0px -1px 0px #e83806, 0px 0.5px 0px #e83806;*/
}

@media screen and (max-width: 64rem) {
    .col {
        width: calc(33.333333% - 2rem);
    }
}

@media screen and (max-width: 48rem) {
    .col {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .col {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}

.parallax_sec1-sys {
    color: #fff;
    float: initial;
    width: 100%;
    text-align: center;
    /*padding: 100px 0px 100px 0px;*/
    bottom: 0;
    background: url('/img/backSys.jpg');
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    /*background: #999;*/
}