@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width: 700px)
{
	body {
        font-size: 26px;
        line-height: 30px;
    }

    .Logo {
        width: 180px;
        height: 110px;
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .Text {
        width: 410px;
    }
}

@media only screen and (max-width: 500px)
{
    body {
        font-size: 22px;
        line-height: 26px;
    }

    .Logo {
        width: 150px;
        height: 92px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .Text 
    {
        width: 350px;
    }
}

@media only screen and (max-width: 380px)
{
    body {
        font-size: 19px;
        line-height: 23px;
    }

    .Logo {
        width: 140px;
        height: 86px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .Text {
        width: 310px;
    }
}

