

body{
    background-image:url('../../images/img1/kuji.png');
}
.img
{
    padding: 20px;
}

.fonts
{
    font-weight: lighter;
    font-style: normal;
    font-variant: normal;
}

.font
{
    font-size: 12px;
}





@media screen and (max-width: 600px) {
    .media {
        margin-left: 5%;
        margin-right: 5%;
    };
}
@media screen and (max-width:900px) and (min-width:600px) {

    .media {
        margin-left: 20%;
        margin-right: 20%;
    }

}


@media screen and (min-width: 900px) {
    .media {
        margin-left: 24%;
        margin-right: 24%;
    };
}



#title {
    font: 2.5rem/2.3rem 'arial black', sans-serif;
    color: #FFF;
    font-size: 30px;
    line-height: 1.1em;
    text-shadow:  0   1px #2b2b2b,
    -1px 0   #000,
    -1px 2px #2b2b2b,
    -2px 1px #000,
    -2px 3px #2b2b2b,
    -3px 2px #000,
    -3px 4px #2b2b2b,
    -4px 3px #000,
    -4px 5px #2b2b2b,
    -5px 4px #000,
    -5px 6px #2b2b2b,
    -6px 5px #000,
    -6px 7px #2b2b2b,
    -7px 6px #000,
    -7px 8px #2b2b2b,
    -8px 7px #000;
}

#subtitle {
    color:rgb(65, 105, 225);
    font-family: 'arial black', sans-serif;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    text-shadow: 2px 2px 0px #d6d6d6, 4px 4px 0px rgba(0, 0, 0, 0.2);
}
#subtitleone{
    text-align: center;
    -webkit-text-stroke: 1px #8ad698;
    font-family: itali, 'italics', sans-serif;
    font-style: italic;
    color: #fedc1e;
    font-weight: 700;
    text-shadow: 0 1px 0 #286533,
    -1px -1px 0 #286533,
    -1px 0px 0 #286533,
    -2px 1px 0 #286533,
    -3px 2px 0 #286533,
    -4px 3px 0 #286533,

    0px 2px 0px #114e1c,
    -1px 3px 0px #114e1c,
    -2px 4px 0px #114e1c,
    -3px 5px 0px #114e1c,
    -4px 6px 0px #114e1c,
    -5px 7px 0px #114e1c,
    -6px 8px 0px #114e1c
}





/*

subtitle {
    font: 2rem/2.5rem 'arial black', sans-serif;
    color: rgba(74,134,232,1);
    font-size: 24px;
    font-weight: bold;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-spacing: 2px;
    text-shadow: -1px -1px 0 rgba(252,252,252,0.2) , -2px 2px 2px rgba(74,79,89,1) , 2px 2px 2px rgba(255,255,255,1) ;
}

subtitle {
    font-family: 'arial black', sans-serif;
    color: rgb(65, 105, 225);
    font-size: large;
    text-shadow:0px 1px  1px #000000;
}



 subtitleone{
    font: 2rem/2.5rem  'arial black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.35rem;
    color: #4169e1;
    text-shadow: 2px 1px 0 #424242,
                      -6px 5px 0 rgba(255,255,255,0.125);
  /* If I wanted to be extra-fancy, I could also define
     text-shadows in rems (instead of pixels) to make
     them resize when the font-size was adjusted */
}

 /*subtitleone{
    color: #fff;
    font-family: 'arial black', sans-serif;
    font-weight: bold;
    text-shadow:
    -3px -3px 0 #222,
    3px -3px 0 #222,
    -3px 3px 0 #222,
    3px 3px 0 #222,
    4px 4px 0 #fff,
    5px 5px 0 #fff,
    6px 6px 0 #fff,
    7px 7px 0 #fff;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    transform: scaleY(0.7);
    -webkit-transform: scaleY(0.7);
    -moz-transform: scaleY(0.7);
    margin:0;
    text-align: center;
}
