@font-face {
    font-family: DINPro-CondLight;
    src: url(../fonts/DINPro-CondLight.woff);
}

@font-face {
    font-family: DINPro-CondBold;
    src: url(../fonts/DINPro-CondBold.woff);
}

body {
    background-image: url(../images/degrade.png);
    font-family: 'DINPro-CondMedium';
    margin: 0;
    background-color: white;
    height: 100vh;
    width: 100vw;
}

.tg {
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}

.tg tr {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 5px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}

.tg .tg-yw4l {
    vertical-align: top
}

.main {
    width: 704px;
    height: 480px;
    overflow: hidden;
    display: block;
    margin: 60px auto 90px;
}

.main-2 {
    display: none;
}

.logo {
    height: 300px;
    width: 700px;
    overflow: hidden;
}

.logo img {
    width: 400px;
    margin-top: 90px;
}

.align-center {
    display: block;
    margin: 0 auto 0;
}

.text-center {
    margin-left: 84px;
    padding-top: 0px;
}

.text-left {
    margin-left: 142px;
    width: 100px;
}

.text-website {
    letter-spacing: 2px;
    color: #0076bb;
}

.w700 {
    width: 700px;
    height: 350px;
}

h1 {
    margin-top: 45px;
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: 'DINPro-CondLight';
}

h2 {
    margin-left: 120px;
    height: 50px;
    font-size: 14px;
    font-family: 'DINPro-CondLight';
}

h3 {
    text-align: center;
    font-family: 'DINPro-CondBold';
}

p {
    color: #000000;
    text-align-last: center;
    height: 50px;
    font-size: 10px;
    font-family: 'Arial';
}

a {
    text-decoration: none;
    color: black;
}

@media screen and (max-width:800px) {
    .main {
        display: none;
    }
    td{
        width: 300px;
    }
    .logo {
        background-color: white;
        height: 180px;
        width: 300px;
        overflow: hidden;
    }
    .logo img {
        margin-top: 50px;
        width: 250px;
    }
    .main-2 {
        width: 300px;
        display: block;
        margin: 60px auto 0;
    }
    .text-center {
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }
    .text-left {
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }
    .text-website{
        font-size: 11px;
    }
}

footer {
    display:block;
    margin: 0 auto 0;
    height: 120px;
}