:root{
    --blue: #00C7FD;
}
@font-face {
    font-family: IntelFont;
    src: url("/assets/fonts/IntelClear_Hant_Rg.ttf");
}
@font-face {
    font-family: IntelFont;
    src: url("/assets/fonts/IntelClear_Hant_Lt.ttf");
    font-weight: lighter;
}
@font-face {
    font-family: IntelFont;
    src: url("/assets/fonts/IntelClear_Hant_Bd.ttf");
    font-weight: bold;
}
@font-face {
    font-family: IntelFont_Thai;
    src: url("/assets/fonts/IntelClear_WThai_Rg.ttf");
}
@font-face {
    font-family: IntelFont_Thai;
    src: url("/assets/fonts/IntelClear_WThai_Lt.ttf");
    font-weight: lighter;
}
@font-face {
    font-family: IntelFont_Thai;
    src: url("/assets/fonts/IntelClear_WThai_Bd.ttf");
    font-weight: bold;
}
@font-face {
    font-family: IntelFont_Taiwan;
    src: url("/assets/fonts/IntelClear_Hant_Rg.ttf");
}
@font-face {
    font-family: IntelFont_Taiwan;
    src: url("/assets/fonts/IntelClear_Hant_Lt.ttf");
    font-weight: lighter;
}
@font-face {
    font-family: IntelFont_Taiwan;
    src: url("/assets/fonts/IntelClear_Hant_Bd.ttf");
    font-weight: bold;
}
@font-face {
    font-family: IntelFont_Taiwan-av;
    src: url("/assets/fonts/IntelClear_Hant_Rg.ttf");
}
@font-face {
    font-family: IntelFont_Taiwan-av;
    src: url("/assets/fonts/IntelClear_Hant_Lt.ttf");
    font-weight: lighter;
}
@font-face {
    font-family: IntelFont_Taiwan-av;
    src: url("/assets/fonts/IntelClear_Hant_Bd.ttf");
    font-weight: bold;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.html, body, .container{
    height: 100%;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: url(../img/IntelMobileGaming-UI-11.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}
.center{
    width: 70vh;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 2px solid var(--blue);
    background: rgba(0,0,0,22%);
    padding: 10px 0 40px 0;
}
.logo{
    height: 90px;
    width: 210px;
    background: url(/assets/img/IntelLogo.png) no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
    margin-top: 7%;
}
.qr{
    height: 200px;
    width: 200px;
    background: url("/assets/img/intelshowcase-ar-withLogo.svg") no-repeat;
    background-size: contain !important;
    background-position: center !important;
    margin-bottom: 10px;
}
.qr.thai{
    background: url("/assets/img/intelshowcase-ar-thai-withLogo.svg") no-repeat;
}
.qr.taiwan{
    background: url("/assets/img/intelshowcase-ar-taiwan-withLogo.svg") no-repeat;
}
.qr.taiwan-av{
    background: url("/assets/img/intelshowcase-ar-taiwan-alternative-withLogo.svg") no-repeat;
}
.qr.english-av{
    background: url("/assets/img/intelshowcase-ar-english-alternative-withLogo.svg") no-repeat;
}
.qr.insomnia{
    background: url("/assets/img/intelshowcase-ar-insomnia-withLogo.svg") no-repeat;
}

.copy{
    display: flex;
    flex-direction: column;
}
.copy span{
    width: 180px;
    font-family: IntelFont;
    text-align: center;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 20px;
}
span.thai{
    width: 240px;
    font-family: IntelFont_Thai !important;
}
span.taiwan{
    font-family: IntelFont_Taiwan !important;
}
span.taiwan-av{
    font-family: IntelFont_Taiwan-av !important;
}
.copy span:nth-of-type(2){
    color: var(--blue);
}

@media only screen and (max-width: 500px) {
    .center{
        width: 400px;
        height: 400px;
    }
}