/* http://meyerweb.com/eric/tools/css/reset/      
v2.0 | 20110126     License: none (public domain)  */    
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;position:relative;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: non
}
tabl{
    border-collapse: collapse;
    border-spacing: 0;
}


html, body{
    width:100%;
    height:100%;
    margin:0;
}


/*/////////////////////////////////*/

footer{
    margin-top: 5vmin;
    bottom: 0;
    display: bottom;
    width: 100%;
    text-align: center;
    font-family: 'Francois One', sans-serif;
    color: #fefefe;
    font-size: 2.5vmin;
}

footer a{
    color: #fefefe;
    transition: all 0.25s ease;
}

footer a:hover{
    color: #96C5E2;
    text-decoration: none;
}

/* RANDOM NAME */

.rn-content{
    min-height: 0%;
}

.rn-bg{
    background-color: #333;
    min-height: 100%;
}

.rn-title{
    color: #fefefe;
    font-family: 'Francois One', sans-serif;
    font-size: 15vmin;
    /*text-transform: uppercase;*/
    padding: 12vmin 0 5vmin 0;
}

.rn-title a{
    color: #fefefe;
    text-decoration: none;
    transition: all 0.25s ease;
}

.rn-title a:hover{
    color: #96C5E2;
}

.rn-bloc{
    background-color: #fefefe;
    padding: 10vmin 0 10vmin 0;
    border-radius: 20px 20px 0 0;
    color: #333;
    font-size: 5vmin;
    font-family: 'Helvetica', sans-serif;
}

.rn-checkboxes{
    padding: 3vmin 0 3vmin 0;
    background-color: #fefefe;
    color: #333;
    font-size: 3vmin;
    font-family: 'Helvetica', sans-serif;
}

.rn-btn{
    background-color: #96C5E2;
    padding: 3% 0 3% 0;
    border-radius: 0 0 20px 20px;
    border: none;
    color: #fefefe;
    font-size: 4vmin;
    font-family: 'Helvetica', sans-serif;
    transition: all 0.25s ease;
}

.rn-btn:hover{
    background-color: #fefefe;
    color: #96C5E2;
}

/* INDEX */

.arrow{
    position: absolute;
    top: 5vmin;
    left: 5vmin;
}

.arrow img{
    width: 10%;
}

.idx-content{
    min-height: 1%;
}

.idx-bg{
    background-color: #333;
    background-image: url('../images/baguette.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
}

.idx-title{
    color: #fefefe;
    font-family: 'Francois One', sans-serif;
    font-size: 15vmin;
    /*text-transform: uppercase;*/
    padding: 12vmin 0 5vmin 0;
}

.idx-title a{
    color: #fefefe;
    text-decoration: none;
    transition: all 0.25s ease;
}

.idx-bloc{
    background-color: #fefefe;
    padding: 10vmin 0 10vmin 0;
    border-radius: 20px 20px 0 0;
    color: #333;
    font-size: 5vmin;
    font-family: 'Helvetica', sans-serif;
}

.idx-bloc a{
    color: #555;
    transition: all 0.25s ease;
}

.idx-bloc a:hover{
    color: #96C5E2;
    text-decoration: none;
}

.idx-color-bg{
    background-color: #fefefe;
    padding: 0 0 3% 0;
    border-radius: 0 0 20px 20px;
}

.idx-color-bg button img{
    width: 40%;
}

.idx-color-bg-img{
    background-color: #fefefe;
    padding: 3% 0 3% 0;
    border: none;
    border: none;
    transition: all 0.25s ease;
}

/* REVISER KANA */

.kana-content{
    min-height: 10;
}

.kana-bg{
    background-image: url(../images/kana_bg.png);
    background-repeat: repeat;
    background-size: 8vmin;
    background-color: #333;
    min-height: 100%;
}

.kana-title{
    color: #fefefe;
    font-family: 'Francois One', sans-serif;
    font-size: 15vmin;
    /*text-transform: uppercase;*/
    padding: 12vmin 0 5vmin 0;
}

.kana-title a{
    color: #fefefe;
    text-decoration: none;
    transition: all 0.25s ease;
}

.kana-title a:hover{
    color: #96C5E2;
}

.kana-bloc{
    background-color: #fefefe;
    padding: 10vmin 0 10vmin 0;
    border-radius: 20px 20px 0 0;
    color: #333;
    font-size: 5vmin;
    font-family: 'Helvetica', sans-serif;
    transition: all 0.25s ease;
}

.kana-btn{
    /*background-color: #96C5E2;*/
    outline: none;
    border: none;
    padding: 5vmin 0 5vmin 0;
    color: #fefefe;
    font-size: 4vmin;
    font-family: 'Helvetica', sans-serif;
    transition: all 0.25s ease;
}

#kana-explainations{
    font-size: 3vmin;
    line-height: 4vmin;
    margin-bottom: 3%;
}

#hiragana{
    background-color: #cda8db;
    border-radius: 0 0 0 20px;
}

#katakana{
    background-color: #a8d4db;
    border-radius: 0 0 20px 0;
}

.kana-btn:hover, #hiragana:hover, #katakana:hover{
    background-color: #fefefe;
    color: #96C5E2;
}

#hiragana:hover{
    color: #cda8db;
}

#katakana:hover{
    color: #a8d4db;
}

.kana-romaji{
    font-size: 3vmin;
}

#kana-props{
    padding-top: 8vmin;
}

#prop1, #prop2{
    outline: none;
    border: none;
    border-radius: 10px 10px 10px 10px;
    padding: 3% 3% 3% 3%;
    background-color: #ddd;
    transition: all 0.25s ease;
}

#prop1:hover, #prop2:hover{
    background-color: #eee;
}

#kana-next{
    border: none;
    border-radius: 10px 10px 10px 10px;
    padding: 3% 0 3% 0;
    background-color: #ddd;
    transition: all 0.25s ease;
}

#kana-next:hover{
    background-color: #eee;
}

button:visited{
    border: 5px #000 solid;
}