﻿body {
    font-size: 16px;
}

p {
    text-transform: none;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}

h2 {
    font-family: 'Rasa', serif;
    font-size: 45px;
    text-transform: none;
    line-height: 45px;
}

h3 {
    text-transform: none;
    font-family: 'Rasa', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 0; padding-bottom: 0;
    margin-top: 1.2em;
}

#langs-table{margin-bottom: 1.2em;}
p.note:before {
    content: '*';
}
h3 + p, p.note{
    font-size: 1.0em;
    margin: 0;
     padding: 0;
}

footer {
    background-color: #0c1b25;
    font-size: 0.6em;
}
#section-language-packs{margin-bottom: 1.2em;}

#section-nuget, #section-downloads, #section-source, #section-eula, #section-language-packs {
    background-color: #fff;
}


#hdrtext img {
    margin-left: -25px;
    margin-right: 10px;
    width: 100px;
    float: left;
}

#hdrtext {
    margin-top: 250px;
}

/*------------------------*/
.nuget-holder {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    margin-bottom: 30px;
}


.version {
    font-size: 10px;
    color: #aaa;
}

.nuget {
    background: #000;
    color: #fff;
    font: 400 15px Consolas;
    border: solid 4px Gray;
    padding: 10px;
    width: 90%;
    border-radius: 4px;
}

.youtube {
    width: 560px;
    height: 315px;
}


#section-language-packs p{
    padding-bottom: 0;
}
#section-language-packs ul,
#section-language-packs ul li,
#section-language-packs ul ul li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-position:inside;
    list-style-type: disc;
}
    #section-language-packs ul li ul li {
        margin-left: 20px;
        list-style-type: circle;
    }

#section-language-packs ul li {
    padding-bottom: 10px;
}

.onmobileonly {
    display: none;
}

.ondesktoponly {
    display: inline;
}

.row, .row-odd{margin:5px 0 5px 0;}
.row-odd {
    background-color: #efefef;
}

@media screen and (max-width: 767px) {
    .row, .row-odd{margin-bottom: 15px;}
    .onmobileonly {
        display: inline;
    }

    .ondesktoponly {
        display: none;
    }
}


@media only screen and (max-width: 995px) {
    #hdrtext img {
        margin-right: 5px;
        width: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .youtube {
        width: 374px;
        height: 210px;
    }

    #hdrtext img {
        margin-right: 5px;
        width: 70px;
    }

    .nuget-holder {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .youtube {
        width: 280px;
        height: 158px;
    }

    #hdrtext {
        margin-top: 80px;
    }

        #hdrtext img {
            display: none;
        }
}
