

/* Put your custom styles here */

.page
{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#header-3 .anim1
{
    opacity: 0;
    -webkit-animation: fadein 5s  1s forwards;
    animation: fadein 5s  1s forwards;
}

#header-3 .anim2
{
    opacity: 0;
    -webkit-animation: fadein 5s  2s forwards;
    animation: fadein 5s  2s forwards;
}

#header-3 .anim3
{
    opacity: 0;
    -webkit-animation: fadein 5s  3s forwards;
    animation: fadein 5s  3s forwards;
}

#header-3 .anim4
{
    opacity: 0;
    -webkit-animation: fadein 5s  4s forwards;
    animation: fadein 5s  4s forwards;
}

#header-3 .anim5
{
    opacity: 0;
    -webkit-animation: fadein 5s  5s forwards;
    animation: fadein 5s  5s forwards;
}

@keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */

@-moz-keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */

@-ms-keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */

@-o-keyframes fadein{
    from { opacity: 0; }
    to   { opacity: 1; }
}

.top
{
    top: 0;
}

.bottom
{
    bottom: 0px;
}

.right
{
    right: 0px;
}

.center
{
    margin: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 250;
}

@media (max-width:480px)
{
    .sakura
    {
        z-index: 100;
        position: absolute;
        width: 60%;
    }
}

.sakura
{
    z-index: 100;
    position: absolute;
}

@-ms-keyframes spin{
        from {
            -ms-transform: rotate(0deg);
    } to {
            -ms-transform: rotate(2deg);
    }
    }

@-moz-keyframes spin{
        from {
            -moz-transform: rotate(0deg);
    } to {
            -moz-transform: rotate(2deg);
    }
    }

@-webkit-keyframes spin{
        from {
            -webkit-transform: rotate(0deg);
    } to {
            -webkit-transform: rotate(2deg);
    }
    }

@keyframes spin{
        from {
            transform: rotate(0deg);
    } to {
            transform: rotate(2deg);
}
}

.content-1-2
{
    background-image: url('../images/Artboard3.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    background-color: #101050;
}

@media (max-width:480px)
{
    .kanji
    {
        width: 20%;
    }
}

.contact-3
{
    background-image: url('../images/unnamed.jpg');
    background-repeat: repeat;
    padding-top: 30px;
}

.form-container
{
    margin-top: 0px;
}

.contact-3 p
{
    line-height: 1em;
}

.content1-2 h1,h2,h3
{
    font-size: 2em;
    font-weight: 100;
    text-transform: uppercase;
}

.content-2-8 h1
{
    font-size: 2em;
    text-transform: uppercase;
}

.icon
{
}

.icon
{
    margin-top: auto;
    margin-bottom: auto;
    top: 25%;
    position: absolute;
    right: 25%;
}

.content-2-2 p
{
    font-size: 1.1em;
}

.content-2-2 .icon-outline:hover
{
    background-color: rgba(255, 241, 0, 0.2);
}

.rightbar
{
    border-right: solid 1px;
    border-color: #a0a0a0;
}

.leftbar
{
    border-left: solid 1px;
    border-color: #a0a0a0;
}

.divider2
{
    background-image: url(../images/images/patterns_02.png);
}

.navicon
{
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 200;
    left: auto;
    float: right;
}

.nav-slide-btn
{
    position: absolute;
    z-index: 99999;
}

.menu
{
    position: fixed;
    background-color: rgba(250,250,250,0.9);
    min-width: 300px;
    z-index: 400;
    float: right;
    border-radius: 5px;
    padding-right: 20px;
    margin-right: 10px;
    right: 10px;
    top: 70px;
    left: auto;
}


.top-nav
{
    padding-top: 10px;
}

.menu>ul li,ol li
{
    margin-top: 10px;
    border-bottom: solid 1px;
    font-size: 1.2em;
    color: #ddd;
    margin-bottom: 10px;
    margin-left: 10px;
}

.indicator
{
    float: right;
}

.dropdown-menu
{
    color: #67e900;
}

.contact-3 a
{
    margin-top: 35px !important;
    font-size: 2em;
    font-weight: 800;
    color: #6e1443;
    border: solid 2px;
    border-radius: 5px;
    display: block;
}

.contact-3 a:hover
{
    color: #fff;
    background-color: #6e1443;
}

