body {
    padding: 0;
    margin: 0;
    font-family: 'ChokoPlain';
}

.navbar-brand img {
    width: 100%;
}

nav {
    padding-top: 30px;
}

    nav .left {
        flex: 1;
    }

.nav-right-area {
    border-bottom: solid 8px #d50666;
    padding-bottom: 15px;
}

.top-button {
    width: 220px;
    display: block;
    position: relative;
}

.top-button2 {
    width: 250px;
    display: block;
    position: relative;
}

    .top-button2 .bbg {
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        z-index: -1;
        height: 30px;
        transform: rotate(-7deg);
        transform-origin: 100% 50%;
    }

.top-button:hover,
.top-button:active,
.top-button:visited,
.top-button:link {
    text-decoration: none !important;
}

.top-button.tall {
    width: 240px;
}

.top-button.taller {
    width: 270px;
}

.top-button .bbg {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    z-index: -1;
    height: 30px;
    transform: rotate(-7deg);
    transform-origin: 100% 50%;
}

.top-button:hover .bbg {
    text-decoration: none;
    animation-name: bgplay;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

.top-button p {
    margin: 0;
    margin-top: 4px;
    padding-left: 5px;
    padding-top: 8px;
    color: white;
    transform: rotate(0deg);
    transform-origin: 100% 50%;
}

.top-button2 p {
    margin: 0;
    margin-top: 4px;
    padding-left: 5px;
    padding-top: 8px;
    color: white;
    transform: rotate(0deg);
    transform-origin: 100% 50%;
}

.top-button:hover p {
    animation-name: pplay;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

.bbg-blue {
    background: #31a3dd;
}

.bbg-yellow {
    background: #f8b136;
}

.bbg-green {
    background: #93c021;
}

@keyframes bgplay {
    0% {
        transform: rotate(-6.7deg);
    }

    25% {
        transform: rotate(-7deg);
    }

    50% {
        transform: rotate(-7.2deg);
    }

    100% {
        transform: rotate(-6.5deg);
    }
}

@keyframes pplay {
    0% {
        transform: rotate(-0.2deg);
    }

    25% {
        transform: rotate(-0.4deg);
    }

    50% {
        transform: rotate(-0.3deg);
    }

    100% {
        transform: rotate(-0.5deg);
    }
}

.footer {
    width: 100%;
    height: 140px;
    background: url("../images/bg-footer.jpg") repeat-x;
    margin-top: 20px;
}

.l-button-group a {
    margin: 10px;
    display: inline-block;
    padding: 4px 8px;
    font-size: 24px;
    border: solid 2px #d50666;
    color: #d50666;
    text-decoration: none !important;
}

    .l-button-group a:hover {
        animation-name: lplay;
        animation-duration: 1.0s;
        animation-iteration-count: 1;
    }

    .l-button-group a.autoplay {
        animation-name: lplay;
        animation-duration: .9s;
        animation-iteration-count: infinite;
    }

@keyframes lplay {
    0% {
        background: white;
        color: #d50666;
    }

    50% {
        background: #d50666;
        color: white;
    }

    100% {
        background: white;
        color: #d50666;
    }
}

.s-button-group a {
    margin: 0 6px 0 0;
    display: inline-block;
}



.pink-border {
    border: solid 1px #d50666;
}
