@font-face {
    font-family: 'AP';
    src: url('AP-Bold.eot');
    src: url('AP-Bold.eot?#iefix') format('embedded-opentype'),
        url('AP-Bold.woff2') format('woff2'),
        url('AP-Bold.woff') format('woff'),
        url('AP-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AP';
    src: url('AP-Regular.eot');
    src: url('AP-Regular.eot?#iefix') format('embedded-opentype'),
        url('AP-Regular.woff2') format('woff2'),
        url('AP-Regular.woff') format('woff'),
        url('AP-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AP';
    src: url('AP-Medium.eot');
    src: url('AP-Medium.eot?#iefix') format('embedded-opentype'),
        url('AP-Medium.woff2') format('woff2'),
        url('AP-Medium.woff') format('woff'),
        url('AP-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
  
html,
body {
    -webkit-text-size-adjust: 100%;
    width:100%;
    height: 100vh;
    padding:0;
    margin:0;
    color: #000000;
    background-color: #ffffff;
    font-family: 'AP';
}

img {
    width: 100%;
    height: auto;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}

@media screen and ( min-width: 300px ) {
    .site-logo {
        display: block;
        width: 20%;
        margin: 0px auto;
        padding-top: 15vh;
    }

    .tmp-text {
        display: block;
        width: 70%;
        text-align: center;
        margin: 50px auto;
        font-weight: bold;
    }

    .contact-txt {
        display: block;
        width: 70%;
        text-align: center;
        margin: 50px auto;
    }
}