﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dax:400,900");


.middle {
    width: 100%;
    text-align: center;
    /* Made by */
}

    .middle h1 {
        font-family: "Dax", sans-serif;
        color: #fff;
    }

    .middle input[type=radio] {
        display: none;
    }

        .middle input[type=radio]:checked + .box {
            background-color: #080d0e;
        }

            .middle input[type=radio]:checked + .box span {
                color: white;
                transform: translateY(70px);
            }

                .middle input[type=radio]:checked + .box span:before {
                    transform: translateY(0px);
                    opacity: 1;
                }

    .middle .box {
        width: 200px;
        height: 200px;
        background-color: #fff;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        font-weight: 900;
    }


.box2 {
    height: 50px;
    /*  background-color: #fff;*/
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    /*  text-align: center;*/
    position: relative;
}

.middle .box:active {
    transform: translateY(10px);
}

.middle .box span {
    position: absolute;
    transform: translate(0, 60px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1.5em;
    user-select: none;
    color: #007e90;
}

    .middle .box span:before {
        font-size: 1.2em;
        font-family: FontAwesome;
        display: block;
        transform: translateY(-80px);
        opacity: 0;
        transition: all 300ms ease-in-out;
        font-weight: normal;
        color: white;
    }

.middle .front-end span:before {
    content: "";
}

.middle .back-end span:before {
    content: "";
}

.middle p {
    color: #fff;
    font-family: "Dax", sans-serif;
    font-weight: 400;
}

    .middle p a {
        text-decoration: underline;
        font-weight: bold;
        color: #fff;
    }

    .middle p span:after {
        content: "";
        font-family: FontAwesome;
        color: yellow;
    }



























/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #223756;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}

    a.btn_1:focus,
    .btn_1:focus {
        outline: none;
    }

    a.btn_1:hover,
    .btn_1:hover {
        background-color: #B89F57;
        color: #111 !important;
    }

    a.btn_1.full-width,
    .btn_1.full-width {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    a.btn_1.medium,
    .btn_1.medium {
        font-size: 16px;
        font-size: 1rem;
        padding: 18px 20px;
    }

    a.btn_1.outline,
    .btn_1.outline {
        border: 2px solid #111;
        color: #111;
        padding: 10px 30px;
        background: none;
    }

        a.btn_1.outline:hover,
        .btn_1.outline:hover {
            border-color: #850244;
            color: #850244 !important;
        }

        a.btn_1.outline:focus,
        .btn_1.outline:focus {
            outline: none;
        }

    a.btn_1.gray,
    .btn_1.gray {
        background: #f0f0f0;
        color: #111 !important;
    }

        a.btn_1.gray:hover,
        .btn_1.gray:hover {
            background-color: #B89F57;
            color: #111 !important;
        }

    a.btn_1 i,
    .btn_1 i {
        font-weight: 600;
    }





















.btn-default {
    background-color: #68889E;
    color: #FFF;
    border-color: #2F3E48;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #2F3E48;
        color: #FFF;
        border-color: #31347B;
    }











.btn-danger {
    background-color: hsl(351, 68%, 11%) !important;
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(top, #d12741, #2f080e);
    background-image: linear-gradient(#d12741, #2f080e);
    border-color: #2f080e #2f080e hsl(351, 68%, 1.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.62);
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: hsl(360, 68%, 60%) !important;
        background-repeat: repeat-x;
        background-image: linear-gradient(#fbeded, #de5353);
        border-color: #de5353 #de5353 hsl(360, 68%, 51%);
        color: #333 !important;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.59);
    }









/*footer {*/
/* position: fixed;*/
/*bottom: 0;
}*/
